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

File-history IDE notification is currently a no-op

Under the hood
Useful2 Signal2
Elsewhere

The editor is no longer told about file writes, edits and snapshots; the helper does nothing.

A file-history IDE notification helper fetches the editor client then returns without using it.

What

The helper called after file writes, edits and snapshots (three call sites) fetches the VS Code client and then returns without using it, so whatever it notified the editor about is not being sent in this build. What the equivalent code sent in 2.1.226 is not clear, as that build organises this path under different names.

Evidence

vscodeClient

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