فهرست منبع

Clear sessions

James Long 1 هفته پیش
والد
کامیت
5a1be09727
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      packages/opencode/src/cli/cmd/tui/context/sync.tsx

+ 1 - 0
packages/opencode/src/cli/cmd/tui/context/sync.tsx

@@ -463,6 +463,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
       on(
         () => project.workspace.current(),
         () => {
+          fullSyncedSessions.clear()
           void bootstrap()
         },
       ),