Skip to content

Commit e985ddb

Browse files
committed
docs: Update links in release notes for improved navigation and clarity
1 parent 28dfd00 commit e985ddb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/update-notes/v3.17.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Users interacting with Gemini models will experience improved performance and ov
88
## Smarter Boomerang Orchestration
99
Roo Code now offers enhanced guidance for selecting the most appropriate mode for your tasks, primarily through the new "When to Use" field in mode definitions. This field allows mode creators to provide specific instructions on the ideal scenarios for using a particular mode. Previously, or if this field is not defined for a mode, Roo would rely on the first sentence of the mode's role definition for this guidance.
1010

11-
* **"When to Use" Field:** Custom modes can now include a "When to Use" description. This text is utilized by Roo, especially the [Orchestrator (Boomerang) mode](/docs/features/boomerang-tasks), to make more informed decisions when orchestrating tasks (e.g., via the [`new_task`](/advanced-usage/available-tools/new-task) tool) or when automatically switching modes (e.g., via the [`switch_mode`](/advanced-usage/available-tools/switch-mode) tool).
11+
* **"When to Use" Field:** Custom modes can now include a "When to Use" description. This text is utilized by Roo, especially the [Orchestrator (Boomerang) mode](/features/boomerang-tasks), to make more informed decisions when orchestrating tasks (e.g., via the [`new_task`](/advanced-usage/available-tools/new-task) tool) or when automatically switching modes (e.g., via the [`switch_mode`](/advanced-usage/available-tools/switch-mode) tool).
1212
* **Improved Orchestration:** By leveraging the "When to Use" field, Roo can better understand the purpose of each mode, leading to more effective task delegation and mode selection.
1313
* **Fallback to Role Definition:** If the "When to Use" field is not populated for a mode, Roo will use the first sentence of the mode's role definition as a default summary to guide its decisions.
1414

1515
<img src="/img/placeholder.png" alt="image highlighting When to Use field" width="600" />
1616

17-
The image above shows an example of a "When to Use" description. This field is not currently populated by default for the standard [Code Mode](/docs/basic-usage/using-modes#code-mode-default). You can learn more about configuring this in the [Custom Modes documentation](/docs/features/custom-modes).
17+
The image above shows an example of a "When to Use" description. This field is not currently populated by default for the standard [Code Mode](/basic-usage/using-modes#code-mode-default). You can learn more about configuring this in the [Custom Modes documentation](/features/custom-modes).
1818

1919
## 'Ask' Mode & Boomerang Orchestration Refinements
2020

2121
We've made several under-the-hood refinements to improve how Roo understands and responds to your requests:
2222

2323
* **'Ask' Mode Refinements:** 'Ask' mode has been refined to provide more comprehensive and detailed explanations, be less quick to suggest or switch to implementing code (waiting for a clearer cue from you), and to utilize diagrams like Mermaid charts more often for clarification.
24-
* **More Accurate Boomerang Orchestration:** The internal description for the [`new_task`](/advanced-usage/available-tools/new-task) tool (used by Roo to initiate new tasks) has been simplified for better AI comprehension. This internal refinement ensures the [Boomerang (Orchestrator) functionality](/docs/features/boomerang-tasks) is triggered more reliably, leading to smoother and more accurate automated task delegation.
24+
* **More Accurate Boomerang Orchestration:** The internal description for the [`new_task`](/advanced-usage/available-tools/new-task) tool (used by Roo to initiate new tasks) has been simplified for better AI comprehension. This internal refinement ensures the [Boomerang (Orchestrator) functionality](/features/boomerang-tasks) is triggered more reliably, leading to smoother and more accurate automated task delegation.
2525

2626
## Smarter Context Management with Intelligent Condensation
2727
We've introduced an experimental feature called **Intelligent Context Condensation** (`autoCondenseContext`) to proactively manage lengthy conversation histories and prevent context loss.
@@ -36,7 +36,7 @@ Here's how it works:
3636

3737
<img src="/img/intelligent-context-condensation/intelligent-context-condensation.png" alt="Settings for Intelligent Context Condensation" width="600" />
3838

39-
For more details on this experimental feature, including how to enable it, please see the [Intelligent Context Condensation documentation](/docs/features/experimental/intelligent-context-condensation).
39+
For more details on this experimental feature, including how to enable it, please see the [Intelligent Context Condensation documentation](/features/experimental/intelligent-context-condensation).
4040

4141
## Smoother Chat and Fewer Interruptions! (thanks Cline!)
4242

docs/update-notes/v3.17.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Users interacting with Gemini models will experience improved performance and ov
88
## Smarter Boomerang Orchestration
99
Roo Code now offers enhanced guidance for selecting the most appropriate mode for your tasks, primarily through the new "When to Use" field in mode definitions. This field allows mode creators to provide specific instructions on the ideal scenarios for using a particular mode. Previously, or if this field is not defined for a mode, Roo would rely on the first sentence of the mode's role definition for this guidance.
1010

11-
* **"When to Use" Field:** Custom modes can now include a "When to Use" description. This text is utilized by Roo, especially the [Orchestrator (Boomerang) mode](/docs/features/boomerang-tasks), to make more informed decisions when orchestrating tasks (e.g., via the [`new_task`](/advanced-usage/available-tools/new-task) tool) or when automatically switching modes (e.g., via the [`switch_mode`](/advanced-usage/available-tools/switch-mode) tool).
11+
* **"When to Use" Field:** Custom modes can now include a "When to Use" description. This text is utilized by Roo, especially the [Orchestrator (Boomerang) mode](/features/boomerang-tasks), to make more informed decisions when orchestrating tasks (e.g., via the [`new_task`](/advanced-usage/available-tools/new-task) tool) or when automatically switching modes (e.g., via the [`switch_mode`](/advanced-usage/available-tools/switch-mode) tool).
1212
* **Improved Orchestration:** By leveraging the "When to Use" field, Roo can better understand the purpose of each mode, leading to more effective task delegation and mode selection.
1313
* **Fallback to Role Definition:** If the "When to Use" field is not populated for a mode, Roo will use the first sentence of the mode's role definition as a default summary to guide its decisions.
1414

1515
<img src="/img/placeholder.png" alt="image highlighting When to Use field" width="600" />
1616

17-
The image above shows an example of a "When to Use" description. This field is not currently populated by default for the standard [Code Mode](/docs/basic-usage/using-modes#code-mode-default). You can learn more about configuring this in the [Custom Modes documentation](/docs/features/custom-modes).
17+
The image above shows an example of a "When to Use" description. This field is not currently populated by default for the standard [Code Mode](/basic-usage/using-modes#code-mode-default). You can learn more about configuring this in the [Custom Modes documentation](/features/custom-modes).
1818

1919
## 'Ask' Mode & Boomerang Orchestration Refinements
2020

2121
We've made several under-the-hood refinements to improve how Roo understands and responds to your requests:
2222

2323
* **'Ask' Mode Refinements:** 'Ask' mode has been refined to provide more comprehensive and detailed explanations, be less quick to suggest or switch to implementing code (waiting for a clearer cue from you), and to utilize diagrams like Mermaid charts more often for clarification.
24-
* **More Accurate Boomerang Orchestration:** The internal description for the [`new_task`](/advanced-usage/available-tools/new-task) tool (used by Roo to initiate new tasks) has been simplified for better AI comprehension. This internal refinement ensures the [Boomerang (Orchestrator) functionality](/docs/features/boomerang-tasks) is triggered more reliably, leading to smoother and more accurate automated task delegation.
24+
* **More Accurate Boomerang Orchestration:** The internal description for the [`new_task`](/advanced-usage/available-tools/new-task) tool (used by Roo to initiate new tasks) has been simplified for better AI comprehension. This internal refinement ensures the [Boomerang (Orchestrator) functionality](/features/boomerang-tasks) is triggered more reliably, leading to smoother and more accurate automated task delegation.
2525

2626
## Smarter Context Management with Intelligent Condensation
2727
We've introduced an experimental feature called **Intelligent Context Condensation** (`autoCondenseContext`) to proactively manage lengthy conversation histories and prevent context loss.
@@ -36,7 +36,7 @@ Here's how it works:
3636

3737
<img src="/img/intelligent-context-condensation/intelligent-context-condensation.png" alt="Settings for Intelligent Context Condensation" width="600" />
3838

39-
For more details on this experimental feature, including how to enable it, please see the [Intelligent Context Condensation documentation](/docs/features/experimental/intelligent-context-condensation).
39+
For more details on this experimental feature, including how to enable it, please see the [Intelligent Context Condensation documentation](/features/experimental/intelligent-context-condensation).
4040

4141
## Smoother Chat and Fewer Interruptions! (thanks Cline!)
4242

0 commit comments

Comments
 (0)