Windows Desktop: Project Timeline shows no history despite existing threads (path identity mismatch with OneDrive/GoodSync/junction/\\?\ prefix)
Open 💬 2 comments Opened Apr 17, 2026 by Janzstone
What version of the Codex App are you using (From “About Codex” dialog)?
26.415.20818
What subscription do you have?
Pro
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Project Timeline in Codex Desktop shows no history, even though thread/session history exists on disk.
What steps can reproduce the bug?
- Use Codex Desktop on Windows with workspace under OneDrive-backed path.
- Open project via
C:\Users\jacob\GoodSync\repos\net_80_migration(junction form). - After restarts/path normalization attempts, Timeline becomes empty.
- Data still exists:
~/.codex/sessions/**/rollout-*.jsonlcontainssession_metaentries.~/.codex/state_5.sqlitecontainsthreadsrows.
What is the expected behavior?
Timeline should show existing thread history for the project regardless of equivalent Windows path forms.
Additional information
What do you see instead?
Timeline is empty. Internally, path identity drifts across:
C:\Users\jacob\GoodSync\...C:\Users\jacob\OneDrive\GoodSync\...\\?\C:\Users\jacob\OneDrive\GoodSync\...
Additional information
Evidence from local inspection before restore:
session_meta_entries: 32threads_total: 32session_meta cwdmostlyC:\Users\jacob\GoodSync\repos\...- DB
threads.cwdmostly\\?\C:\Users\jacob\OneDrive\GoodSync\repos\... C:\Users\jacob\GoodSyncis a junction targettingC:\Users\jacob\OneDrive\GoodSync
This looks like a Windows path canonicalization/path-equivalence bug in project timeline matching.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗