mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
fix(policy): allow codebase_investigator by default in read-only policy (#15000)
This commit is contained in:
parent
1e734d7e60
commit
12cbe320e4
1 changed files with 5 additions and 0 deletions
|
|
@ -54,3 +54,8 @@ priority = 50
|
|||
toolName = "google_web_search"
|
||||
decision = "allow"
|
||||
priority = 50
|
||||
|
||||
[[rule]]
|
||||
toolName = "codebase_investigator"
|
||||
decision = "allow"
|
||||
priority = 50
|
||||
|
|
|
|||
Loading…
Reference in a new issue