()
| 30 | // load: the GrowthBook cache is empty at import and `/config` Gates can flip |
| 31 | // it between invocations. |
| 32 | function 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) |
no test coverage detected