Remove subagent instructions from system prompt (#5441)

This commit is contained in:
tlongwell-block
2025-10-29 10:59:20 -04:00
committed by GitHub
parent 25c9c6583d
commit 7caf31f189
4 changed files with 0 additions and 50 deletions
@@ -30,18 +30,6 @@ No extensions are defined. You should let the user know that they should add ext
# sub agents
Execute self contained tasks where step-by-step visibility is not important through subagents.
- Delegate via `dynamic_task__create_task` for: result-only operations, parallelizable work, multi-part requests,
verification, exploration
- Parallel subagents for multiple operations, single subagents for independent work
- Explore solutions in parallel — launch parallel subagents with different approaches (if non-interfering)
- 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.
# Response Guidelines
- Use Markdown formatting for all responses.
@@ -54,18 +54,6 @@ how to use this extension
- list_resources
# sub agents
Execute self contained tasks where step-by-step visibility is not important through subagents.
- Delegate via `dynamic_task__create_task` for: result-only operations, parallelizable work, multi-part requests,
verification, exploration
- Parallel subagents for multiple operations, single subagents for independent work
- Explore solutions in parallel — launch parallel subagents with different approaches (if non-interfering)
- 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.
# Response Guidelines
- Use Markdown formatting for all responses.
@@ -68,18 +68,6 @@ Explain that minimizing extensions helps with the recall of the correct tools to
- list_resources
# sub agents
Execute self contained tasks where step-by-step visibility is not important through subagents.
- Delegate via `dynamic_task__create_task` for: result-only operations, parallelizable work, multi-part requests,
verification, exploration
- Parallel subagents for multiple operations, single subagents for independent work
- Explore solutions in parallel — launch parallel subagents with different approaches (if non-interfering)
- 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.
# Response Guidelines
- Use Markdown formatting for all responses.
-14
View File
@@ -59,20 +59,6 @@ Explain that minimizing extensions helps with the recall of the correct tools to
{% endif %}
{{tool_selection_strategy}}
{% if enable_subagents %}
# sub agents
Execute self contained tasks where step-by-step visibility is not important through subagents.
- Delegate via `dynamic_task__create_task` for: result-only operations, parallelizable work, multi-part requests,
verification, exploration
- Parallel subagents for multiple operations, single subagents for independent work
- Explore solutions in parallel — launch parallel subagents with different approaches (if non-interfering)
- 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