MCPcopy Create free account
hub / github.com/Noumena-Network/code / isUltrathinkEnabled

Function isUltrathinkEnabled

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

Source from the content-addressed store, hash-verified

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

Callers 5

HighlightedThinkingTextFunction · 0.85
PromptInputFunction · 0.85
getDefaultEffortForModelFunction · 0.85

Tested by

no test coverage detected