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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Remote Control availability messages unified

You'll notice
Useful2 Signal1
Remote Control

Remote Control unavailability messages now read consistently across states.

What

The messages explaining why Remote Control is unavailable, including when an organisation policy denies it, now come from one shared builder rather than separate hand-written strings, so the wording is consistent across states.

Evidence

nd("allow_remote_control", "Remote Control", "is", y)

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