()
| 52 | } |
| 53 | |
| 54 | function getAdvisorConfig(): AdvisorConfig { |
| 55 | return getFeatureValue_CACHED_MAY_BE_STALE<AdvisorConfig>( |
| 56 | 'ncode_sage_compass', |
| 57 | {}, |
| 58 | ) |
| 59 | } |
| 60 | |
| 61 | export function isAdvisorEnabled(): boolean { |
| 62 | if (isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_ADVISOR_TOOL)) { |
no test coverage detected