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
parent a24abd2b11
commit f33b4455a1
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.