MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isEnvLessBridgeEnabled

Function isEnvLessBridgeEnabled

src/bridge/bridgeEnabled.ts:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 * on the env-based implementation regardless of this gate.
125 */
126export function isEnvLessBridgeEnabled(): boolean {
127 return feature('BRIDGE_MODE')
128 ? getFeatureValue_CACHED_MAY_BE_STALE('tengu_bridge_repl_v2', false)
129 : false
130}
131
132/**
133 * Kill-switch for the `cse_*` → `session_*` client-side retag shim.

Callers 3

initReplBridgeFunction · 0.85
checkBridgePrerequisitesFunction · 0.85

Calls 2

featureFunction · 0.85

Tested by

no test coverage detected