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

Publishing an artifact can now report that the outcome is unknown

You'll notice
Useful3 Signal2
Artifacts

An unconfirmable artifact publish now says the outcome is unknown and to check before republishing.

What

When a publish attempt cannot be confirmed, Claude Code says so instead of reporting a flat failure, and tells you to check the artifact list before publishing again. Relay HTTP errors, thrown requests, replies about the wrong artifact and malformed replies all land here.

Details
  • The automatic comment-edit pipeline maps this to a distinct failure kind with its own reply text and its own thread notice, separate from the existing failure wordings.
  • No flag gates the wording; it is reached whenever the publish reply does not come from the expected frame or the request throws.
Evidence

it may have published; check the artifact list before publishing again

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 →