Fix: Desktop App - Message send is delayed for ~8 seconds in new sessions after the latest update
What version of the Codex App are you using (From “About Codex” dialog)?
26.415.21839
What subscription do you have?
Pro
What platform is your computer?
Darwin 25.3.0 arm64 arm
What issue are you seeing?
Summary
In the Codex desktop app, sending a message can take around 8 seconds before the message is actually sent.
This appears to have started after the latest update. It did not happen in older sessions before.
Environment
- App: Codex desktop app
- Codex version:
26.415.21839 (1763) - macOS:
26.3.1 (build 25D771280a) - Hardware:
MacBook Air (Apple M3, 24 GB RAM)
Actual behavior
After pressing Enter to send a message, the message does not send immediately.
Observed behavior:
- The spinner appears in the send button
- The message remains pending for about
8 seconds - Lowering reasoning does not help
This is affecting sessions created after the latest update.
What steps can reproduce the bug?
Reproduction
Observed repro:
- Open Codex desktop
- Open a newer thread created after the latest update
- Type a normal message
- Press Enter
- Observe the spinner in the send button and a delay of about
8 secondsbefore the message is sent
Additional observation:
- In a brand-new thread, the first message sent immediately
- The second message in that same new thread then started taking a very long time to send
Scope / pattern
- Happens in newer sessions created after the latest update
- Did not happen in older sessions tested by the user
- Not fixed by lowering reasoning
- Seen with
GPT-5.4andExtra High, but reasoning level does not appear to be the cause
What is the expected behavior?
Expected behavior
Pressing Enter should enqueue and send the message immediately, or at least show near-instant client acknowledgment.
Additional information
Notes
This feels like client-side send latency rather than raw network latency.
Local diagnostics from the machine at the time:
- Network path looked healthy in macOS logs
- Codex renderer/helper processes showed noticeable CPU activity while the issue was occurring
- No obvious network failure was visible from the local system logs
Impact
This makes normal back-and-forth use of Codex frustrating because even short messages feel blocked before they are sent.
If you want, I can also compress this into a shorter GitHub-style version, or turn it into a more technical issue with a small Additional diagnostics section at the end.
31 Comments
Having exactly same issue after update
Same here. Experiencing significant delay when sending messages. <img width="1098" height="172" alt="Image" src="https://github.com/user-attachments/assets/01a646e6-a0cf-4cce-858c-bdec6c9772d2" />
I'm seeing the same issue. You can downgrade using this link:
https://persistent.oaistatic.com/codex-app-prod/Codex-darwin-arm64-26.415.20818.zip
Having exactly same issue after update
@jaewon-kim-dev Thanks, the issue disappeared after downgrading the version.
Same here on macOS. Codex
26.415.21839 (1763)on macOS 26.3.1 (M-series). New threads created after the update show ~6–8s spinner delay before the message actually sends; second message onward is worst. Reasoning level doesn't change it. Rolling back isn't viable for me — would appreciate a fix rather than a downgrade workaround.Same here on Codex
26.415.21839 (1763)on macOS 26.3.1 (M-series).Same here, sometimes taking up to 20s on a message
Can comfirm that the downgrade fixes it and also experiencing the same issue
I can confirm that I am being affected by this issue as well, I do not want to downgrade just yet
same here, I downgraded from Version 26.415.30602 (1773) to Version 26.409.20454 (1462), the problem disappeared immediately.
Codex 26.415.30602 (1773), macOS Darwin 25.5.0 arm64, new thread first message fast, second and later messages stall on send button for ~5-8s before inference starts.
I can still reproduce this on the latest desktop update.
Environment:
26.415.30602 (1773)26.4.1 (25E253)Behavior:
What I ruled out:
UserPromptSubmithooks are not the root cause. I disabled them for A/B testing and the delay still happened.Relevant logs from the latest version still show the same pattern:
worker_rpc_response_errorerrorMessage="Not a git repository"method=stable-metadatagit rev-parse --git-path codex-shell-environment.jsonWhat seems to be happening:
turn/startis emitted quickly, so the click/submit action itself is not blocked.This still reproduces for me on
26.415.30602 (1773), so it does not appear to be fixed by the April 18, 2026 update.but i want the new compact command in the app. any other solution?
I can still reproduce this on the latest desktop update (
26.415.30602).A couple of extra details from my side that may help narrow it down:
Chats, not just in project threads.So from the user side it really feels like there are two related symptoms:
That makes it feel more like a desktop app state / metadata issue than a model or network issue.
Additional corroborating symptom from another reporter (now tracked in #18461): after the message is already sent, the same text can remain in the composer input box (residual draft text).\n\nObserved on Codex App 26.415.32059 (1789), macOS Darwin 25.4.0 arm64 arm.\n\nThis appears related to the same send-path regression; sharing here so diagnosis stays centralized.
Counter to the git-repo theory: reproduces for me inside a git-initialised project on
26.415.32059 (1789)/ macOS 26.3.1 (M-series). Same 6–8s send delay from the second message onward. So therev-parseretry loop is likely a symptom, not the only cause.Happening to me on
26.415.32059 (1789)/macOS 26.3 (25D125) MBP M3 Max 128Gb ram, but doesn't happen on26.415.32059 (1789)/macOS 26.3 (25D125) MBA M4 32GB ramupdate: I disabled the Computer Use plugin from my MBP and the issue disappeared
I would say this is related to that
26.415.32059 (1789)on MBP M5 Max 64Gb ram, still happening after disabling Computer Use but does seem like it might have crept in when I installed that.so I tested it more, seems to be happening to me only for folders, where I don't have a git repo;
so if I create an empty folder
test-codex-appand then add that location, it will start lagging from the second message:Same issue here hangs for 5 to 7 seconds and if I leave the screen to another thread, the thread gets stuck on sending
Using Mac Max Chip 36GB
this is by the way in threads that became over 90K context window
Identical issue on a Mac Mini M4 Pro with 24GB.
If I leave the thread while it’s sending, it can stay stuck until I return to the app.
I pulled an old version from Wayback Machine. It initially worked. Reconnected to my project folder and it's now broken again.
This suggests that part of it appears to persist in local Codex state/data.
Thanks to everyone who reported this.
We understand the cause of this problem and are working on getting a fix out soon.
@etraut-openai managed to do a full debugging and this is the summary of my finding.
Basically there is a git related metadata fetch that happens and it stalls the UI
Everytime i send a message it takes few secinds to be submitted and sometimes i leave the app and go back few minutes later and still see it is not submitted. And when i click it goes through
@etraut-openai
I just downloaded the updated version:
26.415.40636 (1799)and it is fixedProblem seems to be the await on the git repo metadata refetch, great work 💪
Confirming that this appears fixed for me after updating Codex Desktop to
Version 26.415.40636 (1799)on macOS.I retested on fresh threads, and follow-up messages are now sending immediately / feeling fast again. Before this update I was consistently seeing the second and later messages sit in the submit spinner for several seconds before the message was actually accepted.
My separate issue was closed as a duplicate of this one, so adding this here as a datapoint that the latest app update seems to have resolved it on my machine.
I’m seeing what looks like a similar ~6-8s baseline delay from Codex CLI as well, not only the desktop app.
Environment:
codex-cli 0.125.0gpt-5.5Minimal repro:
Repeated runs:
gpt-5.5: 9.45s / 6.50s / 7.26s, average ~7.74sgpt-5.4-mini: 6.41s / 7.33s / 7.41s, average ~7.05sSo this does not look like a full hang. The CLI eventually responds, but even a trivial prompt has a 6-8s latency floor.
I also saw repeated warnings in
~/.codex/log/codex-tui.log:The failed request appears to hit:
and returns a Cloudflare challenge HTML page.
I tried disabling tool suggestions:
codex features listconfirmstool_suggestis false, but this did not materially improvecodex execlatency. That makes me think the 6-8s delay may be a separate cold-start / send path issue, while the tool suggestion 403 may be extra TUI noise.I also see this non-blocking error after
codex execreturns:The command still returns
pong, so I don’t think that is the primary latency cause.Same here
--
Best Regards
Yasin Hassanien
Cell phone: (+974)7778-9476
On Wed, Apr 29, 2026, 8:17 PM Lumin @.***> wrote: