Codex extension will not display reasoning chain unless you scroll up and back down in chat
Resolved 💬 7 comments Opened Mar 1, 2026 by Rawalanche Closed Mar 4, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the IDE extension are you using?
0.4.79
What subscription do you have?
Plus
Which IDE are you using?
VSCode
What platform is your computer?
Windows 11 25H2
What issue are you seeing?
When asking codex a question that triggers reasoning, the chat area will just show "Thinking" for dozens of seconds up to several minutes, and then proceeds with answer. The thinking text is simply stuck. If you scroll just slightly up and back down, the live reasoning chain is immediately show.
What steps can reproduce the bug?
- Ask codex some hard question that requires reasoning, ideally on xhigh mode
- Codex will just show "Thinking..." in the chat area
- Scroll little bit up in the chat area and back down
- Live reasoning feed is immediately displayed
What is the expected behavior?
The Live reasoning feed is always displayed. The chat area does not get stuck displaying "Thinking" text until the full agent task is complete.
Additional information
_No response_
7 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Confirming this is still reproducible on the latest extension build I have installed.
Environment
Codex extension (VS Code Marketplace)
openai.chatgpt0.4.79Observed Behaviour
Confirmed Workarounds
The reasoning stream is not missing — it is simply not repainting live.
The following actions reliably force the buffered content to render immediately:
Conclusion (Evidence-Based)
Streaming appears to function correctly (tokens arrive and render instantly once a layout/focus event occurs).
This strongly indicates a webview repaint/update issue rather than a backend streaming problem.
This behaviour was isolated by working through the issue step-by-step with ChatGPT (GPT-5.2), specifically testing whether the problem was streaming-related or render-related.
Clicking on "Thinking" or that area also refreshes the view.
Confirming this is still reproducible on my latest extension build (as of 2026-03-02).
Environment
Observed behavior
Expected behavior
This looks like a webview repaint/update issue rather than a backend streaming failure (data appears to arrive, but rendering is deferred until layout/focus events).
Related reports for triage correlation: #13133 and duplicate chain #13145 -> #13106.
So when will it be fixed?
for me it's fixed in 0.5.80
Update: resolved for me after upgrading the OpenAI ChatGPT VS Code extension to 0.5.80 (from 0.5.79).
I can no longer reproduce the issue:
Looks fixed on my side. Sharing as an additional datapoint.
Thanks for the fix.