fix(coding-agent): retry OpenAI Responses early EOF

closes #6727
This commit is contained in:
David Brailovsky
2026-07-17 10:55:56 +02:00
parent 019e4ad687
commit b0c2a90e51
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ const RETRYABLE_PROVIDER_ERROR_PATTERN = buildProviderErrorPattern([
// (#4433); Bedrock/Smithy can throw an HTTP/2 no-response error (#3594).
"ended without",
"stream ended before message_stop",
"stream ended before a terminal response event",
"http2 request did not get a response",
// Provider-requested retry delay cap failures should flow through the outer