Skip to content

Commit 961edc5

Browse files
committed
feat: add release notes for v3.25.3
1 parent fb1be3e commit 961edc5

File tree

4 files changed

+88
-0
lines changed

4 files changed

+88
-0
lines changed

docs/update-notes/index.md

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

2020
## Version 3.25
2121

22+
* [3.25.3](/update-notes/v3.25.3) (2025-07-30)
2223
* [3.25.2](/update-notes/v3.25.2) (2025-07-29)
2324
* [3.25.1](/update-notes/v3.25.1) (2025-07-29)
2425
* [3.25.0](/update-notes/v3.25.0) (2025-07-29)

docs/update-notes/v3.25.3.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
description: Roo Code 3.25.3 improves message queueing with image support, increases Claude Code output limits, and fixes UI interaction issues.
3+
keywords:
4+
- roo code 3.25.3
5+
- image queueing
6+
- claude code tokens
7+
- ui fixes
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.25.3 Release Notes (2025-07-30)
12+
13+
This release adds image queueing support, increases Claude Code's output capacity, and fixes several UI interaction issues.
14+
15+
## QOL Improvements
16+
17+
* **Message Queueing**: You can now queue messages with images, making it easier to prepare multiple image-based requests ([#6414](https://github.com/RooCodeInc/Roo-Code/pull/6414))
18+
* **Claude Code Output**: Increased default max output tokens to 16k for more comprehensive responses (thanks bpeterson1991, app/roomote!) ([#6312](https://github.com/RooCodeInc/Roo-Code/pull/6312))
19+
* **Slash Commands Documentation**: Added documentation link for slash commands to improve discoverability ([#6409](https://github.com/RooCodeInc/Roo-Code/pull/6409))
20+
* **Cleaner UI**: Hidden Gemini checkboxes on the welcome view for a cleaner interface ([#6415](https://github.com/RooCodeInc/Roo-Code/pull/6415))
21+
* **Tool Clarity**: Clarified apply_diff tool descriptions to emphasize surgical edits ([#6278](https://github.com/RooCodeInc/Roo-Code/pull/6278))
22+
23+
## Bug Fixes
24+
25+
* **Input Preservation**: Fixed issue where clicking chat buttons would clear the input field (thanks hassoncs!) ([#6222](https://github.com/RooCodeInc/Roo-Code/pull/6222))
26+
27+
## Misc Improvements
28+
29+
* **PR Reviewer Updates**: Updated PR reviewer rules and mode configuration (thanks daniel-lxs!) ([#6391](https://github.com/RooCodeInc/Roo-Code/pull/6391))
30+
* **Translation Automation**: Added translation check action to pull_request.opened event (thanks app/roomote!) ([#6393](https://github.com/RooCodeInc/Roo-Code/pull/6393))
31+
* **Extension Title**: Removed "(prev Roo Cline)" from extension title in all languages (thanks app/roomote!) ([#6426](https://github.com/RooCodeInc/Roo-Code/pull/6426))
32+
* **PR Rules Cleanup**: Removed event types mention from PR reviewer rules (thanks daniel-lxs!) ([#6428](https://github.com/RooCodeInc/Roo-Code/pull/6428))

docs/update-notes/v3.25.mdx

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,60 @@ image: /img/social-share.jpg
1111

1212
# Roo Code 3.25 Release Notes
1313

14+
## 3.25.3 (2025-07-30)
15+
16+
This patch release improves message queueing with image support, increases Claude Code output limits, and fixes UI interaction issues.
17+
18+
### Quality of Life Improvements
19+
20+
* **Message Queueing**: You can now queue messages with images, making it easier to prepare multiple image-based requests
21+
* **Claude Code Output**: Increased default max output tokens to 16k for more comprehensive responses
22+
* **Slash Commands Documentation**: Added documentation link for slash commands to improve discoverability
23+
* **Cleaner UI**: Hidden Gemini checkboxes on the welcome view for a cleaner interface
24+
* **Tool Clarity**: Clarified apply_diff tool descriptions to emphasize surgical edits
25+
26+
### Bug Fixes
27+
28+
* **Input Preservation**: Fixed issue where clicking chat buttons would clear the input field
29+
30+
### Misc. Improvements
31+
32+
* **PR Reviewer Updates**: Updated PR reviewer rules and mode configuration
33+
* **Translation Automation**: Added translation check action to pull_request.opened event
34+
* **Extension Title**: Removed "(prev Roo Cline)" from extension title in all languages
35+
* **PR Rules Cleanup**: Removed event types mention from PR reviewer rules
36+
37+
## 3.25.2 (2025-07-29)
38+
39+
This patch release fixes critical issues with command highlighting and improves shell command validation.
40+
41+
### Bug Fixes
42+
43+
* **Command Highlighting**: Fixed zap hover state for better visual feedback
44+
* **Subshell Validation**: Improved handling and validation of complex shell commands with subshells
45+
46+
### Misc. Improvements
47+
48+
* **Type Updates**: Updated VS Code types to version 1.40.0 for better compatibility
49+
50+
## 3.25.1 (2025-07-29)
51+
52+
This patch release improves subshell validation and fixes diff view display issues.
53+
54+
### Bug Fixes
55+
56+
* **Subshell Validation**: Enhanced validation for complex shell commands with command substitution patterns
57+
* **Diff View Display**: Fixed issue where diff view wasn't showing before approval when background edits were disabled
58+
59+
### Provider Updates
60+
61+
* **Chutes AI**: Added GLM-4.5-Air model support with 151K token context window
62+
63+
### Misc. Improvements
64+
65+
* **Organization MCP Controls**: Added cloud support for managing MCP servers at the organization level
66+
* **Documentation Updates**: Updated docs extractor mode configuration and rules
67+
1468
## 3.25.0 (2025-07-29)
1569

1670
This release brings powerful new capabilities to Roo Code, including custom slash commands for workflow automation, enhanced Gemini models with web access, comprehensive image support, and seamless message queueing for uninterrupted conversations.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ const sidebars: SidebarsConfig = {
221221
label: '3.25',
222222
items: [
223223
{ type: 'doc', id: 'update-notes/v3.25', label: '3.25 Combined' },
224+
{ type: 'doc', id: 'update-notes/v3.25.3', label: '3.25.3' },
224225
{ type: 'doc', id: 'update-notes/v3.25.2', label: '3.25.2' },
225226
{ type: 'doc', id: 'update-notes/v3.25.1', label: '3.25.1' },
226227
{ type: 'doc', id: 'update-notes/v3.25.0', label: '3.25.0' },

0 commit comments

Comments
 (0)