Skip to content

Commit 5ae0ab8

Browse files
committed
3.28.0
1 parent c2fa907 commit 5ae0ab8

File tree

4 files changed

+77
-1
lines changed

4 files changed

+77
-1
lines changed

docs/update-notes/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ image: /img/social-share.jpg
1515
# Update Notes
1616

1717

18+
---
19+
20+
### Version 3.28
21+
22+
* [3.28.0](/update-notes/v3.28.0) (2025-09-10)
23+
1824
---
1925

2026
### Version 3.27
2127

2228
* [3.27.0](/update-notes/v3.27.0) (2025-09-05)
2329

24-
---
2530
---
2631

2732
### Version 3.26

docs/update-notes/v3.28.0.mdx

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
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.
3+
keywords:
4+
- roo code 3.28.0
5+
- roomote control
6+
- remote control
7+
- chat editing
8+
- vertex ai models
9+
image: /img/social-share.jpg
10+
---
11+
12+
# Roo Code 3.28.0 Release Notes (2025-09-10)
13+
14+
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.
15+
16+
## Roomote Control
17+
18+
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)):
19+
20+
> **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.
21+
22+
**Free Features (All Users)**:
23+
- **Monitor from Anywhere**: Check on long-running tasks from your phone while away from your desk
24+
- **Real-time Updates**: Live streaming of your local task messages and progress
25+
- **Stay Productive**: No more waiting at your desk for tasks to complete
26+
27+
**Pro Features (14-Day Free Trial, then $20/month)**:
28+
- **Continue Tasks Remotely**: Keep tasks going from your phone - respond to prompts, fix errors, approve actions
29+
- **Full Chat Control**: Interact with the chatbox as though you were in your IDE
30+
- **Task Management**: Start new tasks, stop running ones, or switch between multiple tasks
31+
32+
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.
33+
34+
<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" />
35+
36+
> **📚 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.
37+
38+
## QOL Improvements
39+
40+
* **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))
41+
* **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))
42+
* **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))
43+
44+
## Bug Fixes
45+
46+
* **Groq Context Window**: Fixed incorrect display of cached tokens in context window ([#7839](https://github.com/RooCodeInc/Roo-Code/pull/7839))
47+
* **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))
48+
* **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))
49+
* **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))
50+
* **Temperature Parameter**: Restored temperature parameter to fix crashes in TabbyApi and ExLlamaV2 backends (thanks drknyt!) ([#7594](https://github.com/RooCodeInc/Roo-Code/pull/7594))
51+
* **Ollama Model Info**: Fixed max context window display for Ollama models (thanks ItsOnlyBinary!) ([#7679](https://github.com/RooCodeInc/Roo-Code/pull/7679))
52+
53+
## Provider Updates
54+
55+
* **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))
56+
* **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))
57+
58+
## Misc Improvements
59+
60+
* Updated dependency esbuild to v0.25.9 for improved build performance ([#5455](https://github.com/RooCodeInc/Roo-Code/pull/5455))
61+
* Updated dependency @changesets/cli to v2.29.6 ([#7376](https://github.com/RooCodeInc/Roo-Code/pull/7376))
62+
* Updated dependency nock to v14.0.10 ([#6465](https://github.com/RooCodeInc/Roo-Code/pull/6465))
63+
* Updated dependency eslint-config-prettier to v10.1.8 ([#6464](https://github.com/RooCodeInc/Roo-Code/pull/6464))
64+
* Updated dependency eslint-plugin-turbo to v2.5.6 ([#7764](https://github.com/RooCodeInc/Roo-Code/pull/7764))

sidebars.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,13 @@ const sidebars: SidebarsConfig = {
217217
label: 'Update Notes',
218218
items: [
219219
'update-notes/index',
220+
{
221+
type: 'category',
222+
label: '3.28',
223+
items: [
224+
{ type: 'doc', id: 'update-notes/v3.28.0', label: '3.28.0' },
225+
],
226+
},
220227
{
221228
type: 'category',
222229
label: '3.27',

static/img/v3.28.0/v3.28.0.png

205 KB
Loading

0 commit comments

Comments
 (0)