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

New user-facing hint when the Remote Control server returns a malformed response

You'll notice
Useful2 Signal0
Remote Control

If the Remote Control server sends something unreadable, you now get a clear message suggesting an update.

What

A dedicated message now explains that the Remote Control server sent something the client could not parse, and points at updating Claude Code, instead of a generic failure line.

Details
  • new exported message BRIDGE_MALFORMED_RESPONSE_HINT, returned for the malformed_response failure reason
  • applies to both bridge session creation and reattach
  • also listed among the errors the bridge status UI treats as actionable
Evidence

Remote Control got an unexpected server response \u2014 try again after updating Claude Code

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 →