Minimally disable subagents when not in autonomous model (#5149)

This commit is contained in:
tlongwell-block
2025-10-15 15:01:18 -04:00
committed by GitHub
parent 6fe62c9254
commit d607f7fe50
4 changed files with 21 additions and 5 deletions
+2 -1
View File
@@ -48,7 +48,7 @@ No extensions are defined. You should let the user know that they should add ext
{% endif %}
{{tool_selection_strategy}}
{% if is_autonomous %}
# sub agents
Execute self contained tasks where step-by-step visibility is not important through subagents.
@@ -60,6 +60,7 @@ Execute self contained tasks where step-by-step visibility is not important thro
- Provide all needed context — subagents cannot see your context
- Use extension filters to limit resource access
- Use return_last_only when only a summary or simple answer is required — inform subagent of this choice.
{% endif %}
# Response Guidelines