Smart Edit Tool (#6823)

This commit is contained in:
Silvio Junior
2025-08-29 15:45:39 -04:00
committed by GitHub
parent da22deac17
commit d0c781a549
6 changed files with 1503 additions and 2 deletions
+9 -1
View File
@@ -613,7 +613,15 @@ export const SETTINGS_SCHEMA = {
},
},
},
useSmartEdit: {
type: 'boolean',
label: 'Use Smart Edit',
category: 'Advanced',
requiresRestart: false,
default: false,
description: 'Enable the smart-edit tool instead of the replace tool.',
showInDialog: false,
},
security: {
type: 'object',
label: 'Security',