MCPcopy
hub / github.com/claude-code-best/claude-code / isMultiSessionSpawnEnabled

Function isMultiSessionSpawnEnabled

src/bridge/bridgeMain.ts:97–99  ·  view source on GitHub ↗

* GrowthBook gate for multi-session spawn modes (--spawn / --capacity / --create-session-in-dir). * Sibling of tengu_ccr_bridge_multi_environment (multiple envs per host:dir) — * this one enables multiple sessions per environment. * Rollout staged via targeting rules: ants first, then gradual ext

()

Source from the content-addressed store, hash-verified

95 * disk cache for next time.
96 */
97async function isMultiSessionSpawnEnabled(): Promise<boolean> {
98 return checkGate_CACHED_OR_BLOCKING('tengu_ccr_bridge_multi_session')
99}
100
101/**
102 * Returns the threshold for detecting system sleep/wake in the poll loop.

Callers 2

printHelpFunction · 0.85
bridgeMainFunction · 0.85

Calls 1

Tested by

no test coverage detected