chore: delete autoAccept setting unused in production (#17862)

Co-authored-by: Victor Hugo Vianna Silva <victorvianna@google.com>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
Victor Vianna
2026-02-02 13:49:17 +00:00
committed by GitHub
parent 707b3e85d5
commit 381669dce0
8 changed files with 0 additions and 39 deletions
-11
View File
@@ -1041,17 +1041,6 @@ const SETTINGS_SCHEMA = {
},
},
},
autoAccept: {
type: 'boolean',
label: 'Auto Accept',
category: 'Tools',
requiresRestart: false,
default: false,
description: oneLine`
Automatically accept and execute tool calls that are considered safe (e.g., read-only operations).
`,
showInDialog: true,
},
approvalMode: {
type: 'enum',
label: 'Approval Mode',