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
Devin can finish the HTTP exchange and then deliver a typed Connect error
through the stream body. Reclassifying it as an interruption turns malformed
requests into account cooldowns.
Preserve wrapped provider errors at each SSE reader and retain their
classification, failover decision, and retry hint. Continue classifying unknown
transport errors as unavailable so account routing can retry them.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@ Write each change in both `### English` and `### 中文` under `## Unreleased`.
7
7
8
8
### English
9
9
10
+
- Preserve typed upstream stream errors through the OpenAI, Anthropic, and Responses relays so invalid Devin requests do not falsely cool accounts, while transport interruptions remain retryable
0 commit comments