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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

disableArtifact deprecated in favour of enableArtifact

Use it now
Useful4 Signal3
Settings Notable not in their notes

Use enableArtifact instead of disableArtifact, which now only counts when set to true.

enableArtifactdisableArtifact
What

The old setting is now marked deprecated and only still does anything when set to true. The replacement key documents which settings tier wins: an off in managed settings, --settings or your user settings is final, while project and local settings can only turn the feature off, never back on.

Details
  • Unset means on, once the feature is otherwise available.
  • disableArtifact: false no longer has an effect; use enableArtifact: false to turn it off.
Evidence

Deprecated: use enableArtifact: false. Still honored

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