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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Remote Control startup and file-staging failures reply with generic text

You'll notice
Useful2 Signal3
Remote Control

Remote Control startup and staging failures now reply with generic text and log the reason.

What

When Remote Control fails to start, the reply is now "Remote Control initialization failed" rather than the raw internal reason, and the reason is recorded to telemetry first. Staging a file does the same. Reads, plan fetches, workspace diffs and file suggestions now reply through a reporter tagged with the request name instead of stringifying the exception, and an unknown request subtype is escaped before it is echoed back.

Evidence

Remote Control initialization failed

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