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.62 Home All releases olderv2.0.61 v2.0.63newer
Claude Code v2.0.62

Plugin Scope Installation

What: Plugins can now be installed with different scopes: user, project, or local. How to use: When installing a plugin via the UI, you can now choose:

  • "Install for you (user scope)" - Available across all projects
  • "Install for all collaborators on this repository (project scope)" - Shared via .claude/settings.json
  • "Install for you, in this repo only (local scope)" - Local only, not committed

Details:

  • Plugin installation now tracks scope in installed_plugins_v2.json
  • Supports migration from V1 plugin installation format
  • Evidence: _G9() at line 480734, rE() at line 483476, eI9() at line 483520, Ez9() at line 511472

See this entry in the whole of v2.0.62 →