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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Artifact list rows now carry audience, pinned state and last-viewed time

You'll notice
Useful2 Signal2
Artifacts

Artifact list entries now carry sharing audience, pinned state, last-viewed time and an editable title.

What

Each row returned by the artifact gallery now includes who it is shared with, whether it is pinned, when you last viewed it, and an editable title, and the fetch result passes through the server's starsEnabled switch.

Details
  • The tab cycler steps through all, mine, shared and pinned, adding the fourth entry only when the server enables pinning and otherwise mapping a pinned selection back to all.
Evidence

return { err: null, frames: n, starsEnabled: r.data.starsEnabled === !0 };

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