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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Resolving an artifact comment falls back when the server refuses the session token

You'll notice
Useful2 Signal2
Artifacts

Resolving an artifact comment now retries the plain endpoint when the session token is refused.

What

Marking an artifact comment resolved is attempted first against the session-scoped endpoint, and a server refusal of that token no longer fails the action. The client retries the plain resolve endpoint, and the telemetry now tells a refused token apart from a route that was never there.

Details
  • The refusal is a 403 whose response body carries the marker "CCR agent tokens cannot call this route", and only that case triggers the new path.
  • Refusals are logged under artifact_comment_session_resolve with the outcome session_route_ccr_denied.
  • A 404 from the session route still falls back as before and still logs the older outcome session_route_fell_back.
  • The fallback request sent to the plain resolve endpoint is itself unchanged; only the trigger condition and the reported outcome are new.
Evidence

CCR agent tokens cannot call this route, session_route_ccr_denied

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