Skip to content

Commit 5227db0

Browse files
Adib234kunal-10-cloud
authored andcommitted
fix(core): explicitly allow codebase_investigator and cli_help in read-only mode (google-gemini#21157)
1 parent 10729ab commit 5227db0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)