fix(config): disable tool feedback by default (#2026)

Co-authored-by: Alix-007 <267018309+Alix-007@users.noreply.github.com>
This commit is contained in:
Alix-007
2026-03-26 09:31:42 +08:00
committed by GitHub
parent 9503f38ace
commit 5c210e6f15
3 changed files with 29 additions and 2 deletions
@@ -67,7 +67,7 @@ export const EMPTY_FORM: CoreConfigForm = {
workspace: "",
restrictToWorkspace: true,
splitOnMarker: false,
toolFeedbackEnabled: true,
toolFeedbackEnabled: false,
toolFeedbackMaxArgsLength: "300",
execEnabled: true,
allowRemote: true,