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

"Connection lost" notice reworded and made passive

You'll notice
Useful2 Signal1
Artifacts

When a live watch gives up reconnecting, you get a quieter note instead of an interrupting alert.

What

When reconnection is abandoned, the notice the model receives now says the watch will not reconnect on its own and is delivered passively rather than as an interrupting task notification.

Details
  • The notifier helper takes an options object with advice text and a passive flag instead of a trailing string.
  • What the passive flag does further down the notification queue is not visible from this change.
Evidence

the live connection kept failing and reconnecting has stopped, it will not reconnect on its own

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