claude-code-on-the-web
2 questions
- AI
Should I use Claude Code on the web or in my terminal?
The web runs in an Anthropic-managed cloud VM cloned from your GitHub repo; the CLI runs on your laptop with full local access. Use the web for clean-VM tasks (CI fixes, code review, fresh-repo questions) and the CLI for anything that needs your local environment, secrets, or sibling repos.
- AI
How do I start a plan locally, work on it remotely, and finish in my terminal?
Type /ultraplan in a Claude Code v2.1.91+ session to hand the planning task to a Claude Code on the web cloud session running in plan mode. The CLI shows a status indicator while you work; when the plan is ready, choose to execute in the cloud or teleport back to your terminal.