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

Tool dispatch notifies a connector-state listener on completion

Under the hood
Useful1 Signal2
MCP

Finished tool calls can notify one registered connector-state listener per session.

What

When a tool call finishes, dispatch now calls a per-session listener after removing its abort listener, provided a condition on the dispatch result holds. The listener is registered through a new single-slot registry, so at most one listener per session receives it. The value that decides whether the call fires is computed locally and its origin is not visible from the dispatch code.

Evidence

tool_dispatch_end

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