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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Marketplace registry writes are safer and no longer crash on failure

You'll notice
Useful2 Signal1
Plugins

Marketplace registry writes are now single-step and failures log instead of crashing.

What

Removing a marketplace and syncing its auto-update setting now update known_marketplaces.json through a single read-modify-write step that skips writing when nothing changed. The auto-update sync also catches write failures, logs them and returns false instead of letting the error propagate.

Details
  • Logged at error level as syncDeclaredAutoUpdateToJson: failed to update known_marketplaces.json: followed by the failure.
Evidence

syncDeclaredAutoUpdateToJson: failed to update known_marketplaces.json:

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