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.0.65 Home All releases olderv2.0.64 v2.0.66newer
Claude Code v2.0.65

CLI Plugin Management Commands

What: Full CLI support for plugin enable/disable/update operations. How to use:

claude plugin enable <name> --scope user
claude plugin disable <name> --scope project
claude plugin update <name> --scope local

Details:

  • Enable disabled plugins: jRA() at line 451234
  • Disable enabled plugins: PRA() at line 451237
  • Update specific plugins: SRA() at line 451240
  • Supports scope-aware operations (user/project/local)
  • Evidence: Ld2(), Md2(), Od2(), Rd2(), Td2() CLI handlers at lines 497930-498062

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