You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like the Codex CLI to show a small persistent status area in the terminal chrome/status line so I don’t need to run /status to understand the
session state.
Useful fields:
context window usage as a bar or percentage
current working directory
whether tools are running
current activity state: thinking, running command, waiting for approval, idle
/status could remain as the detailed view, but the most important operational state should be visible continuously. If it could be compact and configurable that would be great.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like the Codex CLI to show a small persistent status area in the terminal chrome/status line so I don’t need to run /status to understand the
session state.
Useful fields:
Example:
Codex | ctx 42% | cwd <dir_name> | git dirty | running: <script_x>
Or compact:
[ctx █████░░░░░ 42%] [cwd <dir_name>] [tools 1] [git dirty]
/status could remain as the detailed view, but the most important operational state should be visible continuously. If it could be compact and configurable that would be great.
Beta Was this translation helpful? Give feedback.
All reactions