Review panel "Last turn" does not show all files updated in the last turn
Open 💬 1 comment Opened Apr 15, 2026 by iamhectorlopez
Observed behavior
- After a turn that updated multiple files, the Review panel's "Last turn" section only showed one of them.
- In my case, the last turn updated both
privacyassistant.pyandjs-process-individual-tickets/privacyassistant.js, but the Review panel only showedjs-process-individual-tickets/privacyassistant.js.
Expected behavior
- The "Last turn" view should list every file changed by the most recent assistant turn.
Notes
- Observed in the Codex desktop app Review panel.
- The files were actually updated on disk; the issue appears to be in what the Review panel includes for the last turn.
- No screenshot included.
Possible repro
- Have Codex make changes to 2 or more files in one turn.
- Open the Review panel.
- Select "Last turn".
- Compare the files shown there with the actual modified files on disk or the git diff.
- Notice that one or more files from the last turn may be missing.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗