mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
feat: ensure codebase investigator uses preview model when main agent does (#14412)
This commit is contained in:
@@ -1331,8 +1331,8 @@
|
||||
"model": {
|
||||
"title": "Model",
|
||||
"description": "The model to use for the Codebase Investigator agent.",
|
||||
"markdownDescription": "The model to use for the Codebase Investigator agent.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `gemini-2.5-pro`",
|
||||
"default": "gemini-2.5-pro",
|
||||
"markdownDescription": "The model to use for the Codebase Investigator agent.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `pro`",
|
||||
"default": "pro",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user