What ships today.
Every surface below is marked live, beta, or planned, read straight from the same product facts that drive the pricing badges. If something is not done, it says so. Read this before you install — then check the claims against the code.
6 live · 3 beta · 2 planned · as of v4.5.1
Live
liveOperable today through the documented install path — npm or the web app.
- CLI run --now / --share / --prlive
Run one task locally, get a scored receipt, optionally publish a public paste or open a PR with the receipt as the body. No account needed for local runs.
- Per-CLI config generationlive
init detects your stack and writes CLAUDE.md, AGENTS.md, and .cursor rules from one ai/ source for every supported agent CLI.
- Swarm queue + cost telemetry (npm)live
swarm status and add read and write the task queue, and cost telemetry ships in the npm package (swarm_cost.py).
- Telegram linking, OIDC, and task intakelive
Link a Telegram account, sign in via OIDC, and queue agent tasks from chat with per-chat and per-owner rate limits.
- Telegram secret-write confirm flowlive
Secrets confirmed from a linked Telegram account are written under owner-scoped authorization.
- Per-CLI authority matrix scaffolded by initlive
init writes agent-authority.yaml into your repo from the bundled template — diffable YAML you own, shipped in @0dai-dev/cli 4.5.0+.
Beta
betaWorks with a caveat: repo-checkout only, partial wiring, or a deferred sub-part. The gap is named, not hidden.
- Swarm run / pick / quality orchestrationbeta
Repo-checkout only. The orchestrator modules are not yet in the npm bundle, so npm-installed users get queue read/write and cost telemetry; full run/pick/quality needs a repository checkout.
- Telegram SEND auto-dispatchbeta
The deferred responder relays finished swarm-run artifacts and auto-dispatches for linked owners; it runs on a per-tick pass rather than a standing service, so treat continuous auto-dispatch as not yet guaranteed.
- Cross-host provider profile syncbeta
Provider profiles and per-owner bindings sync across hosts with no secret values on the wire. Cross-host secret distribution stays on the existing per-host channel; the sealed-envelope path is deferred.
Planned
plannedOn the roadmap, not operable yet. Listed so the bill never gets ahead of the build.
- Team bulk-provisionplanned
A single team-provision command (and a committed team license) so clone + init inherits team config without a per-developer sign-in is planned.
- npm provenance + signature verificationplanned
The install path does not yet verify signed bytes. Published provenance plus a verify step (and a 0dai verify command) is planned; until then, do not assume a signature check at install time.
See the per-plan breakdown on pricing and the security posture on the trust center.