You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/update-notes/v3.17.0.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,20 @@ Users interacting with Gemini models will experience improved performance and ov
8
8
## Smarter Boomerang Orchestration
9
9
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.
10
10
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).
12
12
***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.
13
13
***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.
14
14
15
15
<imgsrc="/img/placeholder.png"alt="image highlighting When to Use field"width="600" />
16
16
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).
We've made several under-the-hood refinements to improve how Roo understands and responds to your requests:
22
22
23
23
***'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.
25
25
26
26
## Smarter Context Management with Intelligent Condensation
27
27
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:
36
36
37
37
<imgsrc="/img/intelligent-context-condensation/intelligent-context-condensation.png"alt="Settings for Intelligent Context Condensation"width="600" />
38
38
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).
40
40
41
41
## Smoother Chat and Fewer Interruptions! (thanks Cline!)
Copy file name to clipboardExpand all lines: docs/update-notes/v3.17.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,20 @@ Users interacting with Gemini models will experience improved performance and ov
8
8
## Smarter Boomerang Orchestration
9
9
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.
10
10
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).
12
12
***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.
13
13
***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.
14
14
15
15
<imgsrc="/img/placeholder.png"alt="image highlighting When to Use field"width="600" />
16
16
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).
We've made several under-the-hood refinements to improve how Roo understands and responds to your requests:
22
22
23
23
***'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.
25
25
26
26
## Smarter Context Management with Intelligent Condensation
27
27
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:
36
36
37
37
<imgsrc="/img/intelligent-context-condensation/intelligent-context-condensation.png"alt="Settings for Intelligent Context Condensation"width="600" />
38
38
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).
40
40
41
41
## Smoother Chat and Fewer Interruptions! (thanks Cline!)
0 commit comments