fix(core): put workspace routing behind OPENCODE_EXPERIMENTAL_WORKSPACES flag (#16775)

This commit is contained in:
James Long
2026-03-09 16:14:19 -04:00
committed by GitHub
parent 4f7a1faf56
commit fea9bc2077
5 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ function App() {
dialog.replace(() => <DialogSessionList />)
},
},
...(Flag.OPENCODE_EXPERIMENTAL_WORKSPACES_TUI
...(Flag.OPENCODE_EXPERIMENTAL_WORKSPACES
? [
{
title: "Manage workspaces",