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

Word processor and spreadsheet skills, switched off in this build

Not switched on
Useful3 Signal5
Skills Notable

Word-processor and spreadsheet skills that publish live editable artifacts are registered but hard-disabled.

Both skills register at startup, but their enable check is a build-time constant returning false.

What

Two new skills that publish a live, editable Artifact are registered at startup: a word-processor-style document and a spreadsheet with a formula bar, sorting and per-cell saving. Nobody can invoke them here. Their enable check is a build-time constant that always returns false, not a remote flag, so no account or setting turns them on in 2.1.228.

Details
  • Each ships a large instruction file plus a template.html.
  • The menu entry for the document reads "Publish a working document Artifact".
  • The constant is exported as isProductivitySkillsEnabled and unconditionally returns false.
Evidence

menuDescription: "Publish a working document Artifact"

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.228 →