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: retry on transient API network errors instead of failing immediately
Add check_network_error() helper and wire it into the retry loop so that
400 Network error responses from the Claude API are retried (up to
MAX_RETRIES, 60s backoff) rather than treated as non-retryable failures.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments