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

Artifact comment replies no longer report a relay failure as a clean failure

You'll notice
Useful2 Signal3
Artifacts

Comment replies that hit a bad relay now say the outcome is unknown instead of failed.

What

Posting a comment reply, resolving a thread and resolving a session now detect a response that did not come from the artifact service and return a relay_error outcome saying the result is unknown, instead of turning the HTTP status into a definite error.

Details
  • The message tells Claude to re-read the comments before retrying, so a reply that did post is not duplicated.
  • This applies unconditionally on the relay path.
Evidence

it may have posted; re-read the comments before retrying

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