Summary
In the Codex macOS desktop app, a thread that is already in a zombie/stuck state remains broken after being archived and then unarchived.
Problem
Archiving and unarchiving does not reset or recover the thread state. After restore, the thread can still show the broken Thinking / Interrupt-only UI and remain unusable.
Observed behavior
- A thread enters a zombie state
- The thread is archived and later unarchived
- After restore, it is still stuck / unusable
- The composer state is still broken instead of returning to a normal send state
Expected behavior
Either:
- unarchiving should restore a usable thread state, or
- the app should detect the broken thread state and surface a recovery path instead of preserving the zombie state forever
Platform
macOS desktop app
Related
Likely related to zombie/stuck-thread reports such as #12852 and #11902, but this report is specifically about archive/unarchive not clearing the broken thread state.
Summary
In the Codex macOS desktop app, a thread that is already in a zombie/stuck state remains broken after being archived and then unarchived.
Problem
Archiving and unarchiving does not reset or recover the thread state. After restore, the thread can still show the broken
Thinking/Interrupt-only UI and remain unusable.Observed behavior
Expected behavior
Either:
Platform
macOS desktop app
Related
Likely related to zombie/stuck-thread reports such as #12852 and #11902, but this report is specifically about archive/unarchive not clearing the broken thread state.