You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(codex-websocket): normalize Responses-native tool events into canonical chunks
Preserve full response.output_item.done payloads in OpenAIWebSocketClient
and add normalization in ResponseExecutor so websocket-originated Codex
events flow through the Responses translator before retry/visibility
logic. Also normalize response.done into synthetic response.completed
so websocket streams end with consistent canonical stop chunks.
Delivers failing tests first proving websocket tool-call completion
and response.done normalization end-to-end.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The proxy includes built-in resilience features for production use:
59
59
-**Streaming protection** - Avoids retry after output has started, preventing corruption
60
60
-**Health monitoring** - Tracks backend availability and performance
61
61
62
-
Configure via the `resilience` section in `config.yaml` or see the [Failure Handling Guide](docs/user_guide/features/failure-handling.md). Request processing now runs through a single canonical manager path with no legacy split-handler fallback. `request_processing_unification` remains for operational controls such as per-backend `connector_stream_first` hints, optional `emit_path_selection_metadata`, and `promotion_requirements` reporting. When path diagnostics are enabled, `promotion_guardrails` uses strict missing-evidence semantics (absent measurements do not read as promotion-ready).
62
+
Configure via the `resilience` section in `config.yaml` or see the [Failure Handling Guide](docs/user_guide/features/failure-handling.md). Request processing now runs through a single canonical manager path with no legacy split-handler fallback. `canonical_request_processing` provides the remaining runtime controls such as empty-stream recovery tuning.
0 commit comments