mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
fix(plan): remove subagent invocation from plan mode (#17593)
This commit is contained in:
@@ -64,11 +64,6 @@ decision = "allow"
|
|||||||
priority = 50
|
priority = 50
|
||||||
modes = ["plan"]
|
modes = ["plan"]
|
||||||
|
|
||||||
[[rule]]
|
|
||||||
toolName = "SubagentInvocation"
|
|
||||||
decision = "allow"
|
|
||||||
priority = 50
|
|
||||||
|
|
||||||
# Allow write_file for .md files in plans directory
|
# Allow write_file for .md files in plans directory
|
||||||
[[rule]]
|
[[rule]]
|
||||||
toolName = "write_file"
|
toolName = "write_file"
|
||||||
|
|||||||
Reference in New Issue
Block a user