From 6792ad54856f2034e6b99fd7b2304bbcb2ea517f Mon Sep 17 00:00:00 2001 From: zhaoxi Date: Fri, 5 Jun 2026 18:29:16 +0000 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E5=B0=86=20toolsets=20?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=20AgentTab=20=E7=B1=BB=E5=9E=8B=E8=81=94?= =?UTF-8?q?=E5=90=88=EF=BC=8C=E4=BF=AE=E5=A4=8D=20TS2367=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- frontend/src/store/useAppStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store/useAppStore.ts b/frontend/src/store/useAppStore.ts index 9b2fbf7..2a9fd2f 100644 --- a/frontend/src/store/useAppStore.ts +++ b/frontend/src/store/useAppStore.ts @@ -3,7 +3,7 @@ import { persist } from 'zustand/middleware'; type AppMode = 'work' | 'agent'; type WorkTab = 'chat' | 'workflow'; -type AgentTab = 'plugin' | 'agents' | 'config' | 'logs'; +type AgentTab = 'plugin' | 'agents' | 'toolsets' | 'config' | 'logs'; type ThemeMode = 'light' | 'dark' | 'system'; interface AppState {