Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

New GitHub-app-check 403 detector for IP allowlist / app suspended / SAML SSO

GitHub app installation checks now detect and explain 403 errors caused by IP allowlists, app suspension, or required SAML SSO

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaGitHubwhat it touches
KindImprovementsin v2.1.273,
You'll notice

GitHub app installation checks now detect and explain 403 errors caused by IP allowlists, app suspension, or required SAML SSO

What

Claude Code's check for whether its GitHub app is installed now has a new helper that parses a 403 error response body. When the error is marked as user-facing and its code is one of github_ip_allowlist, github_app_suspended, or github_saml_sso_required, Claude Code now surfaces GitHub's own error message to the user, truncated to 300 characters. This runs alongside the existing rate-limit detection in the same error handler.

Why

This gives users a clear, specific explanation when a GitHub app check fails for one of these access-restriction reasons, instead of a generic error.

See this entry in the whole of v2.1.273 →