Skip to content

Commit 5df6379

Browse files
committed
fix: temp fix for subagent invocation until subagent delegation is merged to stable (#15007)
1 parent c9b9435 commit 5df6379

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
@@ -54,3 +54,8 @@ priority = 50
5454
toolName = "google_web_search"
5555
decision = "allow"
5656
priority = 50
57+
58+
[[rule]]
59+
toolName = "SubagentInvocation"
60+
decision = "allow"
61+
priority = 50

0 commit comments

Comments
 (0)