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.
GitHub failures now say whether you're not connected or the repo wasn't found.
What's wrong with this entry?
Anonymous. No account, no email.
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.