Desktop app: assistant response stays hidden until UI click
Resolved 💬 3 comments Opened Feb 28, 2026 by BrokenShell Closed Feb 28, 2026
Summary
In the Codex desktop app, after sending a message, the assistant response appears to stall indefinitely until I click somewhere in the UI. As soon as I click, the pending response immediately appears.
Steps to Reproduce
- Open Codex desktop app.
- Send a prompt in an active thread.
- Wait for the model response without interacting with the UI.
- Observe that no response renders while idle.
- Click anywhere in the app window.
- Observe the response immediately appears after the click.
Expected Behavior
Responses should render/stream without requiring any manual UI interaction.
Actual Behavior
Response appears only after a click or focus interaction.
Frequency
Frequent (enough to be reliably noticeable during normal use).
Workaround
Clicking in the UI causes the response to show up.
Impact
Feels like requests are hanging and interrupts normal workflow because I need to "poke" the UI to see output.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗