You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.py and js-process-individual-tickets/privacyassistant.js, but the Review panel only showed js-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.
Observed behavior
privacyassistant.pyandjs-process-individual-tickets/privacyassistant.js, but the Review panel only showedjs-process-individual-tickets/privacyassistant.js.Expected behavior
Notes
Possible repro