mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
chore(settings): Enable 'useSmartEdit' by default (#11051)
This commit is contained in:
@@ -899,7 +899,7 @@ const SETTINGS_SCHEMA = {
|
|||||||
label: 'Use Smart Edit',
|
label: 'Use Smart Edit',
|
||||||
category: 'Advanced',
|
category: 'Advanced',
|
||||||
requiresRestart: false,
|
requiresRestart: false,
|
||||||
default: false,
|
default: true,
|
||||||
description: 'Enable the smart-edit tool instead of the replace tool.',
|
description: 'Enable the smart-edit tool instead of the replace tool.',
|
||||||
showInDialog: false,
|
showInDialog: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user