mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
fix(core): explicitly allow codebase_investigator and cli_help in read-only mode (#21157)
This commit is contained in:
@@ -51,3 +51,8 @@ priority = 50
|
|||||||
toolName = "google_web_search"
|
toolName = "google_web_search"
|
||||||
decision = "allow"
|
decision = "allow"
|
||||||
priority = 50
|
priority = 50
|
||||||
|
|
||||||
|
[[rule]]
|
||||||
|
toolName = ["codebase_investigator", "cli_help"]
|
||||||
|
decision = "allow"
|
||||||
|
priority = 50
|
||||||
Reference in New Issue
Block a user