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