UI: Task step counter shows "Step 2 / 6" despite 4 items being marked complete
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What version of the Codex App are you using (From “About Codex” dialog)?
26.814.41957
What subscription do you have?
Pro
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What issue are you seeing?
There is a discrepancy between the task checklist popover and the bottom status pill:
- The bottom status pill displays
Step 2 / 6. - In the expanded checklist, 4 tasks (steps 1, 3, 4, and 5) are already marked as completed (checked).
- Step 2 and step 6 show active/in-progress spinners.
The counter appears to be referencing the index of the currently active step (Step 2) rather than reflecting the number of completed tasks, or the UI is rendering non-sequential step execution inconsistently.
What steps can reproduce the bug?
- Starting a multi-step plan/execution in the Codex app.
- Allowing tasks to run where checklist steps execute or complete non-sequentially.
- Open the step checklist dropdown and compare the completed items with the
Step X / Ystatus badge at the bottom.
What is the expected behavior?
The progress badge should accurately reflect overall progress (showing total completed tasks like 4 / 6 completed or updating sequentially if tasks execute in linear order) to avoid confusion about which stage the process is currently in.
Additional information
Likely a UI state issue where the progress pill current step instead of completed step when steps are re-ordered or evaluated asynchronously.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the discrepancy in the Codex app’s task checklist dropdown and bottom status pill with non-sequential task completion. Trace the UI state that supplies both progress displays; done means the badge consistently represents the agreed progress model when steps 1, 3, 4, and 5 are complete while steps 2 and 6 are active.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100