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

Messages injected by a host are classified separately from peer messages

Under the hood
Useful3 Signal4
Cross-Session Control

Messages injected by a host are now treated as their own class, separate from messages from peer sessions.

What

Inbound messages from another session used to be classified as peer traffic purely by origin kind. Messages marked as host-injected are now recognised as their own class and run through the coordinator acceptance and opt-out rules instead of the peer ones.

Evidence

"host-injected"

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.234 →