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
Copy file name to clipboardExpand all lines: .roorules
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This ensures links work correctly in the built documentation while maintaining c
11
11
When making structural or formatting changes beyond simple .md or .mdx files, always check the Context7 MCP, the `context7CompatibleLibraryID` will be `/facebook/docusaurus`
12
12
13
13
## 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
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).
- 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).
Copy file name to clipboardExpand all lines: docs/update-notes/v3.25.mdx
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
---
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.
3
3
keywords:
4
4
- roo code 3.25
5
+
- sonic model
5
6
- custom slash commands
6
7
- gemini tools
7
8
- image support
@@ -13,7 +14,7 @@ image: /img/social-share.jpg
13
14
14
15
# Roo Code 3.25 Release Notes
15
16
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.
17
18
18
19
### Custom Slash Commands
19
20
@@ -194,9 +195,15 @@ Critical fixes that improve stability and compatibility:
194
195
***Native Ollama API**: Fixed Ollama models to use native API instead of OpenAI compatibility layer for improved performance and reliability
***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
197
199
198
200
### Provider Updates
199
201
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
200
207
***GPT-5 Model Support**: Added support for OpenAI's latest GPT-5 model family:
201
208
-`gpt-5-2025-08-07`: The full GPT-5 model, now set as the default for OpenAI Native provider
202
209
-`gpt-5-mini-2025-08-07`: A smaller, faster variant for quick responses
@@ -242,4 +249,8 @@ Critical fixes that improve stability and compatibility:
***Navigator Global Error**: Resolved errors by updating mammoth and bluebird dependencies ([#6363](https://github.com/RooCodeInc/Roo-Code/pull/6363))
244
251
***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
0 commit comments