mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
## Why Hosts need to stop new turn-input work during shutdown without consuming pending input or preventing already-running delegated work from finishing. ## What changed - Add an optional `TurnStartAdmission` extension gate, checked before reserving or starting a new turn. Hosts without a gate retain existing behavior. - Return `NotSubmittedReason::ServerDraining` for refused starts and surface an app-server error instructing clients to reconnect and retry. - Keep steering, parent-delegated subagent input, and memory-only mailbox wakeups available during drain, while gating automatic starts. - Close realtime conversations with an ordered handoff, error, and close event sequence when a handoff is refused during drain. ## Testing Add regression coverage for rejected input staying out of subsequent requests, persisted queue items remaining available for later starts, delegated agent and review work completing during drain, mailbox wakeups, and realtime handoff error ordering. GitOrigin-RevId: 03dbdcd71eab200e597c0649e6eb39bd92dbc82f