Skip to content

Commit 58361ad

Browse files
committed
docs: properly blend v3.25.3 release notes with full PR references and consistent structure
- Added complete PR references and contributor acknowledgments to all version sections - Improved consistency in section structure and formatting across all patch releases - Removed duplicate content that was scattered across versions - Enhanced readability with better titles and descriptions - Addresses feedback from Hannes on PR 286
1 parent 961edc5 commit 58361ad

File tree

1 file changed

+21
-29
lines changed

1 file changed

+21
-29
lines changed

docs/update-notes/v3.25.mdx

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,53 +17,50 @@ This patch release improves message queueing with image support, increases Claud
1717

1818
### Quality of Life Improvements
1919

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
20+
* **Message Queueing with Images**: 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))
21+
* **Claude Code Output Expansion**: Increased default max output tokens to 16k for more comprehensive responses (thanks bpeterson1991, app/roomote!) ([#6312](https://github.com/RooCodeInc/Roo-Code/pull/6312))
22+
* **Slash Commands Documentation**: Added documentation link for slash commands to improve discoverability ([#6409](https://github.com/RooCodeInc/Roo-Code/pull/6409))
23+
* **Cleaner Welcome Interface**: Hidden Gemini checkboxes on the welcome view for a cleaner interface ([#6415](https://github.com/RooCodeInc/Roo-Code/pull/6415))
24+
* **Tool Description Clarity**: Clarified apply_diff tool descriptions to emphasize surgical edits ([#6278](https://github.com/RooCodeInc/Roo-Code/pull/6278))
2525

2626
### Bug Fixes
2727

28-
* **Input Preservation**: Fixed issue where clicking chat buttons would clear the input field
28+
* **Input Field Preservation**: Fixed issue where clicking chat buttons would clear the input field (thanks hassoncs!) ([#6222](https://github.com/RooCodeInc/Roo-Code/pull/6222))
2929

3030
### Misc. Improvements
3131

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
32+
* **PR Reviewer Updates**: Updated PR reviewer rules and mode configuration (thanks daniel-lxs!) ([#6391](https://github.com/RooCodeInc/Roo-Code/pull/6391))
33+
* **Translation Automation**: Added translation check action to pull_request.opened event (thanks app/roomote!) ([#6393](https://github.com/RooCodeInc/Roo-Code/pull/6393))
34+
* **Extension Title Cleanup**: Removed "(prev Roo Cline)" from extension title in all languages (thanks app/roomote!) ([#6426](https://github.com/RooCodeInc/Roo-Code/pull/6426))
35+
* **PR Rules Cleanup**: Removed event types mention from PR reviewer rules (thanks daniel-lxs!) ([#6428](https://github.com/RooCodeInc/Roo-Code/pull/6428))
3636

3737
## 3.25.2 (2025-07-29)
3838

3939
This patch release fixes critical issues with command highlighting and improves shell command validation.
4040

41+
### Quality of Life Improvements
42+
43+
* **Slash Command Icon Hover State**: Fixed the hover state for the slash command icon to provide better visual feedback during interactions ([#6388](https://github.com/RooCodeInc/Roo-Code/pull/6388))
44+
4145
### Bug Fixes
4246

43-
* **Command Highlighting**: Fixed zap hover state for better visual feedback
44-
* **Subshell Validation**: Improved handling and validation of complex shell commands with subshells
47+
* **Diff View Display**: Fixed an issue where the diff view wasn't showing before approval when background edits were disabled ([#6386](https://github.com/RooCodeInc/Roo-Code/pull/6386))
4548

4649
### Misc. Improvements
4750

48-
* **Type Updates**: Updated VS Code types to version 1.40.0 for better compatibility
51+
* **Organization MCP Controls**: Added support for managing MCP servers at the organization level, allowing centralized configuration across teams ([#6378](https://github.com/RooCodeInc/Roo-Code/pull/6378))
4952

5053
## 3.25.1 (2025-07-29)
5154

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
55+
This patch release adds a powerful new AI model to the Chutes AI provider and improves command execution reliability.
5856

5957
### Provider Updates
6058

61-
* **Chutes AI**: Added GLM-4.5-Air model support with 151K token context window
59+
* **GLM-4.5-Air Model**: Added support for the GLM-4.5-Air model with 151K token context window for complex reasoning tasks and large codebase analysis - completely free to use (thanks matbgn!) ([#6377](https://github.com/RooCodeInc/Roo-Code/pull/6377))
6260

63-
### Misc. Improvements
61+
### Quality of Life Improvements
6462

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
63+
* **Subshell Validation**: Improved handling and validation of complex shell commands with subshells, preventing potential errors when using command substitution patterns ([#6379](https://github.com/RooCodeInc/Roo-Code/pull/6379))
6764

6865
## 3.25.0 (2025-07-29)
6966

@@ -134,8 +131,6 @@ Small changes that make a big difference in your daily workflow:
134131
* **Sticky Task Modes**: Tasks remember their last-used mode and restore it automatically ([#6177](https://github.com/RooCodeInc/Roo-Code/pull/6177))
135132
* **ESC Key Support**: Close popovers with ESC for better keyboard navigation ([#6175](https://github.com/RooCodeInc/Roo-Code/pull/6175))
136133
* **Improved Command Highlighting**: Only valid commands are highlighted in the input field ([#6336](https://github.com/RooCodeInc/Roo-Code/pull/6336))
137-
* **Subshell Validation**: Improved handling and validation of complex shell commands with subshells, preventing potential errors when using command substitution patterns
138-
* **Slash Command Icon Hover State**: Fixed the hover state for the slash command icon to provide better visual feedback during interactions
139134

140135
### Bug Fixes
141136

@@ -152,18 +147,15 @@ Critical fixes that improve stability and compatibility:
152147
* **Command Highlighting Fix**: Fixed inconsistent slash command highlighting behavior ([#6325](https://github.com/RooCodeInc/Roo-Code/pull/6325))
153148
* **Text Wrapping**: Fixed text overflow for long command patterns in permissions UI ([#6255](https://github.com/RooCodeInc/Roo-Code/pull/6255))
154149
* **Cross-Platform Mode Export**: Windows path separators now convert correctly for Unix systems ([#6308](https://github.com/RooCodeInc/Roo-Code/pull/6308))
155-
* **Diff View Display**: Fixed an issue where the diff view wasn't showing before approval when background edits were disabled
156150

157151
### Provider Updates
158152

159153
* **Prompt Caching for LiteLLM**: Reduce API costs and improve response times with caching support for Claude 3.5 Sonnet and compatible models (thanks MuriloFP, steve-gore-snapdocs!) ([#6074](https://github.com/RooCodeInc/Roo-Code/pull/6074))
160-
* **GLM-4.5-Air Model**: Added support for the GLM-4.5-Air model with 151K token context window for complex reasoning tasks and large codebase analysis - completely free to use (thanks matbgn!)
161154

162155
### Misc. Improvements
163156

164157
* **Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/features/experimental/background-editing) for details.
165158
* **Security Update**: Updated form-data dependency to address security vulnerability ([#6332](https://github.com/RooCodeInc/Roo-Code/pull/6332))
166159
* **Contributor Updates**: Refreshed contributor acknowledgments across all localizations ([#6302](https://github.com/RooCodeInc/Roo-Code/pull/6302))
167160
* **Release Engineering**: Converted release engineer role to slash command for easier releases ([#6333](https://github.com/RooCodeInc/Roo-Code/pull/6333))
168-
* **PR Reviewer Improvements**: Made PR reviewer mode generic for any GitHub repository ([#6357](https://github.com/RooCodeInc/Roo-Code/pull/6357), [#6328](https://github.com/RooCodeInc/Roo-Code/pull/6328), [#6324](https://github.com/RooCodeInc/Roo-Code/pull/6324))
169-
* **Organization MCP Controls**: Added support for managing MCP servers at the organization level, allowing centralized configuration across teams
161+
* **PR Reviewer Improvements**: Made PR reviewer mode generic for any GitHub repository ([#6357](https://github.com/RooCodeInc/Roo-Code/pull/6357), [#6328](https://github.com/RooCodeInc/Roo-Code/pull/6328), [#6324](https://github.com/RooCodeInc/Roo-Code/pull/6324))

0 commit comments

Comments
 (0)