Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/goose/src/prompts/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ No extensions are defined. You should let the user know that they should add ext

# sub agents

Execute via subagent by default — only handle directly when step-by-step visibility is essential.
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
Expand Down
Loading