The GitHub app check now distinguishes "not installed" from "couldn't find out".
What's wrong with this entry?
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".
- 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.
(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.
-
v2.1.234
Stale editor bridge connections are dropped instead of read
Both mention integration
-
v2.1.234
Git remote URLs can no longer smuggle a different host
Both mention integration
-
v2.1.236
Change detection ignores custom diff drivers and submodules
Both mention integration