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

Plugin and marketplace state saved through atomic updates

Under the hood
Useful2 Signal1
Plugins

Refreshing a marketplace writes its record in one transaction instead of rewriting the whole file.

What

Refreshing a marketplace now updates its record inside a single transactional write that stamps the last-updated time, instead of mutating memory and rewriting the whole file.

Details
  • The installed-plugins save error now wraps its underlying cause rather than passing it through bare.
  • The plugin catalog fetch moved from an ad-hoc promise latch to a shared loader.
  • Plugin startup awaits a migration step when a storage handle is supplied.
Evidence

lastUpdated

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 →