Skip to content

Commit 3ea93ca

Browse files
committed
3.19.5
1 parent f6c1ec3 commit 3ea93ca

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

docs/update-notes/index.md

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

55
## Version 3.19
66

7+
* [3.19.5](/update-notes/v3.19.5) (2025-06-05)
78
* [3.19.4](/update-notes/v3.19.4) (2025-06-05)
89
* [3.19.3](/update-notes/v3.19.3) (2025-06-02)
910
* [3.19.2](/update-notes/v3.19.2) (2025-06-01)

docs/update-notes/v3.19.5.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Roo Code 3.19.5 Release Notes (2025-06-05)
2+
3+
This release focuses on fixing a bug with the Gemini 2.5 Pro Preview model and improving the internal evaluation system.
4+
5+
## Bug Fixes
6+
7+
* **Gemini 2.5 Pro Preview**: Fixed a bug where the thinking budget was not being correctly applied, causing errors. Roo Code will now correctly default to the specified token values when they are not defined in the settings. (thanks cte!) ([#4401](https://github.com/RooCodeInc/Roo-Code/pull/4401))
8+
9+
## Misc Improvements
10+
11+
* **Evals**: Improved the "run status" section of the internal evaluation system to provide more detailed information about the status of the task stream, controller, and runners. (thanks cte!) ([#4400](https://github.com/RooCodeInc/Roo-Code/pull/4400))
12+
* **Evals**: Rust evaluations are now run using bash to improve reliability. Logging has also been improved to provide more consistent output. (thanks cte!) ([#4392](https://github.com/RooCodeInc/Roo-Code/pull/4392))

docs/update-notes/v3.19.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Enterprise customers can now use Roo Code with AWS Bedrock while maintaining com
8080
* **Release Memory in `apply_diff`**: Optimized memory usage in the `apply_diff` tool by explicitly releasing the original content buffer after use, helping to prevent potential memory leaks ([#4193](https://github.com/RooCodeInc/Roo-Code/pull/4193)) (thanks xyOz-dev!).
8181
* **Fix Directory Link Handling in Markdown**: Enhanced how directory links in markdown (e.g., `[some/directory/](some/directory/)`) are handled, ensuring they correctly open in the Explorer view ([#3690](https://github.com/RooCodeInc/Roo-Code/pull/3690)) (thanks KJ7LNW!).
8282
* **Typo Fixes**: Corrected various typos in comments and tool use prompts ([#4220](https://github.com/RooCodeInc/Roo-Code/pull/4220), [#4095](https://github.com/RooCodeInc/Roo-Code/pull/4095)) (thanks mrubens, noritaka1166!).
83+
* **Gemini 2.5 Pro Preview**: Fixed a bug where the thinking budget was not being correctly applied, causing errors. Roo Code will now correctly default to the specified token values when they are not defined in the settings. (thanks cte!) ([#4401](https://github.com/RooCodeInc/Roo-Code/pull/4401))
8384

8485
## Provider Updates
8586

@@ -104,5 +105,7 @@ Enterprise customers can now use Roo Code with AWS Bedrock while maintaining com
104105
* **Model-Specific Caching**: Optimized cache strategies for Gemini and Anthropic models for better performance
105106
* **Unified History Item UI**: Refactored history item UI components for code consistency (thanks daniel-lxs!) ([#4151](https://github.com/RooCodeInc/Roo-Code/pull/4151))
106107
* **Node.js Upgrade**: Upgraded Node.js to `v20.19.2` to incorporate the latest security enhancements and ensure a more secure environment (thanks PeterDaveHello!) ([#4212](https://github.com/RooCodeInc/Roo-Code/pull/4212))
108+
* **Evals**: Improved the "run status" section of the internal evaluation system to provide more detailed information about the status of the task stream, controller, and runners. (thanks cte!) ([#4400](https://github.com/RooCodeInc/Roo-Code/pull/4400))
109+
* **Evals**: Rust evaluations are now run using bash to improve reliability. Logging has also been improved to provide more consistent output. (thanks cte!) ([#4392](https://github.com/RooCodeInc/Roo-Code/pull/4392))
107110

108111
Thank you to all our contributors for making Roo Code better with each release!

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ const sidebars: SidebarsConfig = {
195195
{ type: 'doc', id: 'update-notes/v3.19.2', label: '3.19.2' },
196196
{ type: 'doc', id: 'update-notes/v3.19.3', label: '3.19.3' },
197197
{ type: 'doc', id: 'update-notes/v3.19.4', label: '3.19.4' },
198+
{ type: 'doc', id: 'update-notes/v3.19.5', label: '3.19.5' },
198199
],
199200
},
200201
{

0 commit comments

Comments
 (0)