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.66 Home All releases olderv2.1.64 v2.1.67newer
Claude Code v2.1.66

Plugin Enable/Disable with Scope Support

What

Plugins can now be enabled or disabled at specific scopes (user, project, local), with validation for managed plugins.

Details
  • Enabling/disabling a plugin now persists the setting at the appropriate scope
  • Managed plugins (from enterprise policy) cannot be enabled or disabled — only updated
  • If a --scope argument is provided but doesn't match the plugin's actual scope, a helpful error message is shown
  • Success messages include the plugin name and scope: "Successfully enabled plugin: X (scope: user)"
Evidence

Plugin scope management (search for "Managed plugins cannot be" and "is installed at")

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