()
| 48 | * `isBridgeEnabled()` instead. |
| 49 | */ |
| 50 | export async function isBridgeEnabledBlocking(): Promise<boolean> { |
| 51 | return feature('BRIDGE_MODE') |
| 52 | ? isClaudeAISubscriber() && |
| 53 | (await checkGate_CACHED_OR_BLOCKING('tengu_ccr_bridge')) |
| 54 | : false |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Diagnostic message for why Remote Control is unavailable, or null if |
no test coverage detected