Summary
During active streaming, transient socket interruptions such as Windows wsarecv: An established connection was aborted by the software in your host machine (WSAECONNABORTED) or read: connection reset by peer immediately abort the active turn with Run cancelled., requiring the user to manually type continue.
Context
When an established stream connection drops mid-generation before any tool calls or side effects are dispatched:
Proposed Solution
- Safe Mid-Stream Retry: When a stream drops before any tool execution begins, auto-retry the request with exponential backoff before failing the turn.
- Transient Error Classification: Classify
WSAECONNABORTED, ECONNRESET, and unexpected stream EOFs as retryable transport errors when the current turn has executed no tool calls.
Summary
During active streaming, transient socket interruptions such as Windows
wsarecv: An established connection was aborted by the software in your host machine(WSAECONNABORTED) orread: connection reset by peerimmediately abort the active turn withRun cancelled., requiring the user to manually typecontinue.Context
When an established stream connection drops mid-generation before any tool calls or side effects are dispatched:
Proposed Solution
WSAECONNABORTED,ECONNRESET, and unexpected stream EOFs as retryable transport errors when the current turn has executed no tool calls.