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
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))
***Input Preservation**: Fixed issue where clicking chat buttons would clear the input field (thanks hassoncs!) ([#6222](https://github.com/RooCodeInc/Roo-Code/pull/6222))
***Extension Title**: Removed "(prev Roo Cline)" from extension title in all languages (thanks app/roomote!) ([#6426](https://github.com/RooCodeInc/Roo-Code/pull/6426))
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
+
14
68
## 3.25.0 (2025-07-29)
15
69
16
70
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.
0 commit comments