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(roomote-control): add Notifications section with per-platform setup and toggle screenshot; clarify requirements and limits
* docs(roomote-control): streamline ToC by demoting Notifications subheads to H4; retain Key Features as H3
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/roomote-control.mdx
+55-3Lines changed: 55 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ While basic monitoring is available to all users, remote control capabilities (s
43
43
44
44
## Getting Started
45
45
46
-
### Step 1: Connect Your Account
46
+
####Step 1: Connect Your Account
47
47
48
48
First, you need to connect your Roo Code extension to Roo Code Cloud. Follow the [login instructions](/roo-code-cloud/login#getting-started) to connect your account.
49
49
50
-
### Step 2: Enable Roomote Control
50
+
####Step 2: Enable Roomote Control
51
51
52
52
You can enable Roomote Control in two ways:
53
53
@@ -59,7 +59,7 @@ You can enable Roomote Control in two ways:
59
59
1. Click the **cloud icon** <Codiconname="cloud" /> in the top right corner of Roo Code
60
60
2. Toggle the **Roomote Control** switch in the Cloud panel
61
61
62
-
### Step 3: Start a Remote Task
62
+
####Step 3: Start a Remote Task
63
63
64
64
Once your account is connected and Roomote Control is enabled:
65
65
1. Your VS Code workspace(s) automatically appear in the web interface
@@ -68,6 +68,58 @@ Once your account is connected and Roomote Control is enabled:
68
68
4. Click **Start** to begin the task
69
69
5. Watch real-time progress in your browser
70
70
71
+
## Notifications
72
+
73
+
74
+
Receive push notifications about task updates and completions without keeping the app open.
75
+
76
+
#### Requirements
77
+
- Signed in to your Roomote account on the device.
78
+
- Supported browser with Notifications, Service Workers, and Push:
79
+
- iPhone/iPad (iOS 16.4+): Safari installed to Home Screen is required.
0 commit comments