Visual Indicator for Codex CLI #347
Replies: 2 comments 1 reply
-
|
Would like to start with 1 & 2. I believe these are either in progress or there are PRs that have been submitted already for those and we're close to have a serious improvement here, could be useful to track all the in progress work and summarize it here to make sure nothing falls through the cracks. For 3, the context size will inevitably impact response times, but I'm not sure there is a good way to represent this or whether it is that useful. |
Beta Was this translation helpful? Give feedback.
-
|
That would be a very useful addition — right now Codex CLI doesn’t expose context or cost metrics in real time, and checking usage manually breaks the flow completely. /status requires a new terminal session or waiting for Codex to finish its job, plus remembering to check it constantly. I built Agent Sessions to address part of that gap outside the terminal — it tracks Codex and Claude Code CLI usage locally and shows both 5-hour and weekly limits in real time. A lightweight in-terminal indicator for context and cost would complement that perfectly.
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I have no easy way to metrics without breaking my workflow.
I'd like to suggest adding a clean, unobtrusive visual indicator in the terminal UI that shows:
- A simple progress bar showing how full my context window is
- Color shifts as I approach capacity
- Current token count for the session
- Estimated cost based on my model
- Perhaps a small indicator when I'm approaching limits
- Something to help me understand if my context size is impacting response times
Beta Was this translation helpful? Give feedback.
All reactions