Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

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.0.20 Home All releases olderv2.0.19 v2.0.21newer
Claude Code v2.0.20

Plugin Management CLI Commands

What: Four new commands for managing plugins directly from the command line

How to use:

# Install a plugin from a marketplace
claude plugin install <plugin-name>
claude plugin install <plugin-name>@<marketplace>

# Uninstall a plugin
claude plugin uninstall <plugin-name>

# Enable a previously disabled plugin
claude plugin enable <plugin-name>

# Disable an installed plugin
claude plugin disable <plugin-name>

Details:

  • Commands support aliases: installi, uninstallremove
  • Installation automatically searches configured marketplaces
  • Telemetry tracks CLI plugin operations separately from UI operations
  • Evidence: zSQ() at line 465305, CSQ() at line 465337, USQ() at line 465355, $SQ() at line 465370

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