You'll notice
Remote Control no longer reports a session as running to claude.ai when the local turn isn't actually live.
The bridge-session setup function now accepts an isTurnLive callback from its caller and wraps certain 'running' state transitions through it, falling back to an unconditional check when no callback is present. This lets the REPL-v2/remote-control bridge avoid announcing a 'running' state to Claude.ai when the local turn isn't actually live, tightening state-reporting accuracy for Remote Control sessions.