Skip to main content

Using the native Codex status line

The native Codex status line lives at the bottom of the Codex interface. This extension runs in a separate WezTerm pane. Both can be enabled together.

Configuration locations​

Status lineConfiguration
Native Codex status lineThe Codex /statusline command or Codex configuration
WezTerm Codex Status LineThe web preview, configure, or Lua setup({...})

The installer does not change native Codex status line options. --title-bridge configures the terminal title so WezTerm can read the reasoning effort and live model.

Field names​

The two status lines use different field names:

Native Codex fieldThis extension
current-dircwd
git-branchgit
context-remainingcontext
context-usedcontext_used
context-window-sizecontext_window
total-input-tokensinput_tokens
total-output-tokensoutput_tokens
thread-idthread_id
codex-versioncodex_version

See Displayed data for the complete list.

Data differences​

This extension reads local session records, so it can briefly lag behind the Codex interface. Quotas, Enterprise credits, and PR status are outside its scope. used_tokens includes cached input, and cost is estimated per request using the model active for that request.