mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
Handle the stale active-turn race that can happen right after inline `review/start` completes from the custom review prompt. Mismatch-shaped `turn/steer` errors are now treated like the existing "no active turn to steer" recovery path. Also update the thread event store immediately from successful `turn/start` and `review/start` responses so fast follow-up composer input uses the current turn id instead of a stale cached one.