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: install.sh — use GitHub redirect instead of API to avoid rate limits
The API endpoint (api.github.com) has 60 req/hour limit for
unauthenticated users. The redirect method (github.com/releases/latest)
has no rate limit. API is now fallback only.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments