Everything red. Time to /compact, switch accounts, or wait for the 5hr window to reset at 18:30.
Codex CLI
Why there is no Codex statusline
Claude Code lets you point statusLine at any command and renders its stdout.
Codex has no equivalent — its tui.status_line is an ordered list of
built-in footer identifiers, not a script to run, so nothing can inject custom content into
the Codex footer. CCM reads Codex's own session rollout files instead and surfaces the same data as a
command. It never writes to ~/.codex.
$ccm codex status
Codex Usage
Plan: plus
Model: gpt-5.6-sol
Rate limit: 42.5% used (10080 min window)
Resets at: 2026-08-13 12:15
Context: 163K / 258K(63%)
Session: 194.6M (cumulative, incl. cache reads)
Credits: 390.47
Context is the last turn measured against the model's window — what actually fills it.
Session is cumulative spend for the whole session and is dominated by cache reads, so it
routinely exceeds the context window. Conflating the two is the easy mistake here.
Where else Codex shows up
$ccm watch status
...
Codex
Rate limit: 42.5% used (plan: plus)
$ccm doctor
[ok] Codex CLI Detected — rate limit 42.5% used
Both stay completely silent when Codex isn't installed, and the doctor line never counts toward the issue total — a busy Codex plan is not a CCM health problem.