fix(settings): Add missing v1 settings to migration map (#7678)

This commit is contained in:
Gal Zahavi
2025-09-03 14:45:52 -07:00
committed by GitHub
parent 645133d9dd
commit 04e6c1d449
2 changed files with 16 additions and 0 deletions

View File

@@ -574,6 +574,16 @@ export const SETTINGS_SCHEMA = {
'Use node-pty for shell command execution. Fallback to child_process still applies.',
showInDialog: true,
},
autoAccept: {
type: 'boolean',
label: 'Auto Accept',
category: 'Tools',
requiresRestart: false,
default: false,
description:
'Automatically accept and execute tool calls that are considered safe (e.g., read-only operations).',
showInDialog: true,
},
core: {
type: 'array',
label: 'Core Tools',