Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

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.

Prompt capture

SendMessage tool description

27 model strings share this prompt, byte for byte.

v2.1.204 14 lines 778 chars sha256 8c304bf84620 Plain text Whole capture

This renders the markdown inside the description, so it isn't quite the description itself. The raw view and the plain text are the bytes as they were sent.

SendMessage

Send a message to another agent.

{"to": "researcher", "summary": "assign task 1", "message": "start on task #1"}

| to | | |---|---| | "researcher" | Teammate by name | | "main" | The main conversation (background subagents only) |

Your plain text output is NOT visible to other agents โ€” to communicate, you MUST call this tool. Messages from teammates are delivered automatically; you don't check an inbox. Refer to agents by name โ€” names keep working after an agent completes (a send resumes it from its transcript). Use the raw agentId (format a...-...) from its spawn result only when the agent has no name, or when a newer agent took the name (latest wins). When relaying, don't quote the original โ€” it's already rendered to the user.