()
| 124 | * on the env-based implementation regardless of this gate. |
| 125 | */ |
| 126 | export 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. |
no test coverage detected