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