Codex Usage and Credits Fixes

Codex fixes usage dashboard inconsistencies, unblocks credit purchases for iOS/Play subscribers, and improves CLI refresh behavior.

Codex Usage and Credits Fixes

TL;DR

  • Usage dashboards now consistently show "limits remaining" instead of mixed messaging
  • Fixed credit purchase blocking for iOS and Google Play subscribers
  • CLI no longer shows stale usage data — refreshes automatically
  • Backend optimization smooths out usage distribution throughout the day

New

  • Consistent usage dashboard labels — All dashboards now display "limits remaining" for clarity; CLI previously showed "limits used."
  • Automatic CLI usage refresh — Usage information updates without requiring you to send a message first.
  • Backend load balancing — Optimized distribution prevents cache misses that previously caused uneven usage patterns.

Fixed

  • Credit purchase issue for iOS and Google Play subscribers — users can now buy credits regardless of subscription source.
  • Stale usage data in CLI — information now reflects current state automatically.

Update via: npm install -g @openai/codex-cli@latest

Source: Codex