MCPcopy
hub / github.com/codeaashu/claude-code / getAdvisorConfig

Function getAdvisorConfig

src/utils/advisor.ts:53–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

isAdvisorEnabledFunction · 0.85
canUserConfigureAdvisorFunction · 0.85

Tested by

no test coverage detected