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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Agent and session lookups now say when the list was too long to search

You'll notice
Useful2 Signal2
Session Messaging

Session and agent lookups now say when the list was truncated, so "not found" no longer misleads.

What

Looking up another session or agent by name used to look identical whether the search was complete or cut short. Listings and refusals now say so explicitly, so "no agent by that name" no longer implies the peer does not exist.

Details
  • Listings append "(session list too long to fetch completely — sessions beyond the first pages are missing from this listing)".
  • Not-found refusals append "Your session list was too long to check completely, so a session by that name may exist beyond what was searched."
  • Ambiguous matches append "your session list was too long to check completely", and same-name warnings append "; your session list was too long to check completely, so a same-named session beyond what was searched would not have been seen".
  • A truncation flag (searchTruncated) is carried from the cloud and bridge session caches through name resolution; a pinned send target is no longer reported as stale when truncation could explain the miss, and send_message_prefix_match telemetry gains search_truncated.
  • A cloud session list that times out is now reported as "timeout" rather than a generic fetch failure.
Evidence

; your session list was too long to check completely, so a same-named session beyond what was searched would not have been seen, searchTruncated, your session list was too long to check completely, Your session list was too long to check completely, so a session by that name may exist beyond what was searched., session list too long to fetch completely

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