A new Codex session is created successfully and the JSONL session file exists on disk, but Claude Code UI does not show the session under the project and it is not searchable in the chat list.
Environment:
- Windows 11
- Claude Code UI 1.25.2
- Codex CLI 0.114.0
- PowerShell
What I verified:
- the session file exists under
C:\Users\<user>\.codex\sessions\...
session_meta.payload.cwd points to the correct project directory
- older Codex sessions were visible before
- this new one is not
- rebuilding the UI database did not help
Sanitized example:
{"type":"session_meta","payload":{"id":"<session-id>","cwd":"D:\\path\\to\\project","cli_version":"0.114.0","source":"cli","model_provider":"openai"}}
This looks like a Codex indexing / search / project-grouping issue on Windows.