Releases: ChaosRealmsAI/codexctl
Releases · ChaosRealmsAI/codexctl
codexctl v0.1.0
Initial open-source release of codexctl.
Install:
curl -fsSL https://raw.githubusercontent.com/ChaosRealmsAI/codexctl/main/install.sh | shWindows PowerShell:
irm https://raw.githubusercontent.com/ChaosRealmsAI/codexctl/main/install.ps1 | iexPinned install:
cargo install --git https://github.com/ChaosRealmsAI/codexctl --tag v0.1.0 --forceHighlights:
- 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 readcompact snapshots and JSONLsession watchprogress 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 listfor discovering reachable daemon endpoints.- Local Codex rollout JSONL viewer with optional
--viewer-htmlexternal 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-binand--codex-home. - Cross-platform daemon support: Unix sockets on macOS/Linux, localhost TCP endpoint files on Windows.
- MIT licensed lightweight source install.