Skip to content

Instantly share code, notes, and snippets.

@frankdilo
Created February 12, 2026 08:55
Show Gist options
  • Select an option

  • Save frankdilo/dfc4c81eae1738a511c8476793039605 to your computer and use it in GitHub Desktop.

Select an option

Save frankdilo/dfc4c81eae1738a511c8476793039605 to your computer and use it in GitHub Desktop.
Codex CLI status line config (cwd + branch + model + context)

Codex CLI status line (footer) config

Minimal-but-useful footer: current dir + model + context usage + git branch.

Add this to ~/.codex/config.toml:

[tui]
status_line = ["current-dir", "model-with-reasoning", "context-used", "git-branch"]

Reorder the list to your taste.

More item IDs you can use:

  • model-name
  • project-root
  • context-remaining
  • context-window-size
  • used-tokens
  • total-input-tokens
  • total-output-tokens
  • session-id
  • codex-version
  • five-hour-limit
  • weekly-limit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment