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

Plugin validation now reports symlinked and oversized files instead of reading them

You'll notice
Useful2 Signal2
Plugins

Plugin validation now warns about symlinked or oversized files instead of reading them.

What

Validation of plugins and projects now applies the same safety rules the loader does. Component directories and hooks.json are read without following symlinks and are size-capped, and anything refused becomes a warning telling you to validate the real path separately.

Details
  • Per directory, counts of skipped symlinks, non-regular files and oversized files are aggregated into one message rather than listed individually.
  • Error paths are truncated at 200 characters and messages at 1000.
Evidence

hooks.json is past the size cap and was not read

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