More conditions now trigger a session-tag prefetch before spawning a Remote Control bridge worker
Before spawning a bridge worker for a Remote Control session, Claude Code decides whether to first fetch the session's tags. This decision now checks a wider set of conditions than before: whether spawning is enabled, whether a positive idle-exit timeout is configured (via tengu_bridge_rc_child_idle_exit_ms, and only when not in single-session spawn mode), whether restart-resume is enabled (via tengu_bridge_rc_child_restart_resume), or whether an auto-mode environment is configured. Previously this used a narrower, inline check.
Broadening the check means the session-tag prefetch happens whenever any of these bridge features that depend on it are active, rather than only in the one case the old inline check covered.
tengu_bridge_rc_child_restart_resume Not enough to sayNothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.
This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.273: 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.273. It isn't a statement about your account. What a flag value here can and cannot tell you
New in this build: tengu_bridge_rc_child_idle_exit_ms