Launch a remote coding session from the Vicoa mobile app or web dashboard after your machine is registered and online.
Vicoa supports Claude Code for starting sessions directly from the mobile app or web dashboard at the moment. OpenCode and codex support will be added in the future.
You don't have to open an app — vicoa session start spawns a remote session on any registered machine over the same path the dashboard uses. Point it at a machine, a directory, and an agent, and the target machine's daemon launches it headless:
# On this machine's daemon, running Claude Codevicoa session start --dir ~/projects/my-app# On another machine (matched by name), running Codex with a first promptvicoa session start --machine laptop --dir ~/projects/api \ --agent codex --prompt "Run the test suite and fix the failures"
The target machine's vicoa daemon must be connected; if it looks offline, start refuses unless you pass --allow-offline to queue the request until it reconnects. Discover your options with vicoa session start --list-machines and vicoa session start --list-models. See the CLI Commands reference for the full flag list.