Cloud and remote sessions try to start device registration, which does nothing while the gate is off.
Both cloud attach and remote auth setup call startDeviceRegistration, which short-circuits unless tengu_violin_wood and the allow_remote_sessions policy permit.
tengu_violin_wood Off in both readingsThe flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.
This account: off · anonymous baseline: off · compiled default in v2.1.225: not a boolean we can read
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
Read once, for one account on one subscription tier, against v2.1.225. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
Attaching a cloud session and completing remote auth setup both now attempt to bring up the device bridge for that session.
- both paths dynamically import
startDeviceRegistrationand call it with the session id, an access-token getter and the org uuid - registration short-circuits on its own enable and egress checks, so nothing happens unless
tengu_violin_woodand theallow_remote_sessionspolicy both permit it
startDeviceRegistration
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.229
Device tools moved into a de-duplicating registry
Both mention device bridge
-
v2.1.229
Device binding reports attestation and counts dropped events generically
Both mention device bridge
-
v2.1.235
Device bridge shuts down mid-session when its flag is turned off
Both mention device bridge