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.223 Home All releases olderv2.1.222 v2.1.224newer

Remote notifications from the session stream are routed into the local notification queue

You'll notice
Useful3 Signal0
Terminal UI

Notifications sent from a remote session now actually reach you instead of being silently discarded.

What

notification frames arriving on the remote and thin-client streams used to be dropped on the floor; they now reach the local notification queue.

Details
  • frames are validated for a string key, string text and a known priority; malformed frames are dropped with a debug line
  • normalisation prefixes the key with remote:, collapses text to a single line, downgrades immediate priority to high and clamps the timeout
  • an older remote notification is evicted when the remote quota is full
  • telemetry records the routing path taken
Evidence

tengu_remote_notification_routed

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