fix(core): explicitly allow codebase_investigator and cli_help in read-only mode (#21157)

This commit is contained in:
Adib234 2026-03-05 08:20:04 -05:00 committed by GitHub
parent 013d5dfbb0
commit 173376ba67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,3 +51,8 @@ priority = 50
toolName = "google_web_search"
decision = "allow"
priority = 50
[[rule]]
toolName = ["codebase_investigator", "cli_help"]
decision = "allow"
priority = 50