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

Publish tool has a session-context field that cannot be reached

Not switched on
Useful2 Signal4
Artifacts

The publish tool has a field for saving session context so a later session resumes, but it's unreachable.

A session_context field on artifact publish is guarded by an internal flag that starts false and is never set.

What

The artifact publish tool can offer a session_context field holding context saved with the published version so a later session can pick up where you left off. The condition that adds it reads an internal flag that starts false and is never set anywhere in this build, so the field is never offered.

Evidence

Required the first time an artifact is published

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 →