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.224 Home All releases olderv2.1.223 v2.1.225newer

Remote-control autostart decision is resolved in one place

Under the hood
Useful2 Signal3
Remote Control

One resolver now decides whether Remote Control starts and in which mode, weighing flags, settings and env vars.

CLAUDE_CODE_REMOTE--remote-controlCLAUDE_BRIDGE_REATTACH_SESSIONCLAUDE_BRIDGE_REATTACH_OUTBOUND_ONLY
What

Whether the remote-control bridge starts, and whether it runs full or outbound-only, is now decided by a single resolver that weighs the CLAUDE_CODE_REMOTE environment variable, the --remote-control flag, the explicit setting, a built-in default, and the CLAUDE_BRIDGE_REATTACH_SESSION and CLAUDE_BRIDGE_REATTACH_OUTBOUND_ONLY variables.

Details
  • The outcome is reported as tengu_rc_autostart_resolved, carrying the explicit setting and where it came from, the default and its source, and the mode that won.
Evidence

tengu_rc_autostart_resolved

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