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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Device bridge is skipped when the host account does not match

You'll notice
Useful2 Signal3
Sessions

The device bridge is skipped entirely when the host's account UUID doesn't match the stored one.

CLAUDE_CODE_ACCOUNT_UUID
What

The device bridge now compares the stored account UUID against a host-supplied CLAUDE_CODE_ACCOUNT_UUID and skips the bridge entirely if they differ, instead of proceeding. The environment value is only honoured when it arrived from a trusted env or file-descriptor source.

Details
  • Account resolution moved into one helper returning resolved, missing, or mismatch.
  • tengu_device_bridge_skipped now carries an account_mismatch field alongside the existing missing-org and missing-account fields.
  • A debug line names the resolution status when the bridge is skipped.
Evidence

account_mismatch

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