Skip to content

Commit 48b1ece

Browse files
Add release notes for Roo Code v3.25.18 and update v3.25 description to include Sonic model (#312)
1 parent 7ea01df commit 48b1ece

File tree

6 files changed

+116
-5
lines changed

6 files changed

+116
-5
lines changed

.roorules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This ensures links work correctly in the built documentation while maintaining c
1111
When making structural or formatting changes beyond simple .md or .mdx files, always check the Context7 MCP, the `context7CompatibleLibraryID` will be `/facebook/docusaurus`
1212

1313
## Release Notes "thank you"
14-
Remove thank yous for daniel-lxs, cte, hannesrudolph, jr, roomote, app/roomote, dleffel or mrubens in release notes
14+
Do not thank daniel-lxs, cte, hannesrudolph, jr, roomote, app/roomote, dleffel or mrubens in release notes
1515

1616

1717
## Misc

docs/providers/roo-code-cloud.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
sidebar_label: Roo Code Cloud
3+
description: Access the free roo/sonic AI model through Roo Code Cloud. No API keys or payment required during the promotional period.
4+
keywords:
5+
- roo code cloud
6+
- roo provider
7+
- sonic model
8+
- free ai model
9+
- cloud authentication
10+
- no api key
11+
image: /img/social-share.jpg
12+
---
13+
14+
# Roo Code Cloud Provider
15+
16+
Access the free "roo/sonic" model through Roo Code Cloud authentication. No API keys or usage costs during the promotional period.
17+
18+
:::note
19+
- Requires Roo Code Cloud account
20+
- Internet connection required
21+
- Prompts and completions are logged for model improvement
22+
- Available during promotional period only
23+
:::
24+
25+
---
26+
27+
## Setup
28+
29+
1. **Connect to Roo Code Cloud:**
30+
- Click the account icon (<Codicon name="account" />) in Roo Code panel
31+
- Sign in with GitHub, Google, or email
32+
- See [Login Guide](/roo-code-cloud/login) if needed
33+
34+
2. **Select Provider:**
35+
- Open Roo Code Settings (<Codicon name="gear" />)
36+
- Choose "Roo Code Cloud" from the API Provider dropdown
37+
- Select the model "Sonic"
38+
39+
---
40+
41+
## Model
42+
43+
**roo/sonic**:
44+
- Context Window: 262,144 tokens
45+
- Max Output: 16,384 tokens
46+
- Image Support: No
47+
48+
---
49+
50+
## Troubleshooting
51+
52+
**"Authentication required"**: Connect to Roo Code Cloud via the account icon.
53+
54+
**"No session token"**: Sign out and back in to refresh your session.
55+
56+
**Connection issues**: Check internet connection and restart VS Code if needed.

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.18](/update-notes/v3.25.18) (2025-08-19)
2223
* [3.25.17](/update-notes/v3.25.17) (2025-08-18)
2324
* [3.25.16](/update-notes/v3.25.16) (2025-08-17)
2425
* [3.25.15](/update-notes/v3.25.15) (2025-08-14)

docs/update-notes/v3.25.18.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
description: Update to Roo Code 3.25.18 to access Sonic — a stealth model from a major AI provider — featuring a 262,144‑token context and a 72‑hour free access window, plus provider improvements and bug fixes.
3+
keywords:
4+
- roo code 3.25.18
5+
- sonic model
6+
- provider updates
7+
- bug fixes
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.25.18 Release Notes (2025-08-19)
12+
13+
Update to Roo Code 3.25.18 to access Sonic — a stealth model from a major AI provider — with a massive 262,144‑token context and FREE 72‑hour access. This release also includes provider enhancements and reliability fixes.
14+
15+
## Sonic (Stealth Model)
16+
17+
Sonic is now available in Roo Code ([#7207](https://github.com/RooCodeInc/Roo-Code/pull/7207)) ([#7212](https://github.com/RooCodeInc/Roo-Code/pull/7212)) ([#7218](https://github.com/RooCodeInc/Roo-Code/pull/7218)) — a stealth model from a major AI provider designed for long‑range, context‑rich work:
18+
19+
- 262,144‑token context lets you work across very large codebases, logs, and transcripts in one session.
20+
- FREE for 72 hours so you can try Sonic with real tasks.
21+
22+
> Important: Sonic is delivered via Roo Code Cloud. To get this model to work, you must connect your IDE to Roo Code Cloud. See [Roo Code Cloud sign in](/roo-code-cloud/login).
23+
24+
**Prerequisites**
25+
- Roo Code v3.25.18 or later
26+
- Connected to Roo Code Cloud account — see [Roo Code Cloud sign in](/roo-code-cloud/login)
27+
28+
**How to enable Sonic**
29+
1. Open Settings → Providers and set Provider to **Roo Code Cloud**.
30+
2. In the model selector, choose **Sonic**.
31+
32+
> 📚 Documentation: See [Roo Code Cloud sign in](/roo-code-cloud/login) and [Roo Code Cloud Provider](/providers/roo-code-cloud).
33+
34+
## Bug Fixes
35+
36+
- LM Studio models: prevents duplicate entries (case‑insensitive) (thanks fbuechler!) ([#7185](https://github.com/RooCodeInc/Roo-Code/pull/7185))
37+
- Reasoning usage: respects enableReasoningEffort setting, avoiding unintended reasoning costs (thanks ikbencasdoei!) ([#7049](https://github.com/RooCodeInc/Roo-Code/pull/7049))
38+
39+
## Documentation Updates
40+
41+
- ask_followup_question: simplifies the prompt guidance for clearer authoring ([#7191](https://github.com/RooCodeInc/Roo-Code/pull/7191)) — see [ask_followup_question tool](/advanced-usage/available-tools/ask-followup-question).

docs/update-notes/v3.25.mdx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
description: Roo Code 3.25 introduces custom slash commands, Gemini web tools, image support, message queueing, Cerebras AI provider, cost limits, and many quality-of-life improvements.
2+
description: Roo Code 3.25 introduces Sonic stealth model with 262K context, custom slash commands, Gemini web tools, image support, message queueing, Cerebras AI provider, cost limits, and many quality-of-life improvements.
33
keywords:
44
- roo code 3.25
5+
- sonic model
56
- custom slash commands
67
- gemini tools
78
- image support
@@ -13,7 +14,7 @@ image: /img/social-share.jpg
1314

1415
# Roo Code 3.25 Release Notes
1516

16-
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, seamless message queueing for uninterrupted conversations, the new Cerebras AI provider, and auto-approved cost limits for budget control.
17+
This release brings powerful new capabilities to Roo Code, including the Sonic stealth model with 262,144-token context and 72-hour free access, custom slash commands for workflow automation, enhanced Gemini models with web access, comprehensive image support, seamless message queueing for uninterrupted conversations, the new Cerebras AI provider, and auto-approved cost limits for budget control.
1718

1819
### Custom Slash Commands
1920

@@ -194,9 +195,15 @@ Critical fixes that improve stability and compatibility:
194195
* **Native Ollama API**: Fixed Ollama models to use native API instead of OpenAI compatibility layer for improved performance and reliability
195196
* **Terminal Reuse**: Fixed terminal reuse logic to properly handle terminal lifecycle management
196197
* **LM Studio Models**: Fixed duplicate model entries by implementing case-insensitive deduplication, ensuring models appear only once in the provider configuration
198+
* **Reasoning Usage**: Fixed enableReasoningEffort setting not being respected when determining reasoning usage, avoiding unintended reasoning costs
197199

198200
### Provider Updates
199201

202+
* **Sonic Model Integration**: Added support for the Sonic stealth model through Roo Code Cloud provider:
203+
- 262,144-token context window for processing large documents and codebases
204+
- Free 72-hour access period for evaluation
205+
- Thinking token controls for managing reasoning budget
206+
- Max output tokens increased to 16,384 for longer responses
200207
* **GPT-5 Model Support**: Added support for OpenAI's latest GPT-5 model family:
201208
- `gpt-5-2025-08-07`: The full GPT-5 model, now set as the default for OpenAI Native provider
202209
- `gpt-5-mini-2025-08-07`: A smaller, faster variant for quick responses
@@ -242,4 +249,8 @@ Critical fixes that improve stability and compatibility:
242249
* **Mode Configuration**: Updated PR reviewer rules and mode configuration ([#6391](https://github.com/RooCodeInc/Roo-Code/pull/6391), [#6428](https://github.com/RooCodeInc/Roo-Code/pull/6428))
243250
* **Navigator Global Error**: Resolved errors by updating mammoth and bluebird dependencies ([#6363](https://github.com/RooCodeInc/Roo-Code/pull/6363))
244251
* **Nightly Build Fixes**: Resolved marketplace freezing issues with separate changelog ([#6449](https://github.com/RooCodeInc/Roo-Code/pull/6449))
245-
* **Cloud Provider Profile Sync**: Added support for syncing provider profiles from the cloud, enabling automatic synchronization across devices and team collaboration
252+
* **Cloud Provider Profile Sync**: Added support for syncing provider profiles from the cloud, enabling automatic synchronization across devices and team collaboration
253+
254+
### Documentation Updates
255+
256+
* **ask_followup_question Tool**: Simplified the prompt guidance for clearer authoring, making it faster to create effective follow-up questions

sidebars.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ const sidebars: SidebarsConfig = {
177177
'providers/openai-compatible',
178178
'providers/openrouter',
179179
'providers/requesty',
180+
'providers/roo-code-cloud',
180181
'providers/sambanova',
181182
'providers/unbound',
182183
'providers/vertex',
@@ -212,14 +213,15 @@ const sidebars: SidebarsConfig = {
212213
label: '3.25',
213214
items: [
214215
{ type: 'doc', id: 'update-notes/v3.25', label: '3.25 Combined' },
216+
{ type: 'doc', id: 'update-notes/v3.25.18', label: '3.25.18' },
215217
{ type: 'doc', id: 'update-notes/v3.25.17', label: '3.25.17' },
216218
{ type: 'doc', id: 'update-notes/v3.25.16', label: '3.25.16' },
217219
{ type: 'doc', id: 'update-notes/v3.25.15', label: '3.25.15' },
218220
{ type: 'doc', id: 'update-notes/v3.25.14', label: '3.25.14' },
219221
{ type: 'doc', id: 'update-notes/v3.25.13', label: '3.25.13' },
220222
{ type: 'doc', id: 'update-notes/v3.25.12', label: '3.25.12' },
221223
{ type: 'doc', id: 'update-notes/v3.25.11', label: '3.25.11' },
222-
{ type: 'doc', id: 'update-notes/v3.25.10', label: '3.25.10' },
224+
{ type: 'doc', id: 'update-notes/v3.25.10', label: '3.25.10' },
223225
{ type: 'doc', id: 'update-notes/v3.25.9', label: '3.25.9' },
224226
{ type: 'doc', id: 'update-notes/v3.25.8', label: '3.25.8' },
225227
{ type: 'doc', id: 'update-notes/v3.25.7', label: '3.25.7' },

0 commit comments

Comments
 (0)