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.222 Home All releases olderv2.1.221 v2.1.223newer

Bridge attestation warnings are reported once per event

You'll notice
Useful2 Signal0
Elsewhere

A failing device attestation now warns you once instead of spamming repeated notices.

What

The attestation notice emitter now keys on event_id and skips events it has already reported, so a single bad event no longer produces repeated warnings.

Details
  • The set of seen event ids is bounded.
  • The hint about re-pairing a device is no longer restricted to control_request payloads and now shows for any attestation failure.
  • A drop-sender notice writer is registered on the remote-io transport and unregistered when it closes.
Evidence

Re-pair the sending device in Trusted Devices.

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