mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-28 15:01:14 -07:00
chore: cleanup branch, remove discontinued subagent settings and docs
This commit is contained in:
@@ -49,19 +49,8 @@ Gemini CLI comes with the following built-in sub-agents:
|
||||
dependencies.
|
||||
- **When to use:** "How does the authentication system work?", "Map out the
|
||||
dependencies of the `AgentRegistry` class."
|
||||
- **Configuration:** Enabled by default. You can configure it in
|
||||
`settings.json`. Example (forcing a specific model):
|
||||
```json
|
||||
{
|
||||
"experimental": {
|
||||
"codebaseInvestigatorSettings": {
|
||||
"enabled": true,
|
||||
"maxNumTurns": 20,
|
||||
"model": "gemini-2.5-pro"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
- **Configuration:** Enabled by default. You can configure it using agent
|
||||
overrides in `settings.json`.
|
||||
|
||||
### CLI Help Agent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user