codex - ✅(Solved) Fix Missing message/progression bar [1 pull requests, 3 comments, 4 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19925Fetched 2026-04-29 06:25:20
View on GitHub
Comments
3
Participants
4
Timeline
12
Reactions
0
Author
Assignees
Timeline (top)
commented ×3labeled ×3assigned ×1cross-referenced ×1

Fix Action

Fixed

PR fix notes

PR #19939: Restore TUI working status after steer message is set

Description (problem / solution / changelog)

Fix for #19925

Restore the Working indicator after a streamed final answer finishes when a user steer message is sent. Add regression coverage for long output plus a mid-stream steer: cargo test -p codex-tui final_answer_completion_restores_status_indicator_for_pending_steer

Duplication/testing steps:

  1. Start a new thread and ask for a long response.
  2. While the response is streaming, submit a steer message.
  3. When the first response finishes, observe whether Working... is shown while waiting for the steer message response.

Changed files

  • codex-rs/tui/src/chatwidget.rs (modified, +1/-1)
  • codex-rs/tui/src/chatwidget/tests/status_and_layout.rs (modified, +59/-0)
RAW_BUFFERClick to expand / collapse

What version of Codex CLI is running?

codex-cli 0.125.0

What subscription do you have?

Pro

Which model were you using?

gpt-5.4

What platform is your computer?

Linux 6.19.8 x86_64 unknown (Debian 13, no idea why its "unknown")

What terminal emulator and version are you using (if applicable)?

GNOME Terminal

What issue are you seeing?

When model are summarying up, or reporting to user, example: I did... I changed..., it would cause working message be disappeared

What steps can reproduce the bug?

(Thread ID are not available due to sensitive info) Let agent do a thing When summarying up, queue next message Suppose, you should be seeing no working message initally But Agent will still do its job, and the working message gonna came back after first tool call

What is the expected behavior?

Immediately able to see working

Additional information

No response

extent analysis

TL;DR

The issue might be related to the timing of the summary and the appearance of the "working" message, and adjusting the queue or message handling could potentially resolve it.

Guidance

  • Investigate how the working message is being handled and displayed, and whether there's a delay or condition that's causing it to disappear when the model is summarizing.
  • Review the code or configuration related to the agent's job and the queueing of messages to see if there's a way to prioritize or adjust the timing of the working message.
  • Consider adding logging or debugging statements to understand the sequence of events and the state of the system when the working message is expected to appear.
  • Look into the specifics of the gpt-5.4 model and its interaction with the Codex CLI to see if there are any known issues or quirks that could be contributing to this behavior.

Notes

The issue seems to be related to the interaction between the agent, the model, and the message queue, but without more information about the code or configuration, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: Adjust the message handling or queueing to prioritize the display of the working message, as it's likely that the issue is related to the timing or sequencing of events rather than a fundamental problem with the Codex CLI or the model.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - ✅(Solved) Fix Missing message/progression bar [1 pull requests, 3 comments, 4 participants]