Spawned bridge child sessions can now default to auto permission mode and carry a max age for resuming interrupted turns
What
- New logic classifies a spawned bridge child session as an "rc-child" and decides whether to force
permissions.defaultMode: 'auto'for it, passing anautoMode.environmentlist via a new--settings=argument to the spawned subprocess. Whether this fires at all, and whether it can override the user's own settings, are each controlled by separate gates. - When a bridge worker resumes an interrupted turn after a rebound worker epoch, it now also sets a new
CLAUDE_CODE_RESUME_INTERRUPTED_TURN_MAX_AGE_MSenvironment variable (only alongside the existingCLAUDE_CODE_RESUME_INTERRUPTED_TURN, and only when the resumed turn is bound). The auto-mode settings argument is computed and passed as--settings=before other server config arguments.
Why This is infrastructure for how Claude Code's bridge feature spawns and resumes child sessions: it controls whether a spawned child defaults to unattended "auto" permission mode and how stale an interrupted turn can be before it's no longer eligible to resume.
tengu_bridge_child_auto_mode 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.271: off
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_bridge_child_auto_over_settings 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.271: 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.271. It isn't a statement about your account. What a flag value here can and cannot tell you
New in this build: tengu_bridge_child_auto_over_settings