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

Disabling all plugins now also covers plugins that were enabled without a settings record

You'll notice
Useful3 Signal1
Plugins

Disabling all plugins now catches ones that had no settings entry and previously survived.

What

The bulk disable path now gathers plugin sources from the live enabled list as well as from settings, so a plugin enabled from a source with no settings entry is written out as disabled instead of surviving the sweep.

Details
  • Trusted sources are checked against a restricted record set before being written.
  • With nothing enabled the path still reports "No enabled plugins to disable".
Evidence

No enabled plugins to disable

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 →