Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 so far

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.0.59 Home All releases olderv2.0.58 v2.0.60newer
Claude Code v2.0.59

Teammate Mailbox Messaging

What: A new messaging system allowing Claude agents to send and receive messages between teammates in multi-agent scenarios.

How it works:

  • Mailbox stored at .claude/mailbox (BH5 variable at line 344469)
  • Messages formatted as <teammate-message teammate_id="..."> (line 344461)
  • Supports read/unread tracking with AY2() function at line 344440
  • Messages delivered as attachments of type teammate_mailbox (line 345180)

Details:

  • vH5() function at line 345163 checks for unread messages
  • QY2() function at line 344459 formats messages for delivery
  • eI2() function at line 344437 filters for unread messages only
  • Evidence: New in v2.0.59 - no matches found in v2.0.58

See this entry in the whole of v2.0.59 →