From f4aa62e84f0827f53a326e5774b7c6ad436b06e7 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 13:07:31 +0800 Subject: [PATCH] auto-sync: 2026-05-17 13:07:31 --- src/frontend/src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/store.ts b/src/frontend/src/store.ts index 8f5df26..f163066 100644 --- a/src/frontend/src/store.ts +++ b/src/frontend/src/store.ts @@ -593,6 +593,7 @@ export const useStore = create((set, get) => ({ loadAll: async () => { const s = get(); await s.loadLive(); + await s.loadV2Tasks(); const tab = s.activeTab; if (['models', 'skills'].includes(tab)) await s.loadAgentConfig(); },