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

Trusted-device 403s handled on elevated-auth requests

You'll notice
Useful2 Signal0
Sessions

A rejected session can now tell you it's stale and needs re-login, not just untrusted device.

What

A 403 from the code-session request helper can now report a stale session needing re-login, not just an untrusted device.

Details
  • The helper always parses the error resource on a 403.
  • Still returns untrusted_device as before.
  • Additionally surfaces session_stale_relogin when the call site is tagged elevated_auth.
  • Replaces the old classifyUntrustedDevice option object.
  • The user-facing re-login message itself already existed in 2.1.224.
Evidence

Your session has expired for the trusted-device check. Run /login to re-authenticate, then retry.

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