Remote control adds reconnect, reactivation and idle heartbeats, each behind a gate that defaults off.
Three heartbeat triggers exist with fallbacks of off; real values come from remote config.
tengu_ccr_reconnect_beat On for this account, and not off by defaultThe flag server returned on for the one account this site reads, and nothing in this release compiles it off by default. The compiled default is shown below, and says which it is when we cannot read one: a fifth of gates compile in a string or a number rather than on or off, and most published releases have no gate table behind them at all. No client can see what the server returns for your account.
This account: on · anonymous baseline: on · compiled default in v2.1.228: on
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.
tengu_ccr_reactivation_beat On for this account, and not off by defaultThe flag server returned on for the one account this site reads, and nothing in this release compiles it off by default. The compiled default is shown below, and says which it is when we cannot read one: a fifth of gates compile in a string or a number rather than on or off, and most published releases have no gate table behind them at all. No client can see what the server returns for your account.
This account: on · anonymous baseline: on · compiled default in v2.1.228: on
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.
tengu_ccr_idle_heartbeat On for this account, and not off by defaultThe flag server returned on for the one account this site reads, and nothing in this release compiles it off by default. The compiled default is shown below, and says which it is when we cannot read one: a fifth of gates compile in a string or a number rather than on or off, and most published releases have no gate table behind them at all. No client can see what the server returns for your account.
This account: on · anonymous baseline: on · compiled default in v2.1.228: on
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.228. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
The remote-control connection's liveness probe is renamed to heartbeat probe throughout, and two new triggers are added: a beat after a reconnect that found the connection stale, and a beat when activity resumes after idle. Each has its own gate, tengu_ccr_reconnect_beat, tengu_ccr_reactivation_beat and tengu_ccr_idle_heartbeat, all falling back to off, with the real values coming from remote config.
- Renamed pieces include
onHeartbeatProbe,advertiseHeartbeatProbeSupportand the log linecli_sse_heartbeat_probe_received. - Successful beats report as
ccr_heartbeat_probe,ccr_reconnect_beatorccr_reactivation_beat.
ccr_reactivation_beat
Strings lifted out of the shipped bundle, so the claim above can be checked against them.