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(github): send User-Agent on all GitHub API calls (#400)
Cloudflare Workers' fetch doesn't set a default User-Agent, and
GitHub's API rejects UA-less requests with 403 "Request forbidden
by administrative rules" — the worker was crashing at upstream tool
discovery (getAppInstallationToken) on the very first request.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments