Codex CLI: Add fast mode status to the statusline

Resolved 💬 3 comments Opened Mar 6, 2026 by miraclebakelaser Closed Mar 10, 2026

What variant of Codex are you using?

CLI

What feature would you like to see?

Add a statusline option that displays the current fast_mode status.

/statusline
``
[x] model-with-reasoning Current model name with reasoning level
[x] fast-mode Current fast mode status (omitted when off)
[x] current-dir Current working directory
[ ] context-remaining Percentage of context window remaining (omitted when unknown)
[ ] context-window-size Total context window size in tokens (omitted when unknown)
[ ] model-name Current model name
[ ] project-root Project root directory (omitted when unavailable)
[ ] git-branch Current Git branch (omitted when unavailable)
[ ] context-used Percentage of context window used (omitted when unknown)

gpt-5.4 medium · fast · ~/project/path



in `config.toml`

status_line = [
"model-with-reasoning",
"fast-mode",
"current-dir",
]


### Additional information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗