fix(plan): remove subagent invocation from plan mode (#17593)

This commit is contained in:
Jerop Kipruto
2026-01-26 17:44:39 -05:00
committed by GitHub
parent 46629726f4
commit 7fbf470373

View File

@@ -64,11 +64,6 @@ decision = "allow"
priority = 50
modes = ["plan"]
[[rule]]
toolName = "SubagentInvocation"
decision = "allow"
priority = 50
# Allow write_file for .md files in plans directory
[[rule]]
toolName = "write_file"