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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

send_message says when local sessions could not be listed

You'll notice
Useful3 Signal2
Session Messaging

If local sessions can't be listed, send_message now says so instead of silently missing them.

What

If the list of sessions on this machine cannot be read, resolving a recipient name now reports that separately from the cloud and bridge being unavailable, tells the model those sessions were not searched and to retry, and adds a short human-readable line so the UI shows why nothing was sent.

Details
  • The condition is reported as local_unlisted.
  • The tool result carries a display string for the interface, alongside the model-facing text.
Evidence

The sessions on this machine could not be listed just now, so they were not searched; retry if you meant a session on this machine.

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