()
| 195 | * local opt-in; GrowthBook controls rollout. |
| 196 | */ |
| 197 | export function isCcrMirrorEnabled(): boolean { |
| 198 | return feature('CCR_MIRROR') |
| 199 | ? isEnvTruthy(process.env.CLAUDE_CODE_CCR_MIRROR) || |
| 200 | getFeatureValue_CACHED_MAY_BE_STALE('tengu_ccr_mirror', false) |
| 201 | : false |
| 202 | } |
| 203 | |
| 204 |
no test coverage detected