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.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

Artifact database gains a private per-viewer area

Not switched on
Useful2 Signal4
Artifacts

Artifact databases can give each viewer a private area, documented only when an internal flag is on.

Per-viewer private rows under data/users/ with a 'me' path segment are described only when an internal flag is set.

What

Artifact database guidance documents an exception to shared rows: each viewer's subtree under the data/users/ prefix is private to that viewer, and the literal path segment me stands for the current viewer's id, the same one the page gets from claude.user.id(). It requires the published version to declare the user capability alongside db. The paragraph is only included in the tool description when its internal flag is set.

Evidence

data/users/me

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