We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1654818 commit 5a1be09Copy full SHA for 5a1be09
1 file changed
packages/opencode/src/cli/cmd/tui/context/sync.tsx
@@ -463,6 +463,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
463
on(
464
() => project.workspace.current(),
465
() => {
466
+ fullSyncedSessions.clear()
467
void bootstrap()
468
},
469
),
0 commit comments