Add intraline diff highlighting to Codex review.
What version of the Codex App are you using (From “About Codex” dialog)?
codex
What subscription do you have?
plus
What platform is your computer?
windows macos
What issue are you seeing?
Feature request: Add intraline diff highlighting to Codex review.
Current behavior:
Codex shows changed lines in the diff, but when a long prose line is edited, the whole line appears changed. If only one word, number, or phrase was modified, it is hard to identify the exact edit.
Requested behavior:
Keep the normal line-level diff view, but also highlight the changed words, numbers, or phrases inside each changed line. This should work like intraline diff highlighting in GitHub, VS Code, or other code review tools.
Generic example:
Original: The system achieved a score of 0.80 in the final test.
New: The system achieved a score of 0.85 in the final test.
The diff should show the full line for context, but highlight only 0.80 as removed and 0.85 as added.
This is especially useful for LaTeX, Markdown, documentation, and other prose-heavy files where paragraphs are often stored as long lines.
What steps can reproduce the bug?
Feedback ID: no-active-thread-019e6400-57e7-7ea2-8e32-9e6abc95da43
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗