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 184039d691
commit a18ab2ff43
@@ -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"