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.225 Home All releases olderv2.1.224 v2.1.226newer

Untrusted-device credential rejection surfaces as a rejection

You'll notice
Useful2 Signal0
Remote Control

An untrusted device now gets a clear rejection instead of a silent failure and endless retries.

What

Remote credential fetch retries once through a new device-attestation path, and an untrusted_device result without the relevant capability now returns a terminal rejection instead of a bare null.

Details
  • The rejection carries reason: "request_rejected" with status 403 and is marked terminal, so callers stop retrying.
  • OAuth-rejected results are now passed through to the caller rather than swallowed.
  • The enabled state of the surrounding path could not be resolved from the build.
Evidence

{ terminal: !0, reason: "request_rejected", status: 403 }

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.225 →