@kenkaiiii/gg-core 5.10.0 → 5.11.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.
@@ -1429,9 +1429,9 @@ var MODELS = [
1429
1429
  // apply_patch, text+image web search, and parallel tool calls.
1430
1430
  {
1431
1431
  // Sol — "Latest frontier agentic coding model." (priority 1, default low).
1432
- // Reasoning ladder: low → medium → high → xhigh → max → ultra. gg-ai's
1433
- // ThinkingLevel tops out at `max`, so that's the cap here; the `ultra` rung
1434
- // (auto task delegation) needs a ThinkingLevel extension to expose.
1432
+ // Reasoning ladder: low → medium → high → xhigh → max → ultra. Ultra is a
1433
+ // Codex orchestration preset: the request uses max effort while the local
1434
+ // runtime proactively delegates suitable independent work to subagents.
1435
1435
  id: "gpt-5.6-sol",
1436
1436
  name: "GPT-5.6 Sol",
1437
1437
  provider: "openai",
@@ -1441,7 +1441,7 @@ var MODELS = [
1441
1441
  supportsImages: true,
1442
1442
  supportsVideo: false,
1443
1443
  costTier: "high",
1444
- maxThinkingLevel: "max"
1444
+ maxThinkingLevel: "ultra"
1445
1445
  },
1446
1446
  {
1447
1447
  // Terra — "Balanced agentic coding model for everyday work." (priority 2,
@@ -1455,7 +1455,7 @@ var MODELS = [
1455
1455
  supportsImages: true,
1456
1456
  supportsVideo: false,
1457
1457
  costTier: "medium",
1458
- maxThinkingLevel: "max"
1458
+ maxThinkingLevel: "ultra"
1459
1459
  },
1460
1460
  {
1461
1461
  // Luna — "Fast and affordable agentic coding model." (priority 3, default
@@ -1829,4 +1829,4 @@ export {
1829
1829
  getSummaryModel,
1830
1830
  getFastModel
1831
1831
  };
1832
- //# sourceMappingURL=chunk-7ZGFFWJ3.js.map
1832
+ //# sourceMappingURL=chunk-IQRW2I2I.js.map