feat: add explicit policy override for subagents

This commit is contained in:
Akhilesh Kumar
2026-03-04 18:07:14 +00:00
parent 66721379f8
commit 26f8ff5a7d
6 changed files with 24 additions and 0 deletions
+5
View File
@@ -2225,6 +2225,11 @@
"enabled": {
"type": "boolean",
"description": "Whether to enable the agent."
},
"approvalMode": {
"type": "string",
"description": "Approval mode for this subagent's internal tool calls.",
"enum": ["default", "yolo", "plan", "autoEdit"]
}
}
},