MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isUltrathinkEnabled

Function isUltrathinkEnabled

src/utils/thinking.ts:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 * controls code inclusion in external builds; the GB flag controls rollout.
18 */
19export function isUltrathinkEnabled(): boolean {
20 if (!feature('ULTRATHINK')) {
21 return false
22 }
23 return getFeatureValue_CACHED_MAY_BE_STALE('tengu_turtle_carbon', true)
24}
25
26/**
27 * Check if text contains the "ultrathink" keyword.

Callers 4

HighlightedThinkingTextFunction · 0.85
PromptInputFunction · 0.85
getDefaultEffortForModelFunction · 0.85

Calls 2

featureFunction · 0.85

Tested by

no test coverage detected