After updating Codex desktop, my Project thread and its sub-threads disappeared from the UI. What makes this look like a UI/indexing bug rather than deletion is that the local data is still present on disk.
What I verified locally:
~/.codex/state_5.sqlitestill contains58threads for my Project workspace- raw session files still exist under
~/.codex/sessions/ ~/.codex/session_index.jsonlwas rebuilt from the DB- Codex app-side session/cache was reset
- full app restart still did not restore the threads in the desktop UI
What I already tried:
- Verified the threads still exist in
state_5.sqlite - Exported thread-to-rollout mappings from the DB
- Rebuilt the
/Projectportion ofsession_index.jsonl - Restored the Project workspace roots
- Cleared Codex app-side session/cache storage
- Fully restarted the app
Result:
The local thread/session data still exists, but Codex desktop still does not render those threads in the UI.
Question:
Has anyone seen Codex desktop stop showing locally stored threads after an update even though they still exist in ~/.codex?
Is there any supported way to force a full local reindex from:
~/.codex/state_5.sqlite~/.codex/session_index.jsonl~/.codex/sessions/
This appears to be an app-side history indexing/filtering issue after update, not actual local thread deletion.