Burn every token you paid for
Worker hits its rate limit, OmniHarness sits and waits. The second your quota resets, it auto-continues. The Max plan you're already paying for, maxxed.
Ready to start. Confirm the plan?
Done. Dropped H1 to 3rem, tightened the gap. Want me to push?
The power is in your pocket. Control your agents running on your laptop or your cloud server. Update your apps on the go.
CLI coding agents love dodging work. The supervisor always checks and sends them back to finish the job.
Worker hits the limit, OmniHarness sits and waits. The moment your quota resets, it picks up where it left off.
Codex on one task, Claude on another, Gemini reviewing.
Watch the tool calls, the thoughts, compare the diffs. Catch a wrong turn before it's a wasted hour.
Please implement the plan at docs/superpowers/plans/2026-05-14-planning-review-agents.md. Read the plan carefully and…
src/billing/stripe.ts (new): card + ACH integration with idempotency keysapi/webhooks/stripe.ts (new): signature verification, retry-safe handlers for 7 event typesdb/migrations/0119_payments.sql: payments + payment_attempts tables, partial-fail recovery columnsscripts/backfill.ts (line 22): dry-run + commit modes, walked 4.2M legacy rows312 tests green · staging dry-run clean. Deploy to prod?
Worker hits its rate limit, OmniHarness sits and waits. The second your quota resets, it auto-continues. The Max plan you're already paying for, maxxed.
The supervisor will steer, retry, and check on its own. You just read the diff when the plan is actually done.
Send it a plan on Friday, enjoy your weekend, come back to "Done and tested. What's next?"
In your browser. On your phone. On the command line.
Or plot twist, as an agent: OmniHarness itself runs as a CLI that speaks ACP, so another agent can supervise the supervisor. So meta.
Implementation
./omni -i -w codex "implement plan.md"Give a plan to the supervisor and know that when it stops it will be fully implemented.Planning
./omni -p -w gemini "write a plan"A better planning mode: run the plan through multiple improvement rounds.Direct
./omni -w codex "inspect repo state"A single direct interface to all coding CLIs.Quick Start
Open the local URL, then connect all the coding agents and use your subscriptions.
git clone https://github.com/danduma/omniharness.gitClone the public OmniHarness repository from GitHub.
cd omniharnessMove into the project you just cloned.
./omniharnessRun the normal local app. The script installs dependencies, builds if needed, and starts the supervisor plus runtime.
http://localhost:3050Open the local supervisor in your browser once the launcher prints that it is ready.