Bug: Background and non-selected Codex sessions freeze; only the visible conversation continues running
What version of the Codex App are you using (From “About Codex” dialog)?
26.707.31428
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Win11
What issue are you seeing?
Bug: Codex Remote becomes unresponsive during active work and cannot be recovered remotely
Environment
- Platform: Windows
- Codex Desktop App (auto-updated)
- ChatGPT mobile app using Codex Remote
Description
I encountered a case where Codex Remote became completely unresponsive while I was actively discussing a task with the agent.
This was not an idle timeout:
- The agent and I were in the middle of an active discussion.
- The PC did not go to sleep.
- The task had not finished yet.
- The mobile app suddenly stopped responding.
Expected behavior
If the desktop app is still running, Remote should either:
- remain connected, or
- automatically reconnect after a transient failure.
At minimum, there should be a way to recover the Remote connection without physical access to the PC.
Actual behavior
The Remote connection became unusable.
Since I was away from my computer, there was no way to:
- reconnect the Remote session,
- restart the desktop app,
- or continue the discussion.
This effectively made Remote unusable until I could access the PC again.
Additional investigation
I also had Claude Code Remote connected to the same machine.
Using Claude, I verified that:
- Codex had produced no new output for over one hour.
- Restarting Codex from Claude allowed the work to continue.
This suggests the issue may be more than a mobile UI synchronization problem. It appears the Codex agent or its Remote session may become stuck.
Impact
This is particularly problematic for long-running development workflows.
The whole purpose of Remote is to allow users to continue working while away from their computers. If the Remote session becomes unrecoverable, there is currently no recovery path unless another remote-management tool is already installed.
Has anyone else experienced the same issue during active work (not after idle or sleep)?
What steps can reproduce the bug?
- Start Codex App
- Connect Codex remote from ChatGPT mobile app
- Execute work actively
- The remote Codex App stops responding and loads indefinitely
What is the expected behavior?
If the desktop app is still running, Remote should either:
- remain connected, or
- automatically reconnect after a transient failure.
At minimum, there should be a way to recover the Remote connection without physical access to the PC.
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
No, it's not a duplicate. It's loading indefinitely instead of getting stuck in reconnecting. In fact, the problem is that it doesn't even TRY to reconnect.
The other tickets you provided described communication issues, but in my issue, the tasks totally stopped working at all. They no longer produce any outputs, which they should and commit after each step. The tasks simply freezed.
This was not limited to a single conversation. All Codex tasks were frozen and produced no further progress, while Windows and other applications (including Claude Code Remote, so that I could restart Codex remotely) continued to function normally.
I've confirmed that when this bug occurs, if I can get back to the machine and physically click into the frozen conversation in the Codex app, the task will suddenly resume running.
However, this is not possible remotely, so I could only kill the app and restart it with Claude Code Remote.
I found a strong correlation between task progress and UI foreground/visibility state.
Observed behavior:
This suggests that task execution, event processing, polling, or stream consumption may incorrectly depend on the visibility state of the app window or the currently mounted conversation UI.
Background and non-selected sessions should continue independently of which conversation is visible.
Reproduction steps
Observed behavior
This does not happen every time, but the probability increases significantly when the Codex desktop app is left in the background.
It's not a duplicate, as discussed in the comments.