Skip to content
Draft
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
1 change: 1 addition & 0 deletions docs/features/boomerang-tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Learn more about [Built-in Modes](/basic-usage/using-modes#built-in-modes).
* **Down:** Via the initial instructions provided when the subtask is created.
* **Up:** Via the final summary provided when the subtask finishes. Be mindful that only this summary returns to the parent.
- **Navigation:** Zoo's interface helps you see the hierarchy of tasks (which task is the parent, which are children). You can typically navigate between active and paused tasks. During delegation, Zoo keeps the active subtask conversation visible while background state updates arrive.
- **Multi-Window Handoffs:** When Zoo Code is open in multiple VS Code windows, a completed subtask returns its result only if the parent is still waiting for that specific subtask. Activity in another window cannot replace a newer subtask handoff with a stale completion.

Boomerang Tasks provide a powerful way to manage complex development workflows directly within Zoo Code, leveraging specialized modes for maximum efficiency.

Expand Down
Loading