Files
codex/codex-rs/tui
Felipe Coury 35907bb2b8 fix(tui): recover from stale review turn steering race
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.
2026-03-31 21:25:38 -03:00
..