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.
Finished npm installs for plugins are detected instead of repeated
You'll notice
Useful3Signal1
Plugins
Plugin npm installs that already finished are recognised and skipped instead of run again.
What's wrong with this entry?
Anonymous. No account, no email.
What
npm dependency installs now record node_modules/.package-lock.json as a completion marker, so an install that already finished can be recognised rather than run again.
Details
Two lookups were added alongside it: a list of lockfiles and a map from lockfile to its completion marker.
Evidence
node_modules/.package-lock.json
Strings lifted out of the shipped bundle, so the claim above can be checked against them.