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

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