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 Control: quieter duplicate answers and clearer auth failures

You'll notice
Useful3 Signal2
Remote Control not in their notes

Remote Control drops duplicate answers quietly and reports authentication failures distinctly.

CLAUDE_CODE_REMOTE
What

Remote Control no longer raises a security notice when a reply arrives for a prompt that was already answered; the duplicate is dropped quietly. Unsigned remote activity is now described as ignored rather than "will not execute it", and in CLAUDE_CODE_REMOTE sessions an HTTP 401, or a 403 from an untrusted device, produces a dedicated authentication error instead of a generic failure.

Details
  • The dropped duplicate is still recorded in telemetry, with a _resolved_duplicate suffix on the event name, so the drop is visible without alarming the user.
  • Posting to a peer now logs the rejected HTTP status.
  • Reasons for a conflicting response are parsed by a single normalizer that also reads the error.type field, so more server responses classify correctly.
Evidence

is a duplicate answer to an already-resolved prompt; notice suppressed

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 →