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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Agent listing tells apart a failed local lookup and messaging being off

You'll notice
Useful2 Signal2
Session Messaging

Agent listing now tells a failed local lookup apart from peer messaging being switched off.

What

Listing reachable agents now distinguishes two new situations: the local lookup failed, and peer messaging is disabled.

Details
  • New states localListFailed and messagingDisabled join the existing bridge and cloud failure flags.
  • When messaging is disabled, the line identifying your own agent is hidden and a disabled notice is shown instead.
  • The empty-list text still notes that peer messaging is available, so "No reachable agents." no longer reads as messaging being broken.
Evidence

No reachable agents.

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