feat(agent): implement tool confirmation mode in chat input with automatic confirmation by default

This commit is contained in:
HouYunFei
2026-07-29 15:44:56 +08:00
parent fa58ec4715
commit d76594a7e7
9 changed files with 107 additions and 102 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export const useAgentStore = create<AgentStore>((set, get) => ({
workspacePath: "",
loadingThreads: false,
activeTab: "setup",
confirmTools: true,
confirmTools: false,
activity: "就绪",
connectError: "",
pendingTool: null,