Oops, an error has occurred
What version of the Codex App are you using (From “About Codex” dialog)?
Codex 26.513.31313 is currently the newest version available.
What subscription do you have?
Pro
What platform is your computer?
Darwin 25.4.0 arm64 arm
What issue are you seeing?
<img width="1426" height="948" alt="Image" src="https://github.com/user-attachments/assets/098f8225-afca-4f81-97e7-a6aadb76403d" />
What steps can reproduce the bug?
Not Sure , Here is how i Fixed it.
"""
Fix the broken Codex Desktop session opening issue without touching the repo worktree.
Back up the affected Codex session files first. Then inspect the saved .jsonl session history and session_index.jsonl for malformed/raw subagent notification records, such as <subagent_notification> payloads or raw completed":"..."} JSON blobs that Codex Desktop may try to render.
Replace only those renderer-breaking records with safe plain-text equivalents, preserving valid session history wherever possible. Validate the JSONL after editing. If the sidebar still crashes or shows a stale title, clean the matching session index entry so there is only one valid title for the affected session.
Also scan recent session files across projects, because Codex Desktop’s global sidebar renderer may crash from malformed records in unrelated sessions. Do not modify any project repo files or worktree changes.
"""
- pause and resume the goal + prompt continue.
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗