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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Remote sessions can be told that activity was observed in the bound conversation

You'll notice
Useful2 Signal4
Remote Control

Remote sessions can be told activity happened in a linked conversation, flagged as not your instruction and never an approval.

What

Messages arriving over the remote bridge may now carry an activity observation, for things like an edit or a reaction on the linked conversation. The message is wrapped with a preamble saying activity was observed, plus a guard telling the model this was not typed by you, is never an approval, and must not be re-processed as a fresh request.

Details
  • Only applies when the inbound message comes from a recognised origin; previously the only extra inbound field handled was a receiver grouping id.
  • The guard exists specifically so an observed edit or reaction cannot be read as consent for a pending action.
Evidence

Activity was observed in the bound conversation

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