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 app install check reports linked-account access and HTTP status

Under the hood
Useful2 Signal2
GitHub Integration

The GitHub app check now distinguishes "not installed" from "couldn't find out".

What

The check for whether the Claude GitHub app is installed now returns two extra pieces of information: whether the linked account actually has access ("ok", "inconclusive", or a classified value) and the HTTP status of the attempt. Callers can now tell "definitely not installed" apart from "we could not find out".

Details
  • The not-installed and failure results carry linkedAccountAccess: "inconclusive" and a null HTTP status.
  • The 4xx debug line now names the access verdict.
  • Non-4xx network errors previously fell through with no return; they now come back as a transient result with the status attached.
Evidence

(linked-account access: ${a}), checkGithubAppInstalled: No org UUID found, linkedAccountAccess: "inconclusive"

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.248 →