@kenkaiiii/gg-core 5.54.1 → 5.55.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-5NAQ4Q5O.js → chunk-WPX6Z5NG.js} +3 -15
- package/dist/{chunk-5NAQ4Q5O.js.map → chunk-WPX6Z5NG.js.map} +1 -1
- package/dist/index.cjs +2 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/model-registry.cjs +2 -14
- package/dist/model-registry.cjs.map +1 -1
- package/dist/model-registry.d.cts +2 -3
- package/dist/model-registry.d.ts +2 -3
- package/dist/model-registry.js +1 -1
- package/package.json +2 -2
|
@@ -31,9 +31,8 @@ interface ModelInfo {
|
|
|
31
31
|
/**
|
|
32
32
|
* The top reasoning tier this model genuinely uses. Used when thinking is
|
|
33
33
|
* enabled to pick the strongest setting per model:
|
|
34
|
-
* - OpenAI GPT-
|
|
35
|
-
*
|
|
36
|
-
* - OpenAI GPT-5.5-era: `xhigh`
|
|
34
|
+
* - OpenAI GPT-6 Astra: `ultra` (Codex orchestration preset above `max`)
|
|
35
|
+
* - OpenAI GPT-5.6-era (Sol/Terra/Luna): `max`
|
|
37
36
|
* - OpenAI Pro/Codex/old: clamped to what the model accepts
|
|
38
37
|
* - Claude Fable 5.1 / Fable 5 / Mythos 5, Opus 5 and Sonnet 5: `max`
|
|
39
38
|
* (the Fable / Mythos line uses always-on adaptive thinking, low→max)
|
package/dist/model-registry.d.ts
CHANGED
|
@@ -31,9 +31,8 @@ interface ModelInfo {
|
|
|
31
31
|
/**
|
|
32
32
|
* The top reasoning tier this model genuinely uses. Used when thinking is
|
|
33
33
|
* enabled to pick the strongest setting per model:
|
|
34
|
-
* - OpenAI GPT-
|
|
35
|
-
*
|
|
36
|
-
* - OpenAI GPT-5.5-era: `xhigh`
|
|
34
|
+
* - OpenAI GPT-6 Astra: `ultra` (Codex orchestration preset above `max`)
|
|
35
|
+
* - OpenAI GPT-5.6-era (Sol/Terra/Luna): `max`
|
|
37
36
|
* - OpenAI Pro/Codex/old: clamped to what the model accepts
|
|
38
37
|
* - Claude Fable 5.1 / Fable 5 / Mythos 5, Opus 5 and Sonnet 5: `max`
|
|
39
38
|
* (the Fable / Mythos line uses always-on adaptive thinking, low→max)
|
package/dist/model-registry.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenkaiiii/gg-core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.55.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Provider-agnostic, UI-free shared foundation: model registry, auth, paths, telegram, voice",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@kenkaiiii/gg-ai": "5.
|
|
36
|
+
"@kenkaiiii/gg-ai": "5.55.0"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
39
|
"@huggingface/transformers": "^3.6.0",
|