Skip to content

Commit 76c5c66

Browse files
3.14.3b (#158)
* docs: Add release notes for version 3.14.3 and update sidebar configuration * docs: Update release notes for version 3.14, adding Boomerang Orchestrator mode and UI improvements
1 parent 7daa54e commit 76c5c66

File tree

6 files changed

+45
-2
lines changed

6 files changed

+45
-2
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This section contains notes about recent updates to Roo Code, listed by version
55
## Version 3.14
66

77
* [3.14](/update-notes/v3.14) (2025-04-24)
8+
* [3.14.3](/update-notes/v3.14.3) (2025-04-25)
89
* [3.14.2](/update-notes/v3.14.2) (2025-04-24)
910
* [3.14.1](/update-notes/v3.14.1) (2025-04-24)
1011
* [3.14.0](/update-notes/v3.14.0) (2025-04-23)

docs/update-notes/v3.14.3.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Roo Code 3.14.3 Release Notes (2025-04-25)
2+
3+
This patch release introduces the Boomerang Orchestrator mode, UI improvements, performance enhancements, and several bug fixes.
4+
5+
## Boomerang is now default!
6+
7+
* Added Boomerang Orchestrator as a built-in mode. See the [Boomerang Tasks documentation](/features/boomerang-tasks) for more details.
8+
<img src="/img/v3.14.3/v3.14.3-1.png" alt="Boomerang Orchestrator Mode" width="600" />
9+
10+
## Sexy new minimalist look
11+
12+
* Improved the home screen user interface for a better initial experience.
13+
<img src="/img/v3.14.3/v3.14.3.png" alt="New Minimalist Home Screen" width="600" />
14+
15+
## QOL Updates and Bug Fixes
16+
17+
* Made token count estimation more efficient, reducing occurrences of gray screens during processing.
18+
* Reverted the change to automatically close files after edits. This feature will be revisited once diagnostic integration issues are resolved.
19+
* Cleaned up the internal settings data model for better maintainability.
20+
* Optimized API calls by omitting reasoning parameters for models that do not support reasoning.
21+
* Corrected word wrapping in Roo message titles (thanks zhangtony239!).
22+
* Updated the default model ID for the Unbound provider from `claude-3.5-sonnet` to `claude-3.7-sonnet` (thanks pugazhendhi-m!).
23+
* Improved clarity in the documentation regarding adding custom settings (thanks shariqriazz!).

docs/update-notes/v3.14.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
* **Why the checkbox?** This setting is provided as a temporary workaround for potential response delays sometimes observed with Google's caching mechanism when accessed via these two providers. Caching is *not* enabled by default for them.
1010
* **Requesty:** Caching remains automatic for supported models via Requesty.
1111

12+
## Boomerang Orchestrator Mode
13+
14+
* Added Boomerang Orchestrator as a built-in mode. See the [Boomerang Tasks documentation](/features/boomerang-tasks) for more details.
15+
<img src="/img/v3.14.3/v3.14.3-1.png" alt="Boomerang Orchestrator Mode" width="600" />
16+
17+
## Sexy new minimalist look
18+
19+
* Improved the home screen user interface for a better initial experience.
20+
<img src="/img/v3.14.3/v3.14.3.png" alt="New Minimalist Home Screen" width="600" />
21+
=
1222
## Apply Diff and Other Major File Edit Improvements
1323

1424
* Improve [`apply_diff`](/features/tools/apply-diff) to work better with **Google Gemini 2.5** and other models
@@ -21,7 +31,6 @@
2131
* Ensure user feedback is added to conversation history even during API errors (thanks System233!).
2232
* Prevent redundant 'TASK RESUMPTION' prompts from appearing when resuming a task (thanks System233!).
2333
* Fix issue where error messages sometimes didn't display after cancelling an API request (thanks System233!).
24-
* Preserve editor state and prevent tab unpinning during diffs (thanks seedlord!)
2534

2635
## Terminal Fixes
2736

@@ -59,11 +68,12 @@
5968
* Improvements to Requesty model list fetching (thanks dtrugman!)
6069
* Make the VS Code LM provider show the correct model information (thanks QuinsZouls!)
6170
* Remove unnecessary calculation from VS Code LM provider (thanks d-oit!)
71+
* Updated the default model ID for the Unbound provider from `claude-3.5-sonnet` to `claude-3.7-sonnet` (thanks pugazhendhi-m!).
6272

6373
## Bug Fixes and General QOL Improvements and Misc.
6474

6575
* Make the [`list_files`](/features/tools/list-files) tool more efficient and smarter about excluding directories like `.git/`
66-
* Performance improvements to task size calculations
76+
* Performance improvements to task size calculations, including more efficient token count estimation to reduce gray screens.
6777
* Give better loading feedback on chat rows (thanks elianiva!)
6878
* Use a more sensible task export icon
6979
* Fix file drag and drop on Windows and when using SSH tunnels (thanks NyxJae!)
@@ -75,3 +85,11 @@
7585
* Track tool use errors in evals
7686
* Use path aliases in webview source files
7787
* Better handling of FakeAI “controller” object (thanks wkordalski)
88+
* Ensure user feedback is added to conversation history even during API errors (thanks System233!).
89+
* Prevent redundant 'TASK RESUMPTION' prompts from appearing when resuming a task (thanks System233!).
90+
* Fix issue where error messages sometimes didn't display after cancelling an API request (thanks System233!).
91+
* Preserve editor state and prevent tab unpinning during diffs (thanks seedlord!)
92+
* Cleaned up the internal settings data model for better maintainability.
93+
* Optimized API calls by omitting reasoning parameters for models that do not support reasoning.
94+
* Corrected word wrapping in Roo message titles (thanks zhangtony239!).
95+
* Improved clarity in the documentation regarding adding custom settings (thanks shariqriazz!).

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ const sidebars: SidebarsConfig = {
144144
label: '3.14',
145145
items: [
146146
{ type: 'doc', id: 'update-notes/v3.14', label: '3.14 Combined' },
147+
{ type: 'doc', id: 'update-notes/v3.14.3', label: '3.14.3' },
147148
{ type: 'doc', id: 'update-notes/v3.14.2', label: '3.14.2' },
148149
{ type: 'doc', id: 'update-notes/v3.14.1', label: '3.14.1' },
149150
{ type: 'doc', id: 'update-notes/v3.14.0', label: '3.14.0' },

static/img/v3.14.3/v3.14.3-1.png

21.9 KB
Loading

static/img/v3.14.3/v3.14.3.png

50.3 KB
Loading

0 commit comments

Comments
 (0)