v1.2.5.md
June 3, 2026 ยท View on GitHub
Storage
Bugfixes
- Hardened Windows and storage safety with storage-health inspection, atomic cache/runtime snapshot writes, quieter WAL recovery checks, retried
EBUSY/EPERMcleanup, and safer live-sync/session-affinity writes. (#387)
Runtime Rotation
Bugfixes
- Disabled default whole-pool replay when every account is rate-limited and capped outbound request attempts per prompt to prevent runaway cross-account retries. (#387)
- Tightened retry and failover behavior for 429s, upstream 5xx bursts, empty responses, stream replay, quota deferral, cooldown drift, and 404 usage-limit remapping. (#387)
CLI
Features
- Added runtime counters, cooldown state, selection reason, and storage-health observability to
codex auth statusandcodex auth report --json. (#387) - Added safer live report controls with
--max-accounts,--max-probes, and--cached-onlyfor inspecting state without probing the full pool. (#387)
Release Hygiene
Improvements
- Rebuilt the open main PR wave with review fixes and expanded regression coverage across retry, observability, storage, and concurrency edge cases. (#387)
- Validated the release with publish checks, npm version verification, lint, typecheck, and build.