What problem does it solve?
It removes the friction of managing coding agent workflows across multiple providers by giving you a single CLI interface to create, monitor, and control cloud tasks.
Core Features & Use Cases
- Agent authentication & provider setup: Configure OpenAI Codex, Devin, and Jules (Google) with the required keys or OAuth flow.
- Task orchestration: Create tasks, list them, fetch full task records, and poll status until completion or failure.
- Execution control & collaboration: Approve plans for agents that pause, message running tasks, inspect touched sources, and cancel tasks.
- Use Case: When you want to refactor an auth module or fix failing tests, you can create a cloud task, approve the plan if needed, and then review exactly which files were changed.
Quick Start
Tell the OmniRoute CLI to create a Codex cloud task titled "Refactor auth module" with the prompt "Extract JWT logic to src/auth/jwt.ts".