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(sdk): broaden connection-error patterns for custom provider wrapper
Bun's fetch surfaces ECONNREFUSED as code='ConnectionRefused' with
message "Unable to connect. Is the computer able to access the url?".
Neither matched the original error-wrap regex. Now check both the raw
message and the error.code property across Bun/Node patterns.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments