Review Diff crashes with "Thread context is unavailable for non-thread routes" and then shows "No diff available"
Resolved 💬 1 comment Opened Jul 29, 2026 by snehiluwani Closed Aug 6, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the IDE extension are you using?
(ChatGPT/Codex extension version from the Extensions page, e.g. 1.x.x)
What subscription do you have?
ChatGPT Plus
Which IDE are you using?
VS Code 1.xx.x Also reproducible in Cursor (latest version), indicating this is not IDE-specific.
What platform is your computer?
Darwin 24.6.0 arm64 arm
What issue are you seeing?
The Codex Review Diff page consistently fails to load after a task completes.
This issue is reproducible across multiple VS Code-based IDEs (VS Code and Cursor), so it does not appear to be IDE-specific.
When I open the Review Diff page:
- The page displays "Oops, an error has occurred."
- Clicking "Try again" changes the page to "No diff available."
The generated response completes successfully, but the Review Diff UI never loads.
Developer Console shows the following error:
Error: Thread context is unavailable for non-thread routes
Caused by:
editor-diff-page
React ErrorBoundary
What steps can reproduce the bug?
- Open a repository in VS Code or Cursor.
- Start a Codex task that edits one or more files.
- Wait for the task to finish.
- Click "Review Diff".
- Observe "Oops, an error has occurred."
- Click "Try again".
- Observe "No diff available".
The issue reproduces consistently.
What is the expected behavior?
Diff should be visible
Additional information
Additional observations:
- Reproduces in both VS Code and Cursor.
- Not related to Git state.
- Not related to the repository.
- Reproduces across different projects.
- Console consistently reports:
1 Comment
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action