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
test("classifies ZlibError from fetch as retryable APIError",()=>{
932
+
constzlibError=newError(
933
+
'ZlibError fetching "https://opencode.cloudflare.dev/anthropic/messages". For more information, pass `verbose: true` in the second argument to fetch()',
test("classifies ZlibError as AbortedError when abort context is provided",()=>{
947
+
constzlibError=newError(
948
+
'ZlibError fetching "https://opencode.cloudflare.dev/anthropic/messages". For more information, pass `verbose: true` in the second argument to fetch()',
0 commit comments