VS Code/Cursor Codex Extension: Submitted Prompts Randomly Disappear Before Entering Queue
What version of the IDE extension are you using?
3.6.31
What subscription do you have?
ChatGPT Pro 20x
Which IDE are you using?
Cursor
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Codex Cursor Extension Queue's keep disspearing, I sometimes have to paste my prompt multiple times till it gets accepted into the queue. Most of the times it just dissapears randomly and is incredibly annoying, especially if you want to paste a long prompt chain with exact instructions for the a agent to complete while you go outside for a run or something, and later want to come home and review the progress / edits for flaws in the codebase. Absolutely renders the tool or atleast the queuing feature useless.
Version: 3.6.31 (user setup)
VS Code Extension API: 1.105.1
Commit: 81fcf2931d7687b4ff3f3017858d0c6dee7e2a60
Date: 2026-05-31T17:46:29.630Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.220
OS: Windows_NT x64 10.0.26200
Codex Extension:
Identifier: openai.chatgpt
Version: 26.5527.60818
Last Updated: 2026-06-02, 07:51:57
Pro Subscription
Model: ChatGPT 5.5 Extra High with Full access to IDE Context.
What steps can reproduce the bug?
Manually as a human just write a sentence and press Enter, or copying and pasting it also works.
Within below preview a harshly demonstrated test-case is visible of pasting a sentence multiple times into Codex repeadetly attempting to reproduce the bug. Used Model is ChatGPT 5.5 with Mode: Extra High
A full video which is recording steps reproducing the bug can be located here:

What is the expected behavior?
Queue's containing real user input, get accepted on first try.
Additional information
Reddit thread with other users experiencing & complaining about the same bug: https://www.reddit.com/r/codex/comments/1tl8a5d/anyone_else_seeing_their_codex_chats_disappear/
11 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
@codex
What version of the IDE extension are you using?
Codex – OpenAI’s coding agent v26.602.40724
What subscription do you have?
ChatGPT Pro 229 € / month
Which IDE are you using?
VS Code
What platform is your computer?
Microsoft Windows 11 Home 25H2 26200.8524 1000.26100.315.0
What issue are you seeing?
Every now and then, but I have counted several times already, I send a prompt to my queue and it vanishes. It happens while Codex is working on a previous prompt and has not finished yet. That is very frustrating cause this has forced me to re-write many long prompts and now I have to copy them all before sending them to prevent the Codex extension to make me lose them...
@etraut-openai Please add server-side message queueing, I believe it's the same problem with the client-side caches sporadically having issues?
Same problem here. Please fix!
Hi Codex team @codex @openai,
I am seeing what appears to be the same issue reported in this thread: queued follow-up prompts sent while Codex is actively working sometimes disappear instead of being reliably added to the queue.
After comparing my setup with the setup reported by the original poster, this no longer looks like an issue limited to Remote-SSH or to a specific VS Code Server version.
My setup:
The logs in my case repeatedly show:
[IpcClient] Received broadcast but no handler is configured method=thread-queued-followups-changed
[IpcClient] Received broadcast but no handler is configured method=thread-stream-state-changed
[IpcClient] Received broadcast but no handler is configured method=query-cache-invalidate
remoteexthost.log also shows:
PendingMigrationError: navigator is now a global in nodejs
I tried the usual cleanup steps for a possible Remote-SSH / extension state mismatch:
The issue still reproduced after those steps. Some follow-up prompts were queued, but others appeared to be submitted and then disappeared.
However, the original report in this thread uses a different environment:
That makes this look broader than my specific Remote-SSH setup. Remote-SSH may make the issue more visible in my case, and the navigator migration error may be additional noise or a related activation problem, but the core symptom seems to be the same: queued follow-up prompts are not being reliably persisted or rendered in the thread queue.
This may point to a race or state synchronization issue in the Codex extension queue handling, possibly between the extension UI/webview, IPC broadcasts, query cache invalidation, and the thread queue state.
Expected behavior:
All follow-up prompts sent while Codex is working should be reliably added to the queue and remain visible in the UI.
Actual behavior:
Only some follow-up prompts are queued. Others briefly appear to be submitted but then disappear and are not added to the thread.
This is especially disruptive for long-running Codex tasks, because queuing follow-up instructions is a core workflow feature. Without a reliable queue, users have to wait for each turn to finish before safely sending the next instruction.
Could the Codex team confirm whether this is a known issue, and whether there is a fixed extension version or recommended workaround for VS Code / Cursor users?
@Avnsx Did you get this issue fixed? Would you mind editing the start of this thread's title to "Cursor/VS Code"? Thanks!
Not fixed.. waiting for OpenAI.
Same problem
@supersekai64 @AndreasKaratzas Could you please share your Setup and what your logs say, in a similar way as I did? That could help us research on this as @codex team doesn't seem to care...
Confirming this is still reproducible on a current VS Code extension build.
Environment:
openai.chatgpt@26.707.91948Reproduction:
Observed on 2026-07-17: I sent a detailed follow-up about a favicon/PWA change while the agent was working. The message was absent when the agent later checked the conversation, so I had to resend it.
Expected: once Enter is pressed, the follow-up should be durably queued and remain visible. If queueing fails, the editor should preserve the text and show an explicit retryable error instead of silently discarding it.
This makes it unsafe to send follow-ups during long-running turns and forces users to keep external copies of prompts.
This is unacceptable, not only it loses the last sent prompt, I just saw it clears the entire queue so then when you come back, you see none of the queued prompts were done. How hard it is to do this, they are not even on the server side, so it should be easy to save the queue locally. OpenAI should provide limit reset anytime this happens. It causes loss of work.