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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Shared-live publish marker now applies to everyone

You'll notice
Useful3 Signal4
Artifacts Notable

Every publish now carries the shared-live annotation that was previously behind a feature check.

What

After a publish returns a read handle, the summary and the [shared-live: unknown] / [shared-live: <mode>] annotation that tells the model how the published item is shared are now produced unconditionally. In the previous build both were behind a feature check that bailed out early, so this awareness is live for all users on this build.

Details
  • The removed conditions were a feature helper combined with a check that a read handle existed; only the read handle now matters.
  • The annotation is visible to the classifier that inspects tool results, so shared-live state can now influence it for every session.
Evidence

[shared-live: unknown]

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