mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 20:40:35 -07:00
feat(core): mvp port planner to subagent.
This commit is contained in:
@@ -1968,6 +1968,13 @@
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"plannerSubagent": {
|
||||
"title": "Planner Subagent",
|
||||
"description": "Use the new planner subagent for plan mode.",
|
||||
"markdownDescription": "Use the new planner subagent for plan mode.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"enableAgents": {
|
||||
"title": "Enable Agents",
|
||||
"description": "Enable local and remote subagents. Warning: Experimental feature, uses YOLO mode for subagents",
|
||||
|
||||
Reference in New Issue
Block a user