-
Notifications
You must be signed in to change notification settings - Fork 182
3.28.0 #340
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
3.28.0 #340
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
5ae0ab8
3.28.0
hannesrudolph 6cb3e1c
feat: introduce Task Sync for free monitoring and enhance Roomote Con…
hannesrudolph 393e136
feat: update release notes to include Task Sync alongside Roomote Con…
hannesrudolph ce0b0a0
feat: update Roomote Control section and add image for enhanced visib…
hannesrudolph 4e87fd5
fix: move Merge Resolver Mode note to Misc Improvements section for b…
hannesrudolph 7eb7651
fix: correct formatting of Task Sync section header for consistency
hannesrudolph 535a836
fix: correct formatting of Task Sync section header for consistency
hannesrudolph 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,64 @@ | ||
| --- | ||
| description: Introduces Roomote Control for real-time monitoring and control of VS Code tasks from the browser, plus improved chat editing and multiple bug fixes. | ||
| keywords: | ||
| - roo code 3.28.0 | ||
| - roomote control | ||
| - remote control | ||
| - chat editing | ||
| - vertex ai models | ||
| image: /img/social-share.jpg | ||
| --- | ||
|
|
||
| # Roo Code 3.28.0 Release Notes (2025-09-10) | ||
|
|
||
| This release introduces Roomote Control - check on long-running tasks from your phone and keep them going without being stuck at your desk. Plus enhanced chat editing and multiple bug fixes. | ||
|
|
||
| ## Roomote Control | ||
|
|
||
| We've launched Roomote Control, a supplementary cloud service that lets you **monitor and continue long-running tasks from your phone** - no more waiting at your desk! Control tasks running in **your local VS Code instance** from any browser ([#7799](https://github.com/RooCodeInc/Roo-Code/pull/7799), [#7805](https://github.com/RooCodeInc/Roo-Code/pull/7805), [#7850](https://github.com/RooCodeInc/Roo-Code/pull/7850)): | ||
|
|
||
| > **Important**: Roo Code remains **completely free and open source**. Roomote Control is an optional supplementary service that connects your local VS Code to any web browser. | ||
|
|
||
| **Free Features (All Users)**: | ||
| - **Monitor from Anywhere**: Check on long-running tasks from your phone while away from your desk | ||
| - **Real-time Updates**: Live streaming of your local task messages and progress | ||
| - **Stay Productive**: No more waiting at your desk for tasks to complete | ||
|
|
||
| **Pro Features (14-Day Free Trial, then $20/month)**: | ||
| - **Continue Tasks Remotely**: Keep tasks going from your phone - respond to prompts, fix errors, approve actions | ||
| - **Full Chat Control**: Interact with the chatbox as though you were in your IDE | ||
| - **Task Management**: Start new tasks, stop running ones, or switch between multiple tasks | ||
|
|
||
| The feature creates a bidirectional connection between your local VS Code extension and Roo Code Cloud, allowing you to monitor and control your local development environment from anywhere - whether you're on another computer, tablet, or smartphone. | ||
|
|
||
| <img src="/img/v3.28.0/v3.28.0.png" alt="Roomote Control interface showing real-time task monitoring and control from browser" width="300" /> | ||
|
|
||
| > **📚 Documentation**: See [Roomote Control Guide](/roo-code-cloud/roomote-control) for detailed setup and usage instructions, and [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions) for pricing details. | ||
|
|
||
| ## QOL Improvements | ||
|
|
||
| * **Click-to-Edit Chat Messages**: Click directly on any message text to edit it, with ESC to cancel and improved padding consistency ([#7790](https://github.com/RooCodeInc/Roo-Code/pull/7790)) | ||
| * **Enhanced Reasoning Display**: The AI's thinking process now shows a persistent timer and displays reasoning content in clean italic text ([#7752](https://github.com/RooCodeInc/Roo-Code/pull/7752)) | ||
| * **Manual Auth URL Input**: Users in containerized environments can now paste authentication redirect URLs manually when automatic redirection fails ([#7805](https://github.com/RooCodeInc/Roo-Code/pull/7805)) | ||
|
|
||
| ## Bug Fixes | ||
|
|
||
| * **Groq Context Window**: Fixed incorrect display of cached tokens in context window ([#7839](https://github.com/RooCodeInc/Roo-Code/pull/7839)) | ||
| * **Chat Message Operations**: Resolved duplication issues when editing messages and "Couldn't find timestamp" errors when deleting ([#7793](https://github.com/RooCodeInc/Roo-Code/pull/7793)) | ||
| * **Merge Resolver Mode**: Added GIT_EDITOR environment variable to prevent hanging during non-interactive rebase operations ([#7819](https://github.com/RooCodeInc/Roo-Code/pull/7819)) | ||
| * **UI Overlap**: Fixed CodeBlock button z-index to prevent overlap with popovers and configuration panels (thanks A0nameless0man!) ([#7783](https://github.com/RooCodeInc/Roo-Code/pull/7783)) | ||
| * **Temperature Parameter**: Restored temperature parameter to fix crashes in TabbyApi and ExLlamaV2 backends (thanks drknyt!) ([#7594](https://github.com/RooCodeInc/Roo-Code/pull/7594)) | ||
| * **Ollama Model Info**: Fixed max context window display for Ollama models (thanks ItsOnlyBinary!) ([#7679](https://github.com/RooCodeInc/Roo-Code/pull/7679)) | ||
|
|
||
| ## Provider Updates | ||
|
|
||
| * **Vertex AI Models**: Added support for 6 new models including DeepSeek-V3, GPT-OSS, and Qwen models, plus the us-south1 region (thanks ssweens!) ([#7727](https://github.com/RooCodeInc/Roo-Code/pull/7727)) | ||
| * **DeepSeek Pricing**: Updated to new unified rates effective September 5, 2025 - $0.56/M input tokens, $1.68/M output tokens (thanks NaccOll!) ([#7687](https://github.com/RooCodeInc/Roo-Code/pull/7687)) | ||
|
|
||
| ## Misc Improvements | ||
|
|
||
| * Updated dependency esbuild to v0.25.9 for improved build performance ([#5455](https://github.com/RooCodeInc/Roo-Code/pull/5455)) | ||
| * Updated dependency @changesets/cli to v2.29.6 ([#7376](https://github.com/RooCodeInc/Roo-Code/pull/7376)) | ||
| * Updated dependency nock to v14.0.10 ([#6465](https://github.com/RooCodeInc/Roo-Code/pull/6465)) | ||
| * Updated dependency eslint-config-prettier to v10.1.8 ([#6464](https://github.com/RooCodeInc/Roo-Code/pull/6464)) | ||
| * Updated dependency eslint-plugin-turbo to v2.5.6 ([#7764](https://github.com/RooCodeInc/Roo-Code/pull/7764)) | ||
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The product name 'roo code' should be capitalized consistently as 'Roo Code' to match the formatting used throughout the rest of the document.