mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 20:40:35 -07:00
11 lines
312 B
TOML
11 lines
312 B
TOML
# Default policy for subagent invocation.
|
|
# Subagents are trusted to handle their own confirmations for destructive actions.
|
|
# Therefore, invoking them is allowed by default.
|
|
|
|
[[rule]]
|
|
name = "Allow invoke_agent"
|
|
toolName = "invoke_agent"
|
|
decision = "allow"
|
|
priority = 50
|
|
modes = ["default", "autoEdit", "yolo"]
|