Files
gemini-cli/packages/core/src/policy/policies/agents.toml
T

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"]