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.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

Plugin cache cleanup re-checks a directory before deleting it

You'll notice
Useful2 Signal1
Plugins

Plugin cache cleanup now leaves directories alone if they hold subfolders or links.

What

A directory queued for deletion during plugin cache cleanup is checked again and its contents listed just before removal. If it holds a subdirectory, a symlink or an entry whose type cannot be determined, it is left alone and the reason logged.

Evidence

it still holds a directory, a symlink or an entry of unknown type

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