Claude Code Remote Access
The scenario: Claude Code is deep in a task on your desk machine and you are about to walk away — but the session should not stop, and you still want to answer its permission prompts and read its results. Claude remot...
The scenario: Claude Code is deep in a task on your desk machine and you are about to walk away — but the session should not stop, and you still want to answer its permission prompts and read its results. Claude remote access in VibeAround means the workspace stays on the host machine, and another surface — phone, browser, chat — becomes a controlled way to inspect, steer, and continue the same session.
Claude and Claude Code are Anthropic products. VibeAround is independent software that coordinates local workflows.
Claude Code also has official Remote Control capabilities. VibeAround is useful when the workflow needs a shared local agent workspace, provider profiles, Web Terminal, messaging channels, live preview, or the same remote-control pattern across Claude Code, Codex CLI, Gemini CLI, OpenCode, and other agents.
The Walkthrough
Prerequisites: VibeAround installed with Claude Code enabled (install and onboarding), and Claude Code working from a plain terminal.
-
Connect one messaging channel — create a Telegram bot, paste its token into the desktop channel screen (or
channels.telegraminsettings.json+va channel sync). Details in connect channels. -
Start Claude Code through VibeAround. Desktop Launch screen (agent + workspace + model profile), or from the CLI:
va launch --profile claudeYou get Claude Code's full native TUI in your own terminal — VibeAround just rendered the environment (agent launch guide).
-
Hand the session to your phone when you leave. In the Claude Code session, run
/vibearound handover— it prints a short code valid for two minutes. In your bot chat, type/pickup <code>. The chat attaches to the same session: same context, same workspace. -
Steer from chat. Permission requests arrive as tappable cards;
/statusshows what you are attached to;/newstarts fresh in the same workspace. Full command list in IM usage. -
Come back to the desk. Launched sessions stay discoverable —
va launch sessionslists them, and the dashboard resume pickers offer them for continuation.
Provider Switching
Some teams use Claude Code directly with its native Anthropic login. Others use VibeAround provider profiles and API Bridge routes to run Claude Code against a third-party provider key — no coding-plan subscription required. Choose the native path when it is already stable; choose profile launch when repeatable routing, aliases, or bridge translation matter. See Claude Code provider switcher for the concrete steps.
Operational Notes
- Keep one known-good local Claude Code setup before adding remote surfaces.
- Prefer private channels for first tests.
- Record which workspace a channel or handover link controls —
/statustells you. - Review tool actions before applying broad edits in important repositories.
Related Docs
Last verified: v0.7.11
Codex Remote Comparison
The scenario: you want Codex working while you are not at the machine, and you are weighing the options — hosted cloud environments, an SSH box, or remote control of your own computer. VibeAround targets the last patt...
Gemini CLI Remote Access
The scenario: Gemini CLI is investigating a bug or drafting changes on your desk machine, and you want to keep that session reachable from a phone or another browser — without relocating the project into a hosted envi...