@prestyj/core 5.4.0 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1440,9 +1440,9 @@ var MODELS = [
1440
1440
  // apply_patch, text+image web search, and parallel tool calls.
1441
1441
  {
1442
1442
  // Sol — "Latest frontier agentic coding model." (priority 1, default low).
1443
- // Reasoning ladder: low → medium → high → xhigh → max → ultra. gg-ai's
1444
- // ThinkingLevel tops out at `max`, so that's the cap here; the `ultra` rung
1445
- // (auto task delegation) needs a ThinkingLevel extension to expose.
1443
+ // Reasoning ladder: low → medium → high → xhigh → max → ultra. Ultra is a
1444
+ // Codex orchestration preset: the request uses max effort while the local
1445
+ // runtime proactively delegates suitable independent work to subagents.
1446
1446
  id: "gpt-5.6-sol",
1447
1447
  name: "GPT-5.6 Sol",
1448
1448
  provider: "openai",
@@ -1452,7 +1452,7 @@ var MODELS = [
1452
1452
  supportsImages: true,
1453
1453
  supportsVideo: false,
1454
1454
  costTier: "high",
1455
- maxThinkingLevel: "max"
1455
+ maxThinkingLevel: "ultra"
1456
1456
  },
1457
1457
  {
1458
1458
  // Terra — "Balanced agentic coding model for everyday work." (priority 2,
@@ -1466,7 +1466,7 @@ var MODELS = [
1466
1466
  supportsImages: true,
1467
1467
  supportsVideo: false,
1468
1468
  costTier: "medium",
1469
- maxThinkingLevel: "max"
1469
+ maxThinkingLevel: "ultra"
1470
1470
  },
1471
1471
  {
1472
1472
  // Luna — "Fast and affordable agentic coding model." (priority 3, default
@@ -1840,4 +1840,4 @@ export {
1840
1840
  getSummaryModel,
1841
1841
  getFastModel
1842
1842
  };
1843
- //# sourceMappingURL=chunk-SCELSYVH.js.map
1843
+ //# sourceMappingURL=chunk-VESJPVGY.js.map