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.1.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Plugin and marketplace errors surface instead of being quietly skipped

You'll notice
Useful3 Signal2
Plugins

A broken plugin or marketplace now surfaces an error instead of silently doing nothing.

What

Failures loading plugin command sources and marketplaces now propagate rather than being logged and passed over, so a broken plugin or marketplace shows up instead of silently doing nothing. Install paths still return quietly for that one error class rather than crashing.

Details
  • Plugin command-source errors switched to a dedicated error class; marketplace loading rethrows the saved error after all marketplaces have been tried.
  • Two install paths catch that class specifically and return without failing.
  • Bulk marketplace refresh now collects the names it skipped instead of only writing them to the log.
Evidence

plugin command source link mode unsupported on windows

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.238 →