OpenCode Remote Access
The scenario: OpenCode is running next to your repository and tools on the host machine, and you want to check on it from a phone during a break — or hand the session over entirely and continue from the sofa. VibeArou...
The scenario: OpenCode is running next to your repository and tools on the host machine, and you want to check on it from a phone during a break — or hand the session over entirely and continue from the sofa. VibeAround keeps execution on your own computer and provides browser, mobile, terminal, messaging, and preview entry points back to the session.
The Walkthrough
- Confirm OpenCode runs from a local terminal in the target repository. Fix auth and configuration there first.
- Enable OpenCode in VibeAround (install and onboarding) and add the project folder as a workspace.
- Launch or attach a session. Desktop Launch screen or
va launch --profile <name>for your own terminal; or message a connected channel / Web Chat for a hosted session (agent launch guide). - Continue from another device. In the CLI session run
/vibearound handover, then/pickup <code>in your bot chat — or open Web Chat from a paired browser. Permission requests follow you as tappable cards. - Add messaging only after the direct local session is stable — it keeps every later problem attributable to one layer.
Where It Fits
- Teams that want one workspace model around several coding agents — OpenCode beside Claude Code, Codex CLI, Gemini CLI, and others.
- Developers who want OpenCode reachable from a phone or a browser terminal.
- Workflows that need local dev servers, local package caches, or private network access.
- Sessions that benefit from preview links for generated web, Markdown, or HTML outputs (Live Preview).
Limitations To Verify
Support level can vary by OpenCode version, terminal mode, session persistence, and profile routing — the current state is tracked in the supported matrix. Verify launch, continuation, and provider routing with a small task before using the workflow on important repositories.
Related Docs
Last verified: v0.7.11
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...
Claude Code Provider Switcher
The scenario: you want to run Claude Code, but through a provider and key you chose — DeepSeek, Kimi, GLM, OpenRouter, or a self hosted compatible endpoint — without editing environment variables before every session...