Project chat history disappeared after latest Codex app update

Open 💬 9 comments Opened Jun 10, 2026 by maksymdonets
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the Codex App are you using (From “About Codex” dialog)?

Version 26.608.12217 Released Jun 9, 2026

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Darwin 25.5.0 arm64 arm

What issue are you seeing?

After today's Codex App update, my project chat history disappeared from the sidebar/project list.

I did not delete or archive these chats manually. The projects themselves are still visible, but several repositories/projects now show “No chats”, even though they had existing conversations before the update.

This affects multiple projects/repositories, not just one. Some recent chats are still visible in other projects, but many previous chats inside projects disappeared from the UI.

I logged out and logged back in, but the chats still do not appear.

This is a serious issue because these chats contain important project history, repository context, previous debugging work, and implementation decisions.

<img width="316" height="969" alt="Image" src="https://github.com/user-attachments/assets/8048581c-2677-4e7c-a324-366647eff73e" />

What steps can reproduce the bug?

Feedback ID: no-active-thread-019eb0b1-2a37-73d3-900c-1433a566cc19

Steps to reproduce:

  1. Open Codex App after the latest update.
  2. Check the sidebar/project list.
  3. Open projects/repositories that previously had existing chats.
  4. Notice that some projects now show “No chats”.
  5. Log out of the Codex App.
  6. Log back in with the same account.
  7. Check the same projects again.

Actual result:
Previous project chats are still missing from the UI. Several projects show “No chats”, even though they had existing conversations before the update.

Expected result:
All existing project chats should remain visible after the update and after logging back in. The update should not hide, remove, or desync project chat history.

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗

9 Comments

github-actions[bot] contributor · 1 month ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #27314
  • #27251
  • #27340
  • #26236
  • #26031

Powered by Codex Action

amarkdotdev · 1 month ago

i am also having this issue after yesterdays update!!

gmenyhert · 1 month ago

Ditto here. I can find the chats if I switch the view to chronological but I can't view them by project.

meowmereo · 1 month ago

After updating to the latest version of Codex today, my Windows 11 laptop started freezing when I type longer messages in Codex.

The first time it happened, I had been using Codex for about 30 minutes. The laptop suddenly froze and restarted by itself. After restarting, Codex appeared to reset all settings to default, including my previously created project chats.

Now the problem happens consistently whenever I type a longer message in Codex, making the whole laptop unresponsive. I cannot continue using Codex safely until this is fixed.

ansharmuhammad · 1 month ago

there is any update about this?

amarkdotdev · 1 month ago

i was told at work to just ask codex to fix it- will try tomorrow

dkonecny-oracle · 1 month ago

The same here. I can only see chat threads "3d" old (before the weekend) - all other older disappeared from Codex App UI.

Note that this is only UI "feature". Chat threads are still sitting on your disks. And you can ask Codex to locate them and it will return ID which you can reopen using Codex CLI and resume <id-xxxx> call. Though resume will not make them visible in UI - it will just reopen them in command line. The only workaround Ive found is: fork resumed thread. It will then become visible in UI as new thread.

Ive had a chat thread with heartbeat automation which has been working for weeks. But after last Codex upgrade this got broken. Even though the chat thread is actively and daily used, Codex decided to classify it as old and removed it from UI which broken the automation - automation execution says it cannot be started because the chat thread does not exist anymore.

This is very inconvenient. Why cant Codex UI show all old chat threads?? Whats so bad on that that Codex has to be removing them? Hiding older ones (as UI convenience) I could understand. But removing them breaks not only automation but also user's mental picture which often relies on older references.

The workaround: as I said above, fork removed chat threads from Codex CLI.

gmenyhert · 1 month ago

I think ⬆️ did it for me. I updated this morning and I see my old project chats now! Thanks.

dkonecny-oracle · 1 month ago

FYI: I dont think above fork based workaround is reliable. It worked earlier but now my automation and threads I pinned (to preserve them) are broken again. Codex app got updated at least 4x in past two days and it is getting worse. I filed Codex generated deep evaluation on broken pinned and forked threads as https://github.com/openai/codex/issues/28607