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.224 Home All releases olderv2.1.223 v2.1.225newer

Inline plugin downloads retry the final file move

You'll notice
Useful2 Signal1
Plugins

Inline plugin downloads retry the final file move, cutting spurious install failures.

What

Downloading an inline plugin now uses the shared retrying rename when moving the finished download into place, which should cut spurious failures when the destination is briefly locked.

Details
  • Replaces a direct rename of the partial download file, immediately before the "Downloaded inline plugin from" log line.
  • Plugin manifest load failures now report through a helper bound to the span name, taking only the reason (plugin_load_manifest_read_failed, plugin_load_manifest_json_invalid), and reuse the already-resolved manifest lookup.
Evidence

plugin_load_manifest_read_failed

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