@prestyj/core 5.4.1 → 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.
- package/dist/{chunk-SCELSYVH.js → chunk-VESJPVGY.js} +6 -6
- package/dist/{chunk-SCELSYVH.js.map → chunk-VESJPVGY.js.map} +1 -1
- package/dist/index.cjs +32 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +28 -23
- 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
|
@@ -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.
|
|
1444
|
-
//
|
|
1445
|
-
//
|
|
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: "
|
|
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: "
|
|
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-
|
|
1843
|
+
//# sourceMappingURL=chunk-VESJPVGY.js.map
|