mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
feat: add explicit policy override for subagents
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user