You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove Roomote Control and connected workspaces references (#527)
* docs: remove Roomote Control and connected workspaces references
- Delete docs/roo-code-cloud/roomote-control.mdx page
- Remove from sidebars.ts
- Add redirect to /roo-code-cloud/overview in docusaurus.config.ts
- Clean references from overview.md, what-is-roo-code-cloud.md, task-sync.mdx
- Clean references from release notes (v3.25.12, v3.26.1, v3.28.0, v3.28, v3.28.2, v3.29.0)
- Update alt text example in documentation-writer rules
- Remove "connected workspaces" from image alt text in task-sync.mdx
* chore: delete orphaned static/img/roomote-control/ images
---------
Co-authored-by: Roo Code <roomote@roocode.com>
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/task-sync.mdx
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ It creates a live, one-way stream of your task messages and status from your loc
19
19
- Check when a task completes without sitting in front of your IDE
20
20
- Review your cloud task history anytime
21
21
22
-
<imgsrc="/img/task-sync/task-sync.png"alt="Roo Code Cloud home showing connected workspaces and tasks"width="600" />
22
+
<imgsrc="/img/task-sync/task-sync.png"alt="Roo Code Cloud home showing workspaces and tasks"width="600" />
23
23
24
24
:::info IDE <LucideIconname="ArrowRight"style={{ position: "relative", top: "3px" }} /> Cloud
25
25
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.
@@ -36,10 +36,6 @@ Keep in mind Task Sync sends tasks from your IDE to Roo Code Cloud, but not vice
36
36
- Personal accounts: Task Sync is enabled by default and can be toggled in Settings.
37
37
- Organization accounts: Task Sync is managed by your org admins and is off by default for members unless enabled at the org level.
38
38
39
-
## Upgrading to Remote Control
40
-
41
-
If you also want to continue tasks remotely (approve actions, respond to prompts, start/stop tasks), enable [Roomote Control](/roo-code-cloud/roomote-control).
42
-
43
39
## Limitations
44
40
45
41
- One-way monitoring only; no cloud commands are sent to your IDE
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/what-is-roo-code-cloud.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
---
2
-
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.
2
+
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.
3
3
keywords:
4
4
- Roo Code Cloud
5
-
- Roomote Control
6
-
- Remote Control
7
5
- Cloud Agents
8
6
- cloud features
9
7
- collaboration
@@ -14,7 +12,7 @@ keywords:
14
12
15
13
# What is Roo Code Cloud?
16
14
17
-
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.
15
+
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.
18
16
19
17
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.
20
18
@@ -28,7 +26,6 @@ You can see the [pricing for different plans here](https://roocode.com/pricing).
28
26
|[Analytics](/roo-code-cloud/analytics)| Track model tokens, tasks, estimated cost, and Cloud Agent credits | Free |
29
27
|[Task Sync](/roo-code-cloud/task-sync)| Real-time task updates and cloud task history across devices | Free |
@@ -40,4 +37,4 @@ You can see the [pricing for different plans here](https://roocode.com/pricing).
40
37
2. Open [app.roocode.com](https://app.roocode.com/) and confirm your tasks appear.
41
38
3. Turn on [Task Sync](/roo-code-cloud/task-sync) so activity syncs to the cloud.
42
39
4.[Share a task](/roo-code-cloud/task-sharing) when you're ready for feedback or handoff.
43
-
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).
40
+
5. Optional: start a [Cloud Agent](/roo-code-cloud/cloud-agents). Manage plans in [pricing](https://roocode.com/pricing).
Copy file name to clipboardExpand all lines: docs/update-notes/v3.25.12.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,5 +69,4 @@ This addition provides more granular control over model reasoning, allowing you
69
69
***Chutes Provider**: Added support for new Chutes provider models ([#6699](https://github.com/RooCodeInc/Roo-Code/pull/6699))
70
70
***Requesty Integration**: Added Requesty base URL support ([#6992](https://github.com/RooCodeInc/Roo-Code/pull/6992))
71
71
***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))
72
-
***Bridge Service**: Switched to UnifiedBridgeService for better integration ([#6976](https://github.com/RooCodeInc/Roo-Code/pull/6976))
73
-
***Roomote Control**: Restored roomote control functionality ([#6796](https://github.com/RooCodeInc/Roo-Code/pull/6796))
72
+
***Bridge Service**: Switched to UnifiedBridgeService for better integration ([#6976](https://github.com/RooCodeInc/Roo-Code/pull/6976))
Copy file name to clipboardExpand all lines: docs/update-notes/v3.26.1.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
1
---
2
-
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.
2
+
description: This release adds comprehensive Vercel AI Gateway support as a full provider with embeddings integration, along with UI consistency enhancements.
3
3
keywords:
4
4
- roo code v3.26.1
5
5
- vercel ai gateway
6
6
- vercel provider
7
7
- vercel embeddings
8
-
- cloud remote control
9
8
- ui improvements
10
9
image: /img/v3.26.1/v3.26.1.png
11
10
---
12
11
13
12
# Roo Code v3.26.1 Release Notes (2025-08-27)
14
13
15
-
This release adds comprehensive Vercel AI Gateway support as a full provider with embeddings integration, improves cloud agent remote control, and enhances UI consistency.
14
+
This release adds comprehensive Vercel AI Gateway support as a full provider with embeddings integration and enhances UI consistency.
Copy file name to clipboardExpand all lines: docs/update-notes/v3.28.0.mdx
+8-18Lines changed: 8 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,32 @@
1
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.
2
+
description: Introduces Task Sync (free monitoring) for mobile-friendly task follow-up, plus improved chat editing and multiple bug fixes.
3
3
keywords:
4
4
- roo code 3.28.0
5
-
- roomote control
6
-
- remote control
5
+
- task sync
7
6
- chat editing
8
7
- vertex ai models
9
8
image: /img/v3.28.0/v3.28.0.png
10
9
---
11
10
12
11
# Roo Code 3.28.0 Release Notes (2025-09-10)
13
12
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.
13
+
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.
15
14
16
-
## Task Sync & Roomote Control
15
+
## Task Sync
17
16
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)):
17
+
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)):
19
18
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.
19
+
> **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.
21
20
22
-
<imgsrc="/img/v3.28.0/v3.28.0.png"alt="Roomote Control interface showing real-time task monitoring and control from browser"width="300" />
21
+
<imgsrc="/img/v3.28.0/v3.28.0.png"alt="Task Sync interface showing real-time task monitoring from browser"width="300" />
23
22
24
23
**[Task Sync](/roo-code-cloud/task-sync) (FREE for All Users)**:
25
24
-**Monitor from Anywhere**: Check on long-running tasks from your phone while away from your desk
26
25
-**Real-time Updates**: Live streaming of your local task messages and progress
27
26
-**Task History**: Your tasks are saved to the cloud for later reference
28
27
-**Cloud Visibility**: View your VS Code tasks from any browser
-**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) and [Roomote Control Guide](/roo-code-cloud/roomote-control).
29
+
> **📚 Documentation**: See [Task Sync](/roo-code-cloud/task-sync).
Copy file name to clipboardExpand all lines: docs/update-notes/v3.28.mdx
+7-17Lines changed: 7 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
-
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.
2
+
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.
3
3
keywords:
4
4
- roo code 3.28
5
5
- supernova model
6
-
- roomote control
7
6
- task sync
8
7
- cloud integration
9
8
- chat editing
@@ -12,7 +11,7 @@ image: /img/v3.28.0/v3.28.0.png
12
11
13
12
# Roo Code 3.28 Combined Release Notes
14
13
15
-
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.
14
+
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.
16
15
17
16
## Supernova Model - FREE Access
18
17
@@ -28,29 +27,21 @@ Select the **FREE** code-supernova model from the Roo provider to start using th
28
27
29
28
> **Documentation**: See the [Roo Code Router guide](/providers/roo-code-router) for model selection details.
30
29
31
-
## Task Sync & Roomote Control
30
+
## Task Sync
32
31
33
-
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)):
32
+
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)):
34
33
35
-
> **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.
34
+
> **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.
36
35
37
-
<imgsrc="/img/v3.28.0/v3.28.0.png"alt="Roomote Control interface showing real-time task monitoring and control from browser"width="300" />
36
+
<imgsrc="/img/v3.28.0/v3.28.0.png"alt="Task Sync interface showing real-time task monitoring from browser"width="300" />
38
37
39
38
**[Task Sync](/roo-code-cloud/task-sync) (FREE for All Users)**:
40
39
-**Monitor from Anywhere**: Check on long-running tasks from your phone while away from your desk
41
40
-**Real-time Updates**: Live streaming of your local task messages and progress
42
41
-**Task History**: Your tasks are saved to the cloud for later reference
43
42
-**Cloud Visibility**: View your VS Code tasks from any browser
-**Continue Tasks Remotely**: Keep tasks going from your phone - respond to prompts, fix errors, approve actions
47
-
-**Full Chat Control**: Interact with the chatbox as though you were in your IDE
48
-
-**Start/Stop Tasks**: Launch new tasks or terminate running ones from anywhere
49
-
-**Complete Control**: Full bidirectional control of your local VS Code from anywhere
50
-
51
-
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.
52
-
53
-
> **Documentation**: See [Task Sync](/roo-code-cloud/task-sync) and [Roomote Control Guide](/roo-code-cloud/roomote-control).
44
+
> **Documentation**: See [Task Sync](/roo-code-cloud/task-sync).
54
45
55
46
## GPT-5-Codex lands in OpenAI Native
56
47
@@ -78,7 +69,6 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
78
69
***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))
79
70
80
71
* Smaller and more subtle auto-approve UI (thanks brunobergher!) ([#7894](https://github.com/RooCodeInc/Roo-Code/pull/7894))
81
-
* Disable Roomote Control on logout for better security ([#7976](https://github.com/RooCodeInc/Roo-Code/pull/7976))
82
72
* Add padding to the cloudview for better visual spacing ([#7954](https://github.com/RooCodeInc/Roo-Code/pull/7954))
83
73
84
74
* 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))
0 commit comments