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.133 Home All releases olderv2.1.132 v2.1.136newer

Clearer Plugin Override Warnings

Claude Code now warns when a plugin disabled in ~/.claude/settings.json is re-enabled by a higher-precedence source such as project, local, flag, or policy settings. The warning explains exactly where to disable it instead.

Usage
{
  "enabledPlugins": {
    "formatter@anthropic-tools": false
  }
}
Details
  • Project-enabled plugins should be disabled in .claude/settings.local.json.
  • Plugins enabled through --settings must be removed from the --settings value.
  • Plugins enabled by managed policy cannot be overridden locally.
Evidence

New warning UI and remediation text (search for "Plugin settings overridden" and "These plugins are disabled in ~/.claude/settings.json, but a higher-precedence source re-enables them:").

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