-
Notifications
You must be signed in to change notification settings - Fork 160
Add release notes for Roo Code v3.25.18 and update v3.25 description … #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| --- | ||
| sidebar_label: Roo Code Cloud | ||
| description: Access the free roo/sonic AI model through Roo Code Cloud. No API keys or payment required during the promotional period. | ||
| keywords: | ||
| - roo code cloud | ||
| - roo provider | ||
| - sonic model | ||
| - free ai model | ||
| - cloud authentication | ||
| - no api key | ||
| image: /img/social-share.jpg | ||
| --- | ||
|
|
||
| # Roo Code Cloud Provider | ||
|
|
||
| Access the free "roo/sonic" model through Roo Code Cloud authentication. No API keys or usage costs during the promotional period. | ||
|
|
||
| :::note | ||
| - Requires Roo Code Cloud account | ||
| - Internet connection required | ||
| - Prompts and completions are logged for model improvement | ||
| - Available during promotional period only | ||
| ::: | ||
hannesrudolph marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| --- | ||
|
|
||
| ## Setup | ||
|
|
||
| 1. **Connect to Roo Code Cloud:** | ||
| - Click the account icon (<Codicon name="account" />) in Roo Code panel | ||
| - Sign in with GitHub, Google, or email | ||
| - See [Login Guide](/roo-code-cloud/login) if needed | ||
|
|
||
| 2. **Select Provider:** | ||
| - Open Roo Code Settings (<Codicon name="gear" />) | ||
hannesrudolph marked this conversation as resolved.
Show resolved
Hide resolved
hannesrudolph marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - Choose "Roo Code Cloud" from the API Provider dropdown | ||
| - Select the model "Sonic" | ||
|
|
||
| --- | ||
|
|
||
| ## Model | ||
|
|
||
| **roo/sonic**: | ||
| - Context Window: 262,144 tokens | ||
| - Max Output: 16,384 tokens | ||
| - Image Support: No | ||
|
|
||
| --- | ||
|
|
||
| ## Troubleshooting | ||
|
|
||
| **"Authentication required"**: Connect to Roo Code Cloud via the account icon. | ||
|
|
||
| **"No session token"**: Sign out and back in to refresh your session. | ||
|
|
||
| **Connection issues**: Check internet connection and restart VS Code if needed. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| --- | ||
| 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. | ||
| keywords: | ||
| - roo code 3.25.18 | ||
| - sonic model | ||
| - provider updates | ||
| - bug fixes | ||
| image: /img/social-share.jpg | ||
| --- | ||
|
|
||
| # Roo Code 3.25.18 Release Notes (2025-08-19) | ||
|
|
||
| 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. | ||
|
|
||
| ## Sonic (Stealth Model) | ||
|
|
||
| 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: | ||
|
|
||
| - 262,144‑token context lets you work across very large codebases, logs, and transcripts in one session. | ||
| - FREE for 72 hours so you can try Sonic with real tasks. | ||
|
|
||
| > 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). | ||
|
|
||
| **Prerequisites** | ||
| - Roo Code v3.25.18 or later | ||
| - Connected to Roo Code Cloud account — see [Roo Code Cloud sign in](/roo-code-cloud/login) | ||
|
|
||
| **How to enable Sonic** | ||
| 1. Open Settings → Providers and set Provider to **Roo Code Cloud**. | ||
| 2. In the model selector, choose **Sonic**. | ||
|
|
||
| > 📚 Documentation: See [Roo Code Cloud sign in](/roo-code-cloud/login) and [Roo Code Cloud Provider](/providers/roo-code-cloud). | ||
|
|
||
| ## Bug Fixes | ||
|
|
||
| - LM Studio models: prevents duplicate entries (case‑insensitive) (thanks fbuechler!) ([#7185](https://github.com/RooCodeInc/Roo-Code/pull/7185)) | ||
| - Reasoning usage: respects enableReasoningEffort setting, avoiding unintended reasoning costs (thanks ikbencasdoei!) ([#7049](https://github.com/RooCodeInc/Roo-Code/pull/7049)) | ||
|
|
||
| ## Documentation Updates | ||
|
|
||
| - 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.