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

Teammate Message Display Component

What: New UI component to render incoming teammate messages with proper formatting and color support.

How to use: Teammate messages are automatically displayed when received via the inbox system. Messages appear with the teammate's ID and optional color styling.

Details:

  • Added L69() component at line 471586 to parse and render <teammate-message> tags
  • Added KS7() parser function at line 471552 that extracts teammate ID, color, and content from message tags
  • Messages are rendered with teammate identification and styled borders
  • Evidence: Message rendering added at line 17992-17993 in the message display switch statement

See this entry in the whole of v2.0.60 →