Full delta since v0.7.0 (2026-08-14).
Added
- Structured scheduler CLI output:
scheduler cli.js list --jsonemits a JSON array of full task rows (untruncatedid,type,status,last_error,reply_channel,reply_endpoint,next_run_at, ...), and--reply-channel <ch>filters rows in both human and JSON modes. Human output is unchanged by default. Gives components a supported machine-readable interface to the scheduler ledger instead of parsing human tables or reading the DB. (#761)
Fixed
- Actionable error for Codex CLI versions without
currentHash: on Codex CLI ≤ 0.128.0,hooks/listdoes not reportcurrentHash, so the hook trust gate failed with an opaqueempty_trust_snapshoterror. The gate now reports a clearmissing_current_hasherror naming the detected Codex version and the minimum supported one (0.129.0+, 0.146+ recommended). Behavior stays fail-closed: no hash-less trust downgrade. (#752)
Full Changelog: v0.7.0...v0.7.1