Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<maxPerPage>3</maxPerPage>
</limits>
<alt_text>
<rule>Describe the action or outcome, not the chrome. Example: "Toggle Roomote Control to enable remote tasks".</rule>
<rule>Describe the action or outcome, not the chrome. Example: "Toggle Task Sync to enable cloud monitoring".</rule>
</alt_text>
<caption>Each screenshot must have a one-line "why this view matters" caption.</caption>
<width_default>600</width_default>
Expand Down
1 change: 0 additions & 1 deletion docs/roo-code-cloud/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ It also augments the Roo Code VS Code extension capabilities by adding:
- Access to the [Roo Code Router](/roo-code-router/overview)
- [Task Sync](./task-sync) to access your entire task history in one place
- [Task sharing](./task-sharing) to access specific tasks with friends or co-workers
- [Roomote Control](./roomote-control) to start/stop and control tasks in the Extension while away from your computer
- [Token usage analytics](./analytics) to understand where your tokens and dollars are going

And, in the [Team plan](./team-plan), adds team-oriented features:
Expand Down
61 changes: 0 additions & 61 deletions docs/roo-code-cloud/roomote-control.mdx

This file was deleted.

6 changes: 1 addition & 5 deletions docs/roo-code-cloud/task-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It creates a live, one-way stream of your task messages and status from your loc
- Check when a task completes without sitting in front of your IDE
- Review your cloud task history anytime

<img src="/img/task-sync/task-sync.png" alt="Roo Code Cloud home showing connected workspaces and tasks" width="600" />
<img src="/img/task-sync/task-sync.png" alt="Roo Code Cloud home showing workspaces and tasks" width="600" />

:::info IDE <LucideIcon name="ArrowRight" style={{ position: "relative", top: "3px" }} /> Cloud
Keep in mind Task Sync sends tasks from your IDE to Roo Code Cloud, but not vice-versa. For example, it doesn't sync tasks across devices at the moment.
Expand All @@ -36,10 +36,6 @@ Keep in mind Task Sync sends tasks from your IDE to Roo Code Cloud, but not vice
- Personal accounts: Task Sync is enabled by default and can be toggled in Settings.
- Organization accounts: Task Sync is managed by your org admins and is off by default for members unless enabled at the org level.

## Upgrading to Remote Control

If you also want to continue tasks remotely (approve actions, respond to prompts, start/stop tasks), enable [Roomote Control](/roo-code-cloud/roomote-control).

## Limitations

- One-way monitoring only; no cloud commands are sent to your IDE
Expand Down
9 changes: 3 additions & 6 deletions docs/roo-code-cloud/what-is-roo-code-cloud.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
description: Roo Code Cloud extends your VS Code extension with cloud task syncing and sharing, remote IDE control (Roomote), usage analytics, and optional Cloud Agents—using your own model API keys.
description: Roo Code Cloud extends your VS Code extension with cloud task syncing and sharing, usage analytics, and optional Cloud Agents—using your own model API keys.
keywords:
- Roo Code Cloud
- Roomote Control
- Remote Control
- Cloud Agents
- cloud features
- collaboration
Expand All @@ -14,7 +12,7 @@ keywords:

# What is Roo Code Cloud?

Roo Code Cloud is the web platform companion to the Roo Code VS Code extension. It extends the extension's functionality (task syncing and sharing, usage analytics, remote control (Roomote Control)) and allows you to run tasks in the cloud, completely independent from the extension, via Cloud Agents.
Roo Code Cloud is the web platform companion to the Roo Code VS Code extension. It extends the extension's functionality (task syncing and sharing, usage analytics) and allows you to run tasks in the cloud, completely independent from the extension, via Cloud Agents.

Some of the functionality is free, some of it is paid. All of it follows our philosophy of being model-agnostic and letting you bring your provider key to stay in control of inference models and costs.

Expand All @@ -28,7 +26,6 @@ You can see the [pricing for different plans here](https://roocode.com/pricing).
| [Analytics](/roo-code-cloud/analytics) | Track model tokens, tasks, estimated cost, and Cloud Agent credits | Free |
| [Task Sync](/roo-code-cloud/task-sync) | Real-time task updates and cloud task history across devices | Free |
| [Task Sharing](/roo-code-cloud/task-sharing) | Share tasks via secure, expiring links | Free |
| [Roomote Control](/roo-code-cloud/roomote-control) | Browser-based task control while your IDE runs them | Paid |
| [Cloud Agents](/roo-code-cloud/cloud-agents) | Run Roo in the cloud with credit-based runtime and BYO provider keys | Paid |
| Billing & Plans | Manage subscriptions, trials, and credit purchasing | Paid |

Expand All @@ -40,4 +37,4 @@ You can see the [pricing for different plans here](https://roocode.com/pricing).
2. Open [app.roocode.com](https://app.roocode.com/) and confirm your tasks appear.
3. Turn on [Task Sync](/roo-code-cloud/task-sync) so activity syncs to the cloud.
4. [Share a task](/roo-code-cloud/task-sharing) when you're ready for feedback or handoff.
5. Optional: enable [Roomote Control](/roo-code-cloud/roomote-control) (Pro/Team) for remote control, or start a [Cloud Agent](/roo-code-cloud/cloud-agents). Manage plans in [pricing](https://roocode.com/pricing).
5. Optional: start a [Cloud Agent](/roo-code-cloud/cloud-agents). Manage plans in [pricing](https://roocode.com/pricing).
3 changes: 1 addition & 2 deletions docs/update-notes/v3.25.12.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ This addition provides more granular control over model reasoning, allowing you
* **Chutes Provider**: Added support for new Chutes provider models ([#6699](https://github.com/RooCodeInc/Roo-Code/pull/6699))
* **Requesty Integration**: Added Requesty base URL support ([#6992](https://github.com/RooCodeInc/Roo-Code/pull/6992))
* **Cloud Service**: Updated to versions 0.9.0 and 0.10.0 with improved stability ([#6964](https://github.com/RooCodeInc/Roo-Code/pull/6964), [#6968](https://github.com/RooCodeInc/Roo-Code/pull/6968))
* **Bridge Service**: Switched to UnifiedBridgeService for better integration ([#6976](https://github.com/RooCodeInc/Roo-Code/pull/6976))
* **Roomote Control**: Restored roomote control functionality ([#6796](https://github.com/RooCodeInc/Roo-Code/pull/6796))
* **Bridge Service**: Switched to UnifiedBridgeService for better integration ([#6976](https://github.com/RooCodeInc/Roo-Code/pull/6976))
5 changes: 2 additions & 3 deletions docs/update-notes/v3.26.1.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
description: This release adds comprehensive Vercel AI Gateway support as a full provider with embeddings integration, along with cloud agent remote control improvements and UI consistency enhancements.
description: This release adds comprehensive Vercel AI Gateway support as a full provider with embeddings integration, along with UI consistency enhancements.
keywords:
- roo code v3.26.1
- vercel ai gateway
- vercel provider
- vercel embeddings
- cloud remote control
- ui improvements
image: /img/v3.26.1/v3.26.1.png
---

# Roo Code v3.26.1 Release Notes (2025-08-27)

This release adds comprehensive Vercel AI Gateway support as a full provider with embeddings integration, improves cloud agent remote control, and enhances UI consistency.
This release adds comprehensive Vercel AI Gateway support as a full provider with embeddings integration and enhances UI consistency.

<img src="/img/v3.26.1/v3.26.1.png" alt="Roo Code v3.26.1 Release" width="600" />
## Vercel AI Gateway Provider
Expand Down
26 changes: 8 additions & 18 deletions docs/update-notes/v3.28.0.mdx
Original file line number Diff line number Diff line change
@@ -1,42 +1,32 @@
---
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.
description: Introduces Task Sync (free monitoring) for mobile-friendly task follow-up, plus improved chat editing and multiple bug fixes.
keywords:
- roo code 3.28.0
- roomote control
- remote control
- task sync
- chat editing
- vertex ai models
image: /img/v3.28.0/v3.28.0.png
---

# Roo Code 3.28.0 Release Notes (2025-09-10)

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.
This release introduces Task Sync - check on long-running tasks from your phone without being stuck at your desk. Plus enhanced chat editing and multiple bug fixes.

## Task Sync & Roomote Control
## Task Sync

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)):
Introducing our new cloud connectivity feature that lets you **monitor 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)):

> **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.
> **Important**: Roo Code remains **completely free and open source**. Task Sync is an optional supplementary service that connects your local VS Code to the cloud - all processing still happens in your VS Code instance.

<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" />
<img src="/img/v3.28.0/v3.28.0.png" alt="Task Sync interface showing real-time task monitoring from browser" width="300" />

**[Task Sync](/roo-code-cloud/task-sync) (FREE for 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
- **Task History**: Your tasks are saved to the cloud for later reference
- **Cloud Visibility**: View your VS Code tasks from any browser

**[Roomote Control](/roo-code-cloud/roomote-control)**:
- **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
- **Start/Stop Tasks**: Launch new tasks or terminate running ones from anywhere
- **Complete Control**: Full bidirectional control of your local VS Code from anywhere

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.


> **📚 Documentation**: See [Task Sync](/roo-code-cloud/task-sync) and [Roomote Control Guide](/roo-code-cloud/roomote-control).
> **📚 Documentation**: See [Task Sync](/roo-code-cloud/task-sync).

## QOL Improvements

Expand Down
1 change: 0 additions & 1 deletion docs/update-notes/v3.28.2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ This release improves the auto-approve UI, adds Qwen3 Next 80B A3B models via th
## QOL Improvements

* Smaller and more subtle auto-approve UI (thanks brunobergher!) ([#7894](https://github.com/RooCodeInc/Roo-Code/pull/7894))
* Disable Roomote Control on logout for better security ([#7976](https://github.com/RooCodeInc/Roo-Code/pull/7976))
* Add padding to the cloudview for better visual spacing ([#7954](https://github.com/RooCodeInc/Roo-Code/pull/7954))

## Bug Fixes
Expand Down
24 changes: 7 additions & 17 deletions docs/update-notes/v3.28.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Combined release notes for Roo Code v3.28, featuring the Supernova model, Task Sync & Roomote Control for mobile task management, Roo Code Cloud integration, improved chat editing, and various bug fixes.
description: Combined release notes for Roo Code v3.28, featuring the Supernova model, Task Sync for mobile task management, Roo Code Cloud integration, improved chat editing, and various bug fixes.
keywords:
- roo code 3.28
- supernova model
- roomote control
- task sync
- cloud integration
- chat editing
Expand All @@ -12,7 +11,7 @@ image: /img/v3.28.0/v3.28.0.png

# Roo Code 3.28 Combined Release Notes

This version introduces the Supernova model to Roo Code Cloud, Task Sync & Roomote Control for monitoring and controlling tasks from your phone, plus Roo Code Cloud integration features, enhanced chat editing, conversation preservation improvements, and multiple bug fixes.
This version introduces the Supernova model to Roo Code Cloud, Task Sync for monitoring tasks from your phone, plus Roo Code Cloud integration features, enhanced chat editing, conversation preservation improvements, and multiple bug fixes.

## Supernova Model - FREE Access

Expand All @@ -28,29 +27,21 @@ Select the **FREE** code-supernova model from the Roo provider to start using th

> **Documentation**: See the [Roo Code Router guide](/providers/roo-code-router) for model selection details.

## Task Sync & Roomote Control
## Task Sync

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)):
Introducing our new cloud connectivity feature that lets you **monitor 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)):

> **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.
> **Important**: Roo Code remains **completely free and open source**. Task Sync is an optional supplementary service that connects your local VS Code to the cloud - all processing still happens in your VS Code instance.

<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" />
<img src="/img/v3.28.0/v3.28.0.png" alt="Task Sync interface showing real-time task monitoring from browser" width="300" />

**[Task Sync](/roo-code-cloud/task-sync) (FREE for 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
- **Task History**: Your tasks are saved to the cloud for later reference
- **Cloud Visibility**: View your VS Code tasks from any browser

**[Roomote Control](/roo-code-cloud/roomote-control)**:
- **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
- **Start/Stop Tasks**: Launch new tasks or terminate running ones from anywhere
- **Complete Control**: Full bidirectional control of your local VS Code from anywhere

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.

> **Documentation**: See [Task Sync](/roo-code-cloud/task-sync) and [Roomote Control Guide](/roo-code-cloud/roomote-control).
> **Documentation**: See [Task Sync](/roo-code-cloud/task-sync).

## GPT-5-Codex lands in OpenAI Native

Expand Down Expand Up @@ -78,7 +69,6 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
* **Translation coverage auditing**: The translation checker now validates package.nls locales by default to catch missing strings before release (via [#8255](https://github.com/RooCodeInc/Roo-Code/pull/8255))

* Smaller and more subtle auto-approve UI (thanks brunobergher!) ([#7894](https://github.com/RooCodeInc/Roo-Code/pull/7894))
* Disable Roomote Control on logout for better security ([#7976](https://github.com/RooCodeInc/Roo-Code/pull/7976))
* Add padding to the cloudview for better visual spacing ([#7954](https://github.com/RooCodeInc/Roo-Code/pull/7954))

* Temporarily pause auto-approve with a global “Enabled” switch so you can pause without losing your per-toggle selections; the UI clearly distinguishes global vs. per-toggle states ([#8024](https://github.com/RooCodeInc/Roo-Code/pull/8024))
Expand Down
1 change: 0 additions & 1 deletion docs/update-notes/v3.29.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Learn more: https://roocode.com/reviewer

* Reviewer page copy clarifications for clearer expectations ([#8753](https://github.com/RooCodeInc/Roo-Code/pull/8753))
* Dynamic OpenGraph images for clean link previews ([#8773](https://github.com/RooCodeInc/Roo-Code/pull/8773))
* Fix link text to “Roomote Control” in README (thanks laz-001!) ([#8742](https://github.com/RooCodeInc/Roo-Code/pull/8742))
* Remove a very verbose cloud‑agents error ([#8795](https://github.com/RooCodeInc/Roo-Code/pull/8795))
* Update X/Twitter username from roo_code to roocode ([#8780](https://github.com/RooCodeInc/Roo-Code/pull/8780))
* Update “Configuring Profiles” video link across localized READMEs ([#8189](https://github.com/RooCodeInc/Roo-Code/pull/8189))
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ const config: Config = {
to: '/',
from: ['/features/fast-edits'],
},
// Redirect removed Roomote Control page
{
to: '/roo-code-cloud/overview',
from: ['/roo-code-cloud/roomote-control'],
},
],
},
],
Expand Down
Loading