mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-09 07:05:51 +08:00
Codex can finish a turn and clear the composer banner while delayed status checks or parent processing state still believe the session is running. That leaves a stale path that can re-open the banner after the response is already complete. This was visible with Codex responses that render a delayed remote image. The image load/reflow gives late session-status handling a chance to reassert processing. A simple text-only prompt did not create the same render window. Reproduces with Codex using: Reply with exactly the following Markdown, no code fence, no explanation: Start  BOTTOM_SENTINEL_PR_788 Did not reproduce with: hi The fix marks Codex terminal turns complete before status probes can report them active, ignores stale processing status after a terminal event, and only restores local loading when a session newly enters processing.