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

Artifact database can resolve "me" to your own user id

Use it now
Useful2 Signal3
Artifacts not in their notes

Artifact database paths under data/users/me are rewritten to your real user id automatically.

data/users/me
What

Paths equal to or under data/users/me in the artifact database tool are now rewritten to data/users/<your id>/.... The id is fetched by a new "whoami" request with a 15 second timeout, cached per account, with concurrent lookups sharing one request.

Details
  • New error text covers a malformed identity response and a failure to declare the capability
  • The cache means one lookup per account per session rather than one per path
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.228 →