@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.
- package/dist/{chunk-7ZGFFWJ3.js → chunk-IQRW2I2I.js} +6 -6
- package/dist/{chunk-7ZGFFWJ3.js.map → chunk-IQRW2I2I.js.map} +1 -1
- package/dist/index.cjs +7 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/model-registry.cjs +5 -5
- package/dist/model-registry.cjs.map +1 -1
- package/dist/model-registry.js +1 -1
- package/package.json +2 -2
|
@@ -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.
|
|
1433
|
-
//
|
|
1434
|
-
//
|
|
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: "
|
|
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: "
|
|
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-
|
|
1832
|
+
//# sourceMappingURL=chunk-IQRW2I2I.js.map
|