feat(tui): enable pinned session switching (#27780)

This commit is contained in:
Shoubhit Dash 2026-05-16 01:10:16 +05:30 committed by GitHub
commit f33b4455a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 54 additions and 49 deletions

View file

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