Official Remote Control: Advanced Workflows
Remote Control enables several powerful workflows that go beyond simple chat.
Typical Scenarios
| Scenario | Operation |
|---|---|
| Mobile Continuation | Use /remote-control → Continue on mobile app while away. |
| Cross-device Resume | Machine A /teleport → Continue on Machine B. |
| Agent Notifications | Enable push → Claude calls push notification tool when a task ends. |
| Remote Plan Review | Generate a plan in plan mode → Review/Edit/Approve on your phone. |
Advanced Capabilities
- Ultraplan / Ultrareview: Claude.ai subscribers can trigger cloud-based multi-agent tasks.
/ultrareviewfor PRs was added in v2.1.110. - Background Agents: Long-running tasks can be moved to the background, and their status is visible in the Remote Control client.
- Sync Features: Accent colors (
/color) and session names (/rename) sync bi-directionally between CLI and Web.
A Typical Sequence
sequenceDiagram participant U as You (Mobile) participant Web as claude.ai/code participant CLI as Local CLI U->>Web: Open Session Web->>CLI: Input "Run /ultrareview on PR #482" CLI->>CLI: Trigger Cloud Review CLI-->>Web: Streaming Transcript CLI->>U: Push Notification (Task Complete) U->>Web: Review results, Merge or Refine