Skip to content

Releases: ChaosRealmsAI/codexctl

codexctl v0.1.0

05 May 13:27

Choose a tag to compare

Initial open-source release of codexctl.

Install:

curl -fsSL https://raw.githubusercontent.com/ChaosRealmsAI/codexctl/main/install.sh | sh

Windows PowerShell:

irm https://raw.githubusercontent.com/ChaosRealmsAI/codexctl/main/install.ps1 | iex

Pinned install:

cargo install --git https://github.com/ChaosRealmsAI/codexctl --tag v0.1.0 --force

Highlights:

  • Codex app-server health checks and raw method access.
  • Official Codex workflow guide through codexctl guide.
  • Goal, Plan mode, and structured question handling.
  • CLI-only multi-round sessions through a local daemon.
  • Concurrent daemon client handling so read/list/watch no longer block behind an active turn.
  • Nonblocking session read compact snapshots and JSONL session watch progress polling.
  • Semantic session exit codes: failed=1, needs_input=20, running=21, stopped=22.
  • Answer shortcuts: --pick recommended, --pick 1,2,3, and --answer question=1.
  • daemon list for discovering reachable daemon endpoints.
  • Local Codex rollout JSONL viewer with optional --viewer-html external templates.
  • Enhanced viewer UI with Goal bar, stats grid, language toggle, richer timeline rendering, and Markdown-rendered Codex reply bubbles.
  • Multi-install and multi-account selection with --codex-bin and --codex-home.
  • Cross-platform daemon support: Unix sockets on macOS/Linux, localhost TCP endpoint files on Windows.
  • MIT licensed lightweight source install.