Skip to content

Commit 25ad684

Browse files
3.28.0 (#340)
* 3.28.0 * feat: introduce Task Sync for free monitoring and enhance Roomote Control for mobile task management; update documentation and images * feat: update release notes to include Task Sync alongside Roomote Control * feat: update Roomote Control section and add image for enhanced visibility in release notes * fix: move Merge Resolver Mode note to Misc Improvements section for better organization * fix: correct formatting of Task Sync section header for consistency * fix: correct formatting of Task Sync section header for consistency
1 parent c2fa907 commit 25ad684

File tree

14 files changed

+165
-36
lines changed

14 files changed

+165
-36
lines changed

docs/roo-code-cloud/billing-subscriptions.mdx

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,12 @@ import Codicon from '@site/src/components/Codicon';
1616

1717
Roo Code Cloud offers a Pro subscription with a free 14-day trial, then $20/month, unlocking premium features including Roomote Control.
1818

19-
## Subscription Plans
20-
21-
### Free Tier
22-
- Task history and sharing
23-
- Detailed usage metrics
24-
- **Roomote Control Monitoring** via [Roomote Control](/roo-code-cloud/roomote-control):
25-
- Follow along in real-time with task activity from your IDE
26-
- Monitor tasks running in your IDE with live updates
27-
- View live progress with streaming updates
28-
- Visual indicators for task status (running, idle, interactive)
29-
- No credit card required
19+
## Subscription Plan
3020

3121
### Pro Plan ($20/month)
3222
Free 14-day trial, then $20/month. Cancel anytime.
3323

34-
- Everything in Free Tier, plus:
35-
- **Full Roomote Control** - Complete remote control capabilities:
24+
- **Roomote Control**
3625
- **Chat Interface** - Interact with the chatbox just as though you were in your IDE (includes message queuing, attaching images, changing modes, switching providers, and all standard chat features)
3726
- **Start New Tasks** - Launch tasks in any connected workspace
3827
- **Stop Running Tasks** - Safely terminate active tasks

docs/roo-code-cloud/dashboard.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are two ways to access your Roo Code Cloud dashboard:
2323

2424
Once logged in, click the **cloud icon** <Codicon name="cloud" /> in the top right corner of the Roo Code plugin, then click **Visit Roo Code Cloud**.
2525

26-
<img src="/img/login/login-12.png" alt="Access dashboard from Roo Code plugin" width="600" />
26+
<img src="/img/dashboard/dashboard-3.png" alt="Access dashboard from Roo Code plugin" width="600" />
2727

2828
### Method 2: Direct Web Access
2929

@@ -39,16 +39,17 @@ This allows you to access your dashboard from any web browser, even when not usi
3939

4040
The Home page combines Roomote Control and Tasks History in a single view.
4141

42-
<img src="/img/dashboard/dashboard.png" alt="Roo Code Cloud Home page showing Roomote Control and Tasks sections" width="800" />
42+
<img src="/img/dashboard/dashboard-4.png" alt="Roo Code Cloud Home page showing Roomote Control and Tasks sections" width="800" />
4343

4444
#### Roomote Control Section
4545
The [Roomote Control](/roo-code-cloud/roomote-control) section at the top allows you to:
46-
- **Toggle Roomote Control** - Enable/disable remote control from the top right
47-
- **View Connected Workspaces** - Shows your active VS Code workspace(s) with connection status
48-
- **Monitor Active Tasks** - See currently running tasks with real-time updates
49-
- **Start New Tasks** - Use the "New Task" button to launch tasks remotely (Pro feature)
46+
- **Toggle Roomote Control (Pro)** — Visible only when subscribed to Roo Code Cloud Pro; enable/disable remote control from the top right. See [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions#pro-plan-20month).
47+
- **View Connected Workspaces** — Shows your active VS Code workspace(s) with connection status
48+
- **Start New Tasks (Pro)** — Use the "New Task" button to launch tasks remotely
5049

5150
#### Tasks Section
51+
- **Toggle Task Sync** — Enable/disable monitoring for live updates from your IDE
52+
5253
The Tasks section below displays your task history with:
5354
- **Task description** - The prompt or request
5455
- **Timestamp** - When the task was created

docs/roo-code-cloud/login.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Connect your Roo Code extension to Roo Code Cloud to sync your prompts, access o
1919

2020
To connect to Roo Code Cloud, click the **cloud icon** <Codicon name="cloud" /> in the top right corner of the Roo Code plugin.
2121

22-
<img src="/img/login/login-10.png" alt="Roo Code Cloud initial connection screen" width="600" />
22+
<img src="/img/login/login-13.png" alt="Roo Code Cloud initial connection screen" width="600" />
2323

2424
Click the **Connect** button to begin the authentication process. You'll be redirected to the Roo Code Cloud website.
2525

@@ -98,12 +98,13 @@ This allows you to connect Roo Code Cloud to various VS Code forks and compatibl
9898

9999
Once authenticated, you'll be redirected back to your IDE where you'll see your connected account:
100100

101-
<img src="/img/login/login-12.png" alt="Successfully connected Roo Code Cloud account" width="600" />
101+
<img src="/img/dashboard/dashboard-3.png" alt="Successfully connected Roo Code Cloud account" width="600" />
102102

103103
This screen displays:
104104
- Your profile avatar and full name
105105
- Your connected account email address
106-
- **[Roomote Control](/roo-code-cloud/roomote-control)** toggle - Enable following and interacting with tasks in this workspace with Roo Code Cloud
106+
- **[Task Sync](/roo-code-cloud/task-sync)** toggle — Enabled automatically after connecting. Monitor tasks from any device via Roo Code Cloud.
107+
- **[Roomote Control](/roo-code-cloud/roomote-control)** toggle — Enable remote control (start/stop/interactive controls; Pro). Visible only when subscribed to Roo Code Cloud Pro; see [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions#pro-plan-20month).
107108
- **Visit Roo Code Cloud** button - Opens the [web dashboard](/roo-code-cloud/dashboard) in your browser
108109
- **Log out** button - Disconnects your account from this IDE
109110
- **Done** button (top right) - Closes the Cloud panel and returns to normal Roo Code usage

docs/roo-code-cloud/roomote-control.mdx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Control and monitor Roo Code tasks running in VS Code directly from your browser with Roomote Control's real-time bidirectional connection.
2+
description: Remotely control Roo Code tasks running in VS Code from your browser. Monitoring is provided by Task Sync.
33
keywords:
44
- roomote control
55
- remote control
@@ -14,16 +14,14 @@ import Codicon from '@site/src/components/Codicon';
1414

1515
# Roomote Control
1616

17-
Roomote Control (also known as Remote Control) enables real-time monitoring and control of Roo Code tasks running in your VS Code extension directly from the Roo Code Cloud web interface.
17+
Roomote Control lets you remotely control tasks running in your local VS Code instance from the Roo Code Cloud web interface.
1818

1919
## What is Roomote Control?
2020

21-
Roomote Control creates a bidirectional connection between your local VS Code extension and Roo Code Cloud, allowing you to:
21+
Roomote Control creates a bidirectional connection between your local VS Code extension and Roo Code Cloud so you can:
2222

23-
- **Follow along in real-time** with task activity from your IDE
24-
- **Monitor tasks** running in your IDE with live updates
25-
- **Control tasks remotely** ([Pro feature](/roo-code-cloud/billing-subscriptions#pro-plan-20month) - start, stop, interact)
26-
- **View live progress** with streaming updates
23+
- **Control tasks remotely** — start, stop, interact, and use the full chat interface
24+
- Included with **Roo Code Cloud Pro**. See [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions#pro-plan-20month).
2725

2826
## Key Features
2927

@@ -34,10 +32,6 @@ Roomote Control creates a bidirectional connection between your local VS Code ex
3432
- Displays workspace path and project name
3533
- Maintains persistent connection during tasks
3634

37-
### Task Monitoring
38-
39-
- Live streaming of task messages and progress
40-
- Visual indicators for task status (running, idle, interactive)
4135

4236
### Remote Task Control
4337

docs/roo-code-cloud/task-sync.mdx

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
description: Task Sync streams task activity from your local VS Code to Roo Code Cloud so you can monitor progress from any device — free for all users.
3+
keywords:
4+
- task sync
5+
- monitoring
6+
- realtime updates
7+
- task history
8+
- mobile monitoring
9+
- roo code cloud
10+
image: /img/social-share.jpg
11+
---
12+
13+
# Task Sync
14+
15+
Task Sync streams task activity from your local VS Code to Roo Code Cloud so you can monitor progress from any device — desktop, tablet, or phone. This feature is free for all users.
16+
17+
> Important
18+
> - Roo Code remains completely free and open source
19+
> - Task Sync only sends data one-way (from your IDE to the cloud) for monitoring
20+
> - All model execution still happens locally in your VS Code
21+
> - For remote control capabilities, see [Roomote Control](/roo-code-cloud/roomote-control)
22+
23+
## What is Task Sync?
24+
25+
Task Sync creates a live, one-way stream of your task messages and status from your local VS Code to Roo Code Cloud so you can:
26+
- Monitor long-running tasks from your phone while away from your desk
27+
- See real-time updates (messages, mode changes, status)
28+
- Check when a task completes without sitting in front of your IDE
29+
- Review your cloud task history later
30+
31+
<img src="/img/task-sync/task-sync.png" alt="Roo Code Cloud home showing connected workspaces and tasks" width="800" />
32+
33+
## Key Capabilities
34+
35+
- Realtime monitoring from any browser (desktop, tablet, phone)
36+
- Live message stream and status indicators (running, idle, interactive)
37+
- Cloud task history for later review
38+
- Secure, one-way sync of task data only
39+
40+
## Getting Started
41+
42+
1. Connect your IDE (see [Login/Signup](/roo-code-cloud/login))
43+
2. Open or start a task in your local Roo Code extension
44+
3. Visit the dashboard at https://app.roocode.com to monitor in real time
45+
46+
Task Sync is available automatically after you connect your account. No extra configuration is required.
47+
48+
## Mobile Monitoring
49+
50+
Task Sync is optimized for mobile. Check in on progress between meetings, during a build, or while a model is running — without being stuck at your desk.
51+
52+
## Upgrading to Remote Control
53+
54+
If you also want to continue tasks remotely (approve actions, respond to prompts, start/stop tasks), enable [Roomote Control](/roo-code-cloud/roomote-control).
55+
Pro includes a free 14‑day trial, then $20/month — see [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions).
56+
57+
## Limitations
58+
59+
- One-way monitoring only; no cloud commands are sent to your IDE
60+
- Requires your IDE to be open and connected
61+
- Internet connection required for live updates

docs/roo-code-cloud/what-is-roo-code-cloud.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ Access your central control hub at [app.roocode.com](https://app.roocode.com/) t
2727
### [Task Sharing](/roo-code-cloud/task-sharing)
2828
Share individual tasks with colleagues or the community through secure, expiring links. Control what you share and when, with links that automatically expire after 30 days for enhanced security.
2929

30+
### [Task Sync](/roo-code-cloud/task-sync)
31+
Monitor tasks from any device with real-time updates and cloud task history. Free for all users.
32+
3033
### [Roomote Control](/roo-code-cloud/roomote-control)
31-
Monitor and control VS Code tasks directly from your browser. Free users can monitor tasks in real-time, while Pro subscribers gain full remote control including the ability to start, stop, and interact with tasks remotely.
34+
Remotely control VS Code tasks from your browser (Pro). Start, stop, and interact with tasks remotely. For monitoring, see [Task Sync](/roo-code-cloud/task-sync).
3235

3336
### [Billing & Pro Features](/roo-code-cloud/billing-subscriptions)
3437
Try Pro free for 14 days, then $20/month to unlock full Roomote Control capabilities, priority support, and enhanced features. Cancel anytime with no commitment.
@@ -38,5 +41,5 @@ Try Pro free for 14 days, then $20/month to unlock full Roomote Control capabili
3841
1. [Connect your account](/roo-code-cloud/login) to link Roo Code with the cloud
3942
2. [Explore the dashboard](/roo-code-cloud/dashboard) to see your task history and analytics
4043
3. [Share a task](/roo-code-cloud/task-sharing) to collaborate with others
41-
4. [Enable Roomote Control](/roo-code-cloud/roomote-control) to monitor or control tasks remotely
44+
4. Use [Task Sync](/roo-code-cloud/task-sync) to monitor tasks from any device; enable [Roomote Control](/roo-code-cloud/roomote-control) for remote control
4245
5. [Consider Pro](/roo-code-cloud/billing-subscriptions) if you need full remote control features

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: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
description: Introduces Task Sync (free monitoring) and Roomote Control (Pro remote control) for mobile-friendly task follow-up, 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 Task Sync & 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+
## Task Sync & Roomote Control
17+
18+
Introducing our new cloud connectivity features that let you **monitor and control long-running tasks from your phone** - no more waiting at your desk! ([#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**. Task Sync and Roomote Control are optional supplementary services that connect your local VS Code to the cloud - all processing still happens in your VS Code instance.
21+
22+
<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" />
23+
24+
**[Task Sync](/roo-code-cloud/task-sync) (FREE for All Users)**:
25+
- **Monitor from Anywhere**: Check on long-running tasks from your phone while away from your desk
26+
- **Real-time Updates**: Live streaming of your local task messages and progress
27+
- **Task History**: Your tasks are saved to the cloud for later reference
28+
- **Cloud Visibility**: View your VS Code tasks from any browser
29+
30+
**[Roomote Control](/roo-code-cloud/roomote-control) ([14-Day Free Trial, then $20/month](/roo-code-cloud/billing-subscriptions#pro-plan-20month))**:
31+
- **Continue Tasks Remotely**: Keep tasks going from your phone - respond to prompts, fix errors, approve actions
32+
- **Full Chat Control**: Interact with the chatbox as though you were in your IDE
33+
- **Start/Stop Tasks**: Launch new tasks or terminate running ones from anywhere
34+
- **Complete Control**: Full bidirectional control of your local VS Code from anywhere
35+
36+
Task Sync enables monitoring your local development environment from any device. Add Roomote Control for full remote control capabilities - whether you're on another computer, tablet, or smartphone.
37+
38+
39+
> **📚 Documentation**: See [Task Sync](/roo-code-cloud/task-sync), [Roomote Control Guide](/roo-code-cloud/roomote-control), and [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions).
40+
41+
## QOL Improvements
42+
43+
* **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))
44+
* **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))
45+
* **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))
46+
47+
## Bug Fixes
48+
49+
* **Groq Context Window**: Fixed incorrect display of cached tokens in context window ([#7839](https://github.com/RooCodeInc/Roo-Code/pull/7839))
50+
* **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))
51+
* **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))
52+
* **Temperature Parameter**: Restored temperature parameter to fix crashes in TabbyApi and ExLlamaV2 backends (thanks drknyt!) ([#7594](https://github.com/RooCodeInc/Roo-Code/pull/7594))
53+
* **Ollama Model Info**: Fixed max context window display for Ollama models (thanks ItsOnlyBinary!) ([#7679](https://github.com/RooCodeInc/Roo-Code/pull/7679))
54+
55+
## Provider Updates
56+
57+
* **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))
58+
* **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))
59+
60+
## Misc Improvements
61+
62+
* **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))
63+
* Updated dependency esbuild to v0.25.9 for improved build performance ([#5455](https://github.com/RooCodeInc/Roo-Code/pull/5455))
64+
* Updated dependency @changesets/cli to v2.29.6 ([#7376](https://github.com/RooCodeInc/Roo-Code/pull/7376))
65+
* Updated dependency nock to v14.0.10 ([#6465](https://github.com/RooCodeInc/Roo-Code/pull/6465))
66+
* Updated dependency eslint-config-prettier to v10.1.8 ([#6464](https://github.com/RooCodeInc/Roo-Code/pull/6464))
67+
* Updated dependency eslint-plugin-turbo to v2.5.6 ([#7764](https://github.com/RooCodeInc/Roo-Code/pull/7764))

sidebars.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const sidebars: SidebarsConfig = {
5050
'roo-code-cloud/login',
5151
'roo-code-cloud/dashboard',
5252
'roo-code-cloud/task-sharing',
53+
'roo-code-cloud/task-sync',
5354
'roo-code-cloud/billing-subscriptions',
5455
'roo-code-cloud/roomote-control',
5556
],
@@ -217,6 +218,13 @@ const sidebars: SidebarsConfig = {
217218
label: 'Update Notes',
218219
items: [
219220
'update-notes/index',
221+
{
222+
type: 'category',
223+
label: '3.28',
224+
items: [
225+
{ type: 'doc', id: 'update-notes/v3.28.0', label: '3.28.0' },
226+
],
227+
},
220228
{
221229
type: 'category',
222230
label: '3.27',
670 KB
Loading

0 commit comments

Comments
 (0)