Skip to content

Commit e6ea23f

Browse files
hannesrudolphMerge Resolver
andauthored
Add v3.25.20 release notes with Sonic model integration (#314)
Co-authored-by: Merge Resolver <[email protected]>
1 parent c28aefe commit e6ea23f

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-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.20](/update-notes/v3.25.20) (2025-08-20)
2223
* [3.25.19](/update-notes/v3.25.19) (2025-08-19)
2324
* [3.25.18](/update-notes/v3.25.18) (2025-08-19)
2425
* [3.25.17](/update-notes/v3.25.17) (2025-08-18)

docs/update-notes/v3.25.20.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
description: This release introduces the Sonic model to Roo Code users with announcements to help discover the new model.
3+
keywords:
4+
- roo code v3.25.20
5+
- sonic model
6+
- model announcements
7+
- provider updates
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code v3.25.20 Release Notes (2025-08-20)
12+
13+
This release introduces the Sonic model to Roo Code users with announcements to help discover the new model.
14+
15+
## QOL Improvements
16+
17+
* **Sonic Model Announcement**: Added announcements to inform users about the Sonic model availability, making it easier to discover new model options (thanks mrubens!) ([#7244](https://github.com/RooCodeInc/Roo-Code/pull/7244))
18+
* **Release Management**: Added changeset for v3.25.20 to ensure proper version management (thanks mrubens!) ([#7245](https://github.com/RooCodeInc/Roo-Code/pull/7245))
19+
20+
## Provider Updates
21+
22+
* **Sonic Model Support**: Added support for the Sonic model in the provider system (thanks mrubens!) ([#7246](https://github.com/RooCodeInc/Roo-Code/pull/7246))

docs/update-notes/v3.25.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ Small changes that make a big difference in your daily workflow:
136136
* **Token Usage Reporting**: Fixed an issue where token usage and cost were underreported, providing more accurate cost tracking (thanks chrarnoldus!) ([#6122](https://github.com/RooCodeInc/Roo-Code/pull/6122))
137137
* **Enhanced Task History**: Made "enhance with task history" default to true for better context retention in conversations (thanks liwilliam2021!) ([#7140](https://github.com/RooCodeInc/Roo-Code/pull/7140))
138138
* **Improved Scrollbar**: Fixed scrollbar jumping in long conversations by removing the 500-message limit ([#7064](https://github.com/RooCodeInc/Roo-Code/pull/7064))
139+
* **Sonic Model Announcement**: Added announcements to inform users about the Sonic model availability, making it easier to discover new model options (thanks mrubens!) ([#7244](https://github.com/RooCodeInc/Roo-Code/pull/7244))
140+
* **Release Management**: Added changeset for v3.25.20 to ensure proper version management (thanks mrubens!) ([#7245](https://github.com/RooCodeInc/Roo-Code/pull/7245))
139141

140142
### Bug Fixes
141143

@@ -231,6 +233,7 @@ Critical fixes that improve stability and compatibility:
231233
* **IO Intelligence Provider**: Added IO Intelligence as a new provider, giving users access to a wide range of AI models ([#6875](https://github.com/RooCodeInc/Roo-Code/pull/6875))
232234
* **OpenAI**: Removed the deprecated GPT-4.5 Preview model from available options as it was removed from the OpenAI API (thanks PeterDaveHello!) ([#6948](https://github.com/RooCodeInc/Roo-Code/pull/6948))
233235
* **Task Metadata**: Improved compatibility with Roo Code Cloud services ([#7092](https://github.com/RooCodeInc/Roo-Code/pull/7092))
236+
* **Sonic Model Support**: Added support for the Sonic model in the provider system (thanks mrubens!) ([#7246](https://github.com/RooCodeInc/Roo-Code/pull/7246))
234237

235238
### Misc. Improvements
236239

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ const sidebars: SidebarsConfig = {
213213
label: '3.25',
214214
items: [
215215
{ type: 'doc', id: 'update-notes/v3.25', label: '3.25 Combined' },
216+
{ type: 'doc', id: 'update-notes/v3.25.20', label: '3.25.20' },
216217
{ type: 'doc', id: 'update-notes/v3.25.19', label: '3.25.19' },
217218
{ type: 'doc', id: 'update-notes/v3.25.18', label: '3.25.18' },
218219
{ type: 'doc', id: 'update-notes/v3.25.17', label: '3.25.17' },

0 commit comments

Comments
 (0)