Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

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.87 Home All releases olderv2.1.86 v2.1.89newer
Claude Code v2.1.87

No user-facing features, improvements, or bug fixes were identified in this release. The structural similarity between v2.1.86 and v2.1.87 is 99.9%, with only 13 additions, 13 removals, and minor structural adjustments.

The sole meaningful code change is an internal refactoring of the BriefTool registration: it was previously conditionally included in the tool list via a lazy-loaded variable (...(BHK ? [BHK] : [])), and is now included directly as a module-level reference (os1). The tool's isEnabled() gate remains unchanged, so this has no effect on behavior. The BriefTool itself (renamed internally to "SendUserMessage") continues to function identically — its entitlement check (isBriefEntitled), enablement check (isBriefEnabled), schema, and implementation are all unchanged.

Evidence

BriefTool direct inclusion (search for BriefTool: () => os1 in new version vs BriefTool: () => h8z in old version; registration change visible at the KK6() tool list function)

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