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.14 Home All releases olderv2.0.13 v2.0.15newer
Claude Code v2.0.14

Simplified Plugin Installation UI

What: Streamlined the plugin installation workflow by removing the "Mark for installation" option from the plugin details screen

Changes:

  • Removed "Mark for installation" / "Unmark for installation" toggle from plugin details view
  • Simplified to direct "Install now" action
  • Selection/deselection still available in the plugin list view using spacebar
  • Cleaner, more focused plugin details interface
Evidence
  • v2.0.13: Had "Mark for installation" option at line 438131 and dynamic "Unmark for installation" at line 438286
  • v2.0.14: Option removed from rUQ() function - not found in new version

See this entry in the whole of v2.0.14 →