mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
## Why Running code-mode cells can request Guardian review while the next response is in flight. Clearing the response ID before that response emits `response.created` leaves those reviews without a `parent_response_id`. ## What changed Keep the latest response ID received in the turn until a later `response.created` replaces it, including across sampling retries. ## Testing Add regression coverage for reviews before and after a response handoff and for a fresh turn that must not inherit the previous turn's ID. Update retry coverage to expect the last known parent when the retry supplies no response ID. GitOrigin-RevId: af0a08de09edad59e1a7ade7904a42d616b05679