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 GitHub API request with auth on 401/403/404
Unauthenticated fetch works for public repos with no UI. When the
repo is private (or rate-limited), it retries once after prompting
the user for GitHub auth (createIfNone: true). Auth prompt is
skipped entirely once the repo is public.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments