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.225 Home All releases olderv2.1.224 v2.1.226newer

Held-message approval dialog now defaults to Deny

You'll notice
Useful4 Signal0
Remote Control

The prompt for messages from another Claude session now defaults to Deny, so a stray Enter drops it.

What

The prompt shown when another Claude session sends a message now pre-selects the safe option, so an accidental Enter drops the message instead of delivering it.

Details
  • "Deny — drop it and tell the sender it was declined" is listed first and "Deliver this message to Claude" second.
  • The select is given defaultFocusValue "deny" plus hideIndexes; previously delivery was first with no default focus.
  • The payload builder no longer emits its truncated field.
Evidence

Deny — drop it and tell the sender it was declined, Deliver this message to Claude

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