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
commit 8f8b161cae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.