Skip to content

Commit 173376b

Browse files
authored
fix(core): explicitly allow codebase_investigator and cli_help in read-only mode (google-gemini#21157)
1 parent 013d5df commit 173376b

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
@@ -51,3 +51,8 @@ priority = 50
5151
toolName = "google_web_search"
5252
decision = "allow"
5353
priority = 50
54+
55+
[[rule]]
56+
toolName = ["codebase_investigator", "cli_help"]
57+
decision = "allow"
58+
priority = 50

0 commit comments

Comments
 (0)