mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
feat(config): add setting to make directory tree context configurable (#19053)
This commit is contained in:
@@ -1052,6 +1052,13 @@
|
||||
"markdownDescription": "The format to use when importing memory.\n\n- Category: `Context`\n- Requires restart: `no`",
|
||||
"type": "string"
|
||||
},
|
||||
"includeDirectoryTree": {
|
||||
"title": "Include Directory Tree",
|
||||
"description": "Whether to include the directory tree of the current working directory in the initial request to the model.",
|
||||
"markdownDescription": "Whether to include the directory tree of the current working directory in the initial request to the model.\n\n- Category: `Context`\n- Requires restart: `no`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"discoveryMaxDirs": {
|
||||
"title": "Memory Discovery Max Dirs",
|
||||
"description": "Maximum number of directories to search for memory.",
|
||||
|
||||
Reference in New Issue
Block a user