mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
fix(core): explicitly allow codebase_investigator and cli_help in read-only mode (#21157)
This commit is contained in:
parent
013d5dfbb0
commit
173376ba67
1 changed files with 5 additions and 0 deletions
|
|
@ -51,3 +51,8 @@ priority = 50
|
|||
toolName = "google_web_search"
|
||||
decision = "allow"
|
||||
priority = 50
|
||||
|
||||
[[rule]]
|
||||
toolName = ["codebase_investigator", "cli_help"]
|
||||
decision = "allow"
|
||||
priority = 50
|
||||
Loading…
Reference in a new issue