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.26 Home All releases olderv2.1.25 v2.1.27newer
Claude Code v2.1.26

Plugin Disable --all Flag

What

The claude plugin disable command now accepts an optional --all flag to disable all enabled plugins at once, instead of requiring a specific plugin name.

Usage
claude plugin disable --all
claude plugin disable [plugin]
Details
  • The command signature changed from disable <plugin> (required) to disable [plugin] (optional)
  • Use --all / -a to disable all enabled plugins in one shot
  • Cannot combine --all with a specific plugin name (error: "Cannot use --all with a specific plugin")
  • Cannot combine --scope with --all
  • If no plugins are enabled, displays "No enabled plugins to disable"
Evidence

Plugin disable all handler (search for "Disable all enabled plugins" or "Cannot use --all with a specific plugin")

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