Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

GitHub failures now name the actual problem

You'll notice
Useful3 Signal2
GitHub

GitHub failures now say whether you're not connected or the repo wasn't found.

What

A new classifier turns a raw HTTP failure into a specific cause: a 401 with an auth-required error becomes "not connected", a 404 with a missing-resource error becomes "repo not found", and anything else stays inconclusive so the old generic message is used.

Details
  • The two named verdicts are what let the review preflight print tailored guidance rather than a status code.
Evidence

github_repo_not_found

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.248 →