@kenkaiiii/gg-core 5.23.0 → 5.23.2
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-F5ZRSXEF.js → chunk-7OICWYUV.js} +1 -14
- package/dist/{chunk-F5ZRSXEF.js.map → chunk-7OICWYUV.js.map} +1 -1
- package/dist/index.cjs +5 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/model-registry.cjs +0 -13
- package/dist/model-registry.cjs.map +1 -1
- package/dist/model-registry.d.cts +2 -2
- package/dist/model-registry.d.ts +2 -2
- package/dist/model-registry.js +1 -1
- package/package.json +2 -2
package/dist/model-registry.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ interface ModelInfo {
|
|
|
35
35
|
* and `ultra`; gg-ai caps at `max` — `ultra` needs a ThinkingLevel bump)
|
|
36
36
|
* - OpenAI GPT-5.5-era: `xhigh`
|
|
37
37
|
* - OpenAI Pro/Codex/old: clamped to what the model accepts
|
|
38
|
-
* - Claude Fable 5 / Mythos 5, Opus 5
|
|
39
|
-
*
|
|
38
|
+
* - Claude Fable 5 / Mythos 5, Opus 5 and Sonnet 5: `max` (Fable 5 /
|
|
39
|
+
* Mythos 5 use always-on adaptive thinking, low→max ladder)
|
|
40
40
|
* - Claude Haiku 4.5: `high` (no adaptive `max` tier)
|
|
41
41
|
* - Kimi K3: `max` (always-on reasoning; currently the only API effort)
|
|
42
42
|
* - GLM / Kimi K2.x / Xiaomi / MiniMax / Qwen: `high` — binary-thinking
|
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.23.
|
|
3
|
+
"version": "5.23.2",
|
|
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.23.
|
|
36
|
+
"@kenkaiiii/gg-ai": "5.23.2"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
39
|
"@huggingface/transformers": "^3.6.0",
|