mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 14:04:41 -07:00
9 lines
254 B
TOML
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
|