mirror of
https://github.com/openai/codex.git
synced 2026-09-03 14:59:03 +00:00
## What changed - Stream V3 agent message deltas to `delegation.context.append` at 200 ms intervals instead of waiting for each completed message. - Send commentary without a prefix and label final or phase-less V1/V3 output with `"Agent Final Message":`. - Bound streamed output while preserving both its beginning and final tail when truncation is required. - Remove `codexResponseHandoffPrefix` from `thread/realtime/start`; unknown fields from older clients remain ignored. ## Testing - Cover incremental V3 commentary and final output, Unicode-safe truncation, V1/V3 phase labeling, and legacy request compatibility. GitOrigin-RevId: 633c18b5eb9a4f5756a264b63b7bfc185b073951