fix(policy): allow codebase_investigator by default in read-only policy (#15000)

This commit is contained in:
Abhi
2025-12-12 12:22:27 -05:00
committed by GitHub
parent 1e734d7e60
commit 12cbe320e4

View File

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