[Windows][26.810.7004] Quick chat accepts a message but never shows a reply
What version of the Codex App are you using (From “About Codex” dialog)?
26.810.7004 (Microsoft Store package OpenAI.Codex_26.810.7004.0_x64)
What subscription do you have?
ChatGPT subscription; exact tier was not collected during local diagnostics.
What platform is your computer?
Windows 11 x64 (Microsoft Windows NT 10.0.26100.0), Simplified Chinese UI
What issue are you seeing?
Quick chat opens normally from the small + button to the right of New chat. The user can type and submit a message, and the user-message bubble remains visible, but no assistant reply ever appears. There is no visible error, spinner, or actionable failure message.
A normal Codex chat created from New chat replies successfully on the same account and network. Fully quitting and reopening the desktop app did not fix Quick chat.
This started after the desktop app updated to 26.810.7004.
A captured failing run showed:
- the Quick chat renderer finished loading;
chatgpt-account-lookupsucceeded withauthenticatedAccountPresent=true;- app routes mounted successfully;
- the failing Quick chat renderer did not subsequently log
chatgpt_conversation_updates_subscription_mountedorchatgpt_pubsub_transport_opened, although an earlier Quick chat renderer in the same app session did.
This suggests the Quick chat window can enter a state where it accepts the user message without attaching the conversation-update subscription needed to display the reply.
What steps can reproduce the bug?
- Open Codex Desktop 26.810.7004 on Windows.
- Create a normal Codex chat using New chat.
- Send:
Please reply only with OK. - Observe that the normal Codex chat replies.
- Click the small + button to the right of New chat to open Quick chat.
- Send the same message.
- Observe that the user bubble appears, but Quick chat remains silent indefinitely.
- Fully quit Codex Desktop, reopen it, and repeat steps 5–7.
- Observe the same behavior after restart.
What is the expected behavior?
Quick chat should display the assistant response, or show an actionable error if the request or update subscription fails.
Additional information
- Account lookup succeeds, so this does not appear to be a signed-out state.
- A local HTTP proxy is configured at
127.0.0.1:7897. The proxy is reachable, HTTPS traffic through it succeeds, and normal Codex chats work. The failure is scoped to Quick chat. - No conversation text, tokens, account identifiers, or raw logs are included in this report.
- Related but not exact reports:
- #35970 — Quick chat does not work in the merged desktop app on macOS.
- #35539 — Quick chat returns HTTP 403 on macOS. This Windows case is silent and shows no HTTP error.
2 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Indeed this is duplicate, but my issue provides the full reproducibility report.