auto-sync: 2026-05-17 13:07:31
This commit is contained in:
@@ -593,6 +593,7 @@ export const useStore = create<AppStore>((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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user