mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
feat: detect new files in @ recommendations with watcher based updates (#25256)
This commit is contained in:
@@ -2393,6 +2393,13 @@
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"enableFileWatcher": {
|
||||
"title": "Enable File Watcher",
|
||||
"description": "Enable file watcher updates for @ file suggestions (experimental).",
|
||||
"markdownDescription": "Enable file watcher updates for @ file suggestions (experimental).\n\n- Category: `Context`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"enableRecursiveFileSearch": {
|
||||
"title": "Enable Recursive File Search",
|
||||
"description": "Enable recursive file search functionality when completing @ references in the prompt.",
|
||||
|
||||
Reference in New Issue
Block a user