What version of the IDE extension are you using?
Visual Studio Code 1.130.0, x64
What subscription do you have?
pro
Which IDE are you using?
VS Code
What platform is your computer?
Windows 10 Home, x64
What issue are you seeing?
The full Codex Review/diff page displays:
Oops, an error has occurred
The inline diff card inside the conversation renders the same change correctly.
VS Code Source Control and git diff also work correctly.
What steps can reproduce the bug?
- Open a valid Git repository in VS Code.
- Make a small uncommitted text change.
- Confirm that
git diff displays the change.
- Open the Codex full Review/diff page.
- The Review page crashes and displays “Oops, an error has occurred.”
- The inline “Review changes” card continues to render correctly.
What is the expected behavior?
The full Review page displays the repository diff.
Additional information
Actual result
The full Review page hits an error boundary. Only the inline diff works.
Troubleshooting already attempted
- Initialized and validated the Git repository.
- Confirmed
git diff works.
- Reloaded the VS Code window.
- Restarted VS Code.
- Disabled and re-enabled the extension.
- Completely uninstalled and reinstalled the extension.
- Tested after creating a fresh filesystem change.
- The failure persists.
Relevant log entry
At 2026-07-25 17:54:05.328:
error boundary ... editor-diff-page-DVdvmt2c.js ... name=AppRoutes
The stack trace points into:
openai.chatgpt-26.721.41059-win32-x64/webview/assets/editor-diff-page-DVdvmt2c.js
Authentication succeeds and the Git repository watcher starts normally before the crash.
Additional observations
- The inline diff renderer works.
- VS Code native Source Control diff works.
- The repository has a valid initial commit and a small uncommitted README change.
- The problem appears isolated to the full
editor-diff-page webview route.
What version of the IDE extension are you using?
Visual Studio Code 1.130.0, x64
What subscription do you have?
pro
Which IDE are you using?
VS Code
What platform is your computer?
Windows 10 Home, x64
What issue are you seeing?
The full Codex Review/diff page displays:
The inline diff card inside the conversation renders the same change correctly.
VS Code Source Control and
git diffalso work correctly.What steps can reproduce the bug?
git diffdisplays the change.What is the expected behavior?
The full Review page displays the repository diff.
Additional information
Actual result
The full Review page hits an error boundary. Only the inline diff works.
Troubleshooting already attempted
git diffworks.Relevant log entry
At
2026-07-25 17:54:05.328:error boundary ... editor-diff-page-DVdvmt2c.js ... name=AppRoutesThe stack trace points into:
openai.chatgpt-26.721.41059-win32-x64/webview/assets/editor-diff-page-DVdvmt2c.jsAuthentication succeeds and the Git repository watcher starts normally before the crash.
Additional observations
editor-diff-pagewebview route.