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.237 Home All releases olderv2.1.236 v2.1.238newer
Claude Code v2.1.237

Shared authority values for message provenance

Under the hood
Useful3 Signal4
Message Provenance

Relayed messages are labelled from one shared list: you, another person, another agent, or an event.

What

A single four-value list of sender authorities (human principal, other human, peer agent, world event) now backs both the Poll tool's output shape and the prompt text that frames a relayed message, so the two cannot drift apart.

Evidence

["human-principal", "human-other", "peer-agent", "world-event"]

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