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

Watch-ended messages can be delivered without interrupting the model

You'll notice
Useful3 Signal3
Artifacts

When a watch gives up or is switched off, you get a quieter notice that explains it instead of interrupting.

What

Two end-of-watch notices, one after repeated connection failures and one when live updates get switched off, are now sent passively and carry their own advice text rather than the default "watch it again if you still need that". The give-up notice tells the agent the watch will not reconnect on its own; the flag-off notice says there is nothing to re-watch. Ordinary stop and other-org notices are unchanged.

Details
  • The announcer's final argument changed from an advice string to an options object with advice and passive.
  • Both advice strings are new in this build.
Evidence

{ advice: Un, passive: !0 },, there is nothing to re-watch while live updates are switched off

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 →