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.179 Home All releases olderv2.1.178 v2.1.181newer
Claude Code v2.1.179

Artifact Share Status Display

The artifact WebFetch tool now probes the sharing status of an artifact before reading it. The mode is now shown in descriptive human-readable form instead of raw enum values:

  • "owner" → "a private page on claude.ai"
  • "org" → "a page shared with your organization"
  • "users" → "a page shared with specific users"
  • Live-shared → "on claude.ai (viewers see updates immediately)"
  • Unknown mode → "others (unrecognized share mode — treating as shared)"
Evidence

Share mode labels (search for "a private page on claude.ai" and "your organization")

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