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

Function getUltraplanModel

src/commands/ultraplan.tsx:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30// load: the GrowthBook cache is empty at import and `/config` Gates can flip
31// it between invocations.
32function getUltraplanModel(): string {
33 return getFeatureValue_CACHED_MAY_BE_STALE('tengu_ultraplan_model', ALL_MODEL_CONFIGS.opus46.firstParty);
34}
35
36// prompt.txt is wrapped in <system-reminder> so the CCR browser hides
37// scaffolding (CLI_BLOCK_TAGS dropped by stripSystemNotifications)

Callers 1

launchDetachedFunction · 0.85

Tested by

no test coverage detected