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

Peer listings flag an incomplete bridge walk

Under the hood
Useful2 Signal0
Cross-Session Messaging

Peer listings now warn when the session walk didn't finish, so partial lists aren't mistaken for complete.

What

listAllPeers now tells the model when bridge rows are present but the session walk did not finish, so partial results are not mistaken for the full set.

Details
  • The previous bridge-population field was replaced with a bridgeWalkFailed flag, set when the walk failed or the handle produced no usable result.
  • With bridge rows present and the walk failed, the listing appends: "list incomplete just now — those rows carry no [ref] and are not messageable by name until a later listing completes".
  • A helper that reported bridge population separately was removed.
Evidence

bridgeWalkFailed

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.225 →