@kenkaiiii/gg-core 5.9.3 → 5.9.5

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.
@@ -31,6 +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-5.6-era (Sol/Terra/Luna): `max` (the 5.6 ladder adds `max`
35
+ * and `ultra`; gg-ai caps at `max` — `ultra` needs a ThinkingLevel bump)
34
36
  * - OpenAI GPT-5.5-era: `xhigh`
35
37
  * - OpenAI Pro/Codex/old: clamped to what the model accepts
36
38
  * - Claude Fable 5 / Mythos 5, Opus 4.8 / 4.7 / 4.6 and Sonnet 5: `max`
@@ -12,7 +12,7 @@ import {
12
12
  getSummaryModel,
13
13
  getVideoByteLimit,
14
14
  usesOpenAICodexTransport
15
- } from "./chunk-RC24I47O.js";
15
+ } from "./chunk-7ZGFFWJ3.js";
16
16
  import "./chunk-DGQCUSSH.js";
17
17
  export {
18
18
  DEFAULT_MAX_VIDEO_BYTES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenkaiiii/gg-core",
3
- "version": "5.9.3",
3
+ "version": "5.9.5",
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.9.3"
36
+ "@kenkaiiii/gg-ai": "5.9.5"
37
37
  },
38
38
  "optionalDependencies": {
39
39
  "@huggingface/transformers": "^3.6.0",