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
10 changes: 8 additions & 2 deletions docs/features/boomerang-tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ Boomerang Tasks (also known as subtasks or task orchestration) allow you to brea
></iframe>
</div>

<br />

:::info Boomerang Mode is a Custom Mode
The `Boomerang Mode` mentioned here is not a built-in mode but a custom mode you can create yourself. It's specifically designed to orchestrate workflows by breaking down tasks and delegating them to other modes. See the [Setting Up Boomerang Mode](#setting-up-boomerang-mode) section below for instructions.
The `Boomerang Mode` mentioned here is not a built-in mode but a custom mode you can create yourself. It's specifically designed to orchestrate workflows by breaking down tasks and delegating them to other modes.

[**Jump to Boomerang Mode Setup & Download**](#setting-up-boomerang-mode)

Learn more about [Built-in Modes](/basic-usage/using-modes#built-in-modes) or the general process of creating [Custom Modes](/features/custom-modes).
:::
Expand Down Expand Up @@ -59,7 +63,9 @@ Boomerang Tasks provide a powerful way to manage complex development workflows d

### Download Configuration

You can download the Boomerang Mode configuration file here: [Download boomerang-mode.roomodes](/downloads/boomerang-tasks/roomodes.json). Rename to `.roomodes` and place in the root directory of your project.
You can download the Boomerang Mode configuration file below. Rename the downloaded file to `.roomodes` and place it in the root directory of your project.

[**Download boomerang-mode.roomodes**](/downloads/boomerang-tasks/roomodes.json)

### Manual Configuration

Expand Down