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

Out-of-order artifact share checks are merged, not thrown away

You'll notice
Useful2 Signal1
Artifacts

Artifact sharing status no longer shows stale info when two checks overlap.

What

When two checks of an artifact's share status overlapped, the one that landed out of order was discarded, which could leave a stale sharing state on screen. Results are now merged.

Details
  • Both the time a check was issued and the time it landed are tracked, and each result is classified as older-issued, overlapped, or current.
  • Merging takes the more restrictive share mode, ORs the live-share flag, preserves a prior check failure, and keeps the later of the two issue timestamps.
  • A failed check now records its landing time too, so a later overlapping success merges correctly.
Evidence

probeFailed

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 →