codex - 💡(How to fix) Fix review panel large-diff mode should still allow choosing which file to inspect

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

Version 26.527.30818 (3370)

What subscription do you have?

Pro plan

What platform is your computer?

Darwin 24.6.0 arm64 arm

What issue are you seeing?

when a changeset has many files changed, the review panel enters a “large diff detected — showing one file at a time” mode.

the problem is that the ui appears to force review in its own file order. there is no visible way to choose which file’s diff to load next from the changed-file list. in my case i had ~69 files changed after a large refactor, and the review panel only showed one file (README.md) instead of letting me pick the specific files i actually wanted to inspect.

why this matters: large refactors often have many mechanical files plus a few high-risk files. reviewers need to jump directly to the important files first. limiting rendering is fine; limiting navigation is the bad part.

screenshot attached.

<img width="750" height="153" alt="Image" src="https://github.com/user-attachments/assets/1ee71541-a5f2-4155-884d-f2d98328edaa" />

What steps can reproduce the bug?

Create a new thread on any repo that has 1k+ lines of code changed

What is the expected behavior?

expected behavior:

  • large-diff mode may render only one file at a time
  • but the review panel should still show a selectable file list / file picker
  • clicking a file should load that file’s diff

actual behavior:

  • large-diff mode shows one file at a time
  • the user is effectively forced through files in the app’s chosen order
  • this makes targeted review of large refactors unnecessarily painful

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix review panel large-diff mode should still allow choosing which file to inspect