@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.
@@ -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, Opus 4.8 / 4.7 / 4.6 and Sonnet 5:
39
- * `max` (Fable 5 / Mythos 5 use always-on adaptive thinking, low→max ladder)
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
@@ -14,7 +14,7 @@ import {
14
14
  getToolResultCharLimit,
15
15
  getVideoByteLimit,
16
16
  usesOpenAICodexTransport
17
- } from "./chunk-F5ZRSXEF.js";
17
+ } from "./chunk-7OICWYUV.js";
18
18
  import "./chunk-QNR6SNB2.js";
19
19
  export {
20
20
  DEFAULT_MAX_VIDEO_BYTES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenkaiiii/gg-core",
3
- "version": "5.23.0",
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.0"
36
+ "@kenkaiiii/gg-ai": "5.23.2"
37
37
  },
38
38
  "optionalDependencies": {
39
39
  "@huggingface/transformers": "^3.6.0",