Codex CLI From Phone
The scenario: Codex CLI is halfway through a long refactor on your desk machine, and you have to leave for lunch, a meeting, or the commute. With VibeAround the session keeps running on the local host, and your phone...
The scenario: Codex CLI is halfway through a long refactor on your desk machine, and you have to leave for lunch, a meeting, or the commute. With VibeAround the session keeps running on the local host, and your phone becomes the place where you review results, answer the agent's questions, and keep the task moving.
VibeAround is independent software and is not affiliated with OpenAI. Codex and ChatGPT are OpenAI products. If you are comparing hosted Codex workflows, SSH, tunnels, and VibeAround's local-host approach, read Codex remote comparison after this walkthrough.
The Walkthrough
Prerequisites: VibeAround installed with Codex enabled (install and onboarding), and Codex CLI working from a plain terminal.
-
Connect a messaging channel once. Telegram is the fastest: create the bot, paste its token into the desktop channel screen (or
channels.telegraminsettings.json+va channel sync). Details in connect channels. -
Start the work at the desk. Either launch Codex in your own terminal through VibeAround (desktop Launch screen: agent + workspace + profile, or
va launch --profile codex), or just message your bot directly — the first message spawns a hosted Codex session in the workspace. -
Hand the terminal session to your phone. In the launched CLI, run the handover tool (
/vibearound handover). You get a short code, valid for two minutes. In your bot chat:/pickup K7PQThe chat attaches to the terminal session — same context, same workspace.
-
Steer from the phone. Permission requests arrive as tappable cards. Useful commands while away:
/status what am I attached to? busy or idle? /session list resumable sessions in this workspace /new abandon course, start a fresh thread -
Review outputs visually with Live Preview when the result is a dev server, Markdown, or HTML — the preview link opens fine in a phone browser.
What Phones Are Good At
Mobile is for steering, approval, and review — not broad file inspection.
- Ask the agent for status, approve or reject a proposed direction.
- Request a focused test or build and read the summary.
- Review a preview link.
- Pause, archive, or hand the session back to the desktop.
Security Notes
Treat the phone as a control surface for the local workspace. Protect browser pairing, messaging channel membership, and terminal access the same way you protect direct shell access — see the security model.
Related Docs
Last verified: v0.7.11
Remote Coding With Local AI Agents
The scenario: a coding agent is working on a repository on your desk machine — with your credentials, your dev servers, your private network — and you need to leave. Remote coding in VibeAround means the work stays ex...
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...