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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

REPL subscribes to tool progress separately from streaming tool uses

Under the hood
Useful1 Signal0
UI

The main view subscribes more narrowly to tool progress; you see the same thing.

What

The main REPL component now takes two narrow subscriptions instead of one wide one, and dropped its local verbose and reduced-motion selectors. A rendering reshuffle with no change to what you see.

Details
  • Whether any tool progress exists is derived from the progress map's size, with the map itself passed to a helper.
  • A setter was added that merges an IDE field into state only when one is not already set.
Evidence

toolProgress

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