Skip to content

Commit 40f39e3

Browse files
committed
Merge Commit '12cbe320e': fix(policy): allow codebase_investigator by default in read-only policy (google-gemini#15000)
2 parents c437318 + 12cbe32 commit 40f39e3

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)