[macOS Desktop 26.810.52044] Update hides legacy local history, Remote shows only active task, and renamed titles disappear
Open 💬 1 comment Opened Aug 18, 2026 by JasonBeam
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
Summary
After a recent ChatGPT/Codex Desktop update, local Codex history and manually renamed conversation titles became inconsistent across Desktop and iPhone Remote.
The underlying local data is still present, but the default Desktop/Remote listing returns only a small subset of threads. iPhone Remote shows only the current active task. In addition, previously renamed conversation titles no longer appear after the sidebar state is refreshed.
This looks like a regression in history/sidebar metadata migration or provider filtering, not intentional deletion.
Related issues: #25463 and #34446.
Environment
- Platform: macOS 26.5 (Apple Silicon)
- ChatGPT/Codex Desktop: 26.810.52044
- Bundled Codex CLI: 0.148.0-alpha.9
- iPhone client: ChatGPT Remote connected to the same Desktop host
Observed behavior
- The local thread catalog still contains 64 historical entries, with non-empty display titles and no entries marked missing.
- The local thread store contains 65 thread rows; the conversation bodies are still present.
- The default
thread/listresult returns only 5openai_httpthreads. - Requesting the same list explicitly for the legacy
openaiprovider returns 48 additional threads. - On iPhone Remote, only the current active task is visible; the historical threads are absent.
- The cached sidebar state previously contained 60 conversation title entries. After the update/state refresh, it contains only 20. The missing entries include user-renamed titles.
- Restarting the Desktop app re-fetches the truncated list and overwrites the local sidebar cache, so restoring an old cache is not a durable workaround.
Steps to reproduce
- Use Codex Desktop on macOS with an existing local history containing older threads and renamed conversation titles.
- Update/restart the ChatGPT/Codex Desktop app.
- Open the Desktop history/sidebar and connect from the ChatGPT iPhone app using Remote.
- Observe that older history and renamed titles are missing or replaced, while local thread data remains on disk.
- Compare the default thread list with explicit provider filters.
Expected behavior
- All non-archived local Codex threads should remain listed after update/restart.
- Thread titles, including user renames, should remain stable.
- Remote should show the same eligible historical thread list as the Desktop host.
- A provider migration must not silently exclude legacy-provider threads from the default listing.
Actual behavior
- The default list omits most historical threads.
- Remote shows only the active task.
- Renamed conversation-title metadata is reduced/overwritten when the app refreshes its sidebar state.
- The data appears to remain locally recoverable, but the UI and Remote list are incomplete.
Requested investigation
- Check Desktop migration/filtering between
openaiandopenai_httpmodel providers. - Ensure default thread listing includes compatible legacy local threads after an update.
- Check why sidebar title/rename metadata is truncated and then overwritten by sync.
- Ensure iPhone Remote uses the same eligible thread set as the host Desktop.
- Provide a supported reindex/repair path that does not require editing local SQLite or global state manually.
I can provide additional sanitized counts or logs if useful, but I will not publish private transcripts, account information, or local database files.
1 Comment
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action