Supervise AI coding agents without an IDE
An agent running in a terminal doesn't need an IDE around it. codemote-cli strips that away and gives you just the loop that matters: launch, supervise, review, ship.
Every terminal-based coding agent — Claude Code, Codex, Gemini CLI, opencode, Qwen Code — runs the same way: you start it from a shell, and it works. codemote-cli gives you that shell on any machine, with no editor open, installed, or required.
The minimal loop
npx codemote-cli startPair, open a terminal, launch your agent, and supervise it from the app:
- Approve, redirect or stop it by thumb or voice.
- Let it keep running when you background the app — it’s on the machine, not the phone.
- Review the diff it produced in the Git view before you push.
Why skip the editor
Some machines just don’t have one — a CI runner, a bare VPS, a container. Others do, but you don’t need it for this particular job: watching an agent work and deciding whether to ship its change. The CLI is built for exactly that minimal case.
Questions
Do I need an IDE installed anywhere for this to work?
Take your dev environment with you.
Drive your AI agents, terminals and Git from your phone — with no cloud copy of your code.