feat(tui): add session switcher plugin (#29861)

This commit is contained in:
Shoubhit Dash
2026-05-29 15:39:34 +05:30
committed by GitHub
parent 710ed7cb33
commit 8f8b161cae
7 changed files with 826 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ export const Flag = {
OPENCODE_WORKSPACE_ID: process.env["OPENCODE_WORKSPACE_ID"],
OPENCODE_EXPERIMENTAL_WORKSPACES: enabledByExperimental("OPENCODE_EXPERIMENTAL_WORKSPACES"),
OPENCODE_EXPERIMENTAL_SESSION_SWITCHER: enabledByExperimental("OPENCODE_EXPERIMENTAL_SESSION_SWITCHER"),
// Evaluated at access time (not module load) because tests, the CLI, and
// external tooling set these env vars at runtime.