Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 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 v1.0.128 Home All releases olderv1.0.127 v2.0.0newer
Claude Code v1.0.128

Plugin Manifest Schema Enhancements

What: Extended plugin manifest schema with richer metadata and flexible configuration options.

Details:

  • Support for homepage, repository, license, and keywords fields
  • Plugin name validation enforces kebab-case (no spaces allowed)
  • Author information with name, email, and URL
  • Marketplace entries support categories and tags for discoverability
  • Additional hooks via manifest: inline hook definitions or paths to hook files
  • Additional commands/agents via manifest file references
  • MCP server configurations can be specified in plugin manifests
  • Semantic versioning support following semver.org specification
  • Evidence: Plugin manifest schema at lines 376570-376602, hooks schema at line 376603, commands schema at line 376631

See this entry in the whole of v1.0.128 →