VibeAround
Use Cases

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...

Documentation notice: these docs are currently generated with Codex and are being actively reviewed, expanded, and refined.

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.

  1. Connect a messaging channel once. Telegram is the fastest: create the bot, paste its token into the desktop channel screen (or channels.telegram in settings.json + va channel sync). Details in connect channels.

  2. 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.

  3. 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 K7PQ

    The chat attaches to the terminal session — same context, same workspace.

  4. 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
  5. 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.


Last verified: v0.7.11

On this page