Skip to content

Commit e9246d7

Browse files
abhipatel12gemini-cli-robot
authored andcommitted
fix(policy): allow codebase_investigator by default in read-only policy (#15000)
1 parent ccee6a7 commit e9246d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/src/policy/policies/read-only.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ priority = 50
5454
toolName = "google_web_search"
5555
decision = "allow"
5656
priority = 50
57+
58+
[[rule]]
59+
toolName = "codebase_investigator"
60+
decision = "allow"
61+
priority = 50

0 commit comments

Comments
 (0)