Files
gemini-cli/packages/core/src/policy/policies/discovered.toml
T
2025-11-06 23:51:16 +00:00

9 lines
254 B
TOML

# Default policy for tools discovered via toolDiscoveryCommand.
# These tools are potentially dangerous as they are arbitrary scripts.
# We default them to ASK_USER for safety.
[[rule]]
toolName = "discovered_tool_*"
decision = "ask_user"
priority = 10