feat(core): mvp port planner to subagent.

This commit is contained in:
Your Name
2026-02-26 22:23:08 +00:00
parent e3df87cf1a
commit f28a2f27cd
19 changed files with 501 additions and 143 deletions
+7
View File
@@ -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",