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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Joining an artifact's live room after publishing, with named skip reasons

Not switched on
Useful2 Signal4
Artifacts

Publishing an artifact can join its shared room, or report why it didn't.

Skip reasons like not_declared appear in publish output.

What

One routine now decides whether your session joins an artifact's shared room after you publish it, reporting a reason such as not_declared in the publish output when it does not.

Details
  • It reads the artifact's declared capabilities, then checks the consent markers recorded when the artifact was created.
  • Returns immediately unless the room module is present and the room capability check passes; that module is absent here.
Evidence

not_declared

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