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 tells you when the policy answer is missing rather than denied

You'll notice
Useful2 Signal3
Remote Control

Remote Control now distinguishes an unverified org policy from an actual denial.

What

Startup no longer treats an unresolved allow_remote_control organization policy as a refusal. A cache miss now reports "policy unverified (cache miss)" separately from an explicit organizational denial, and a denial of allow_remote_sessions for session mirroring gets its own distinct message.

Details
  • The two org settings involved are allow_remote_control and allow_remote_sessions.
  • The startup path forks on whether the policy lookup returns a cache miss or an explicit org denial.
Evidence

allow_remote_control policy unverified (cache miss)

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 →