Skip to content

ultracodex 0.1.0

Choose a tag to compare

@YuanpingSong YuanpingSong released this 03 Jul 05:43

First public release. npm install -g ultracodex

Run Claude Code workflow scripts, unmodified, on the OpenAI Codex CLI — fable plans, codex executes, fable verifies.

  • Full Agent Script runtime with upstream Workflow-tool semantics: agent / parallel / pipeline / phase / log / args / budget / workflow, null-on-failure, output-token budgets, 1000-agent + 4096-item caps
  • Codex executor over the codex app-server JSON-RPC protocol (one server per agent slot, per-turn token metering, graceful turn/interrupt), claude backend for judgment-routed agents, config-only routing
  • Belt-and-suspenders structured output: wire-strict schemas where supported + ajv validation + same-session repair turns
  • Full-screen Ink TUI (launcher, live run view, agent detail with codex resume copy, Gantt timeline), journal-as-spine CLI (run/ls/show/attach/pause/resume/skip/kill/logs/validate/sync-skills/doctor)
  • Dual-runnability linting (validate --strict), Agent Script spec v0.1 draft, builder-verifier loop cookbook
  • 346 hermetic tests against a scripted fake of the codex app-server — no API keys in CI

Validated by a clean-room rebuild: Codex agents, orchestrated by ultracodex itself from the spec alone, rebuilt the project across 3 staged workflows (22 agents, 125 tests green).