@kenkaiiii/gg-core 5.49.10 → 5.50.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.
@@ -131,7 +131,8 @@ declare function getDefaultThinkingLevel(modelId: string, options?: {
131
131
  * - Anthropic: always Sonnet 5
132
132
  * - OpenAI: cheapest (Codex Mini)
133
133
  * - Gemini: use the current model
134
- * - GLM / Moonshot: use the current model (no cheap alternative registered)
134
+ * - GLM: GLM-5.3-Flash (the registered low-cost sibling)
135
+ * - Moonshot: use the current model (no cheap alternative registered)
135
136
  */
136
137
  declare function getSummaryModel(provider: Provider, currentModelId: string): ModelInfo;
137
138
  /**
@@ -141,7 +142,7 @@ declare function getSummaryModel(provider: Provider, currentModelId: string): Mo
141
142
  *
142
143
  * Routes off each model's `costTier` — the single source of truth that already
143
144
  * travels with the registry entry — so a model rename/bump needs no change
144
- * here. Providers with no low-tier sibling (GLM, Moonshot, MiniMax, Xiaomi,
145
+ * here. Providers with no low-tier sibling (Moonshot, MiniMax, Xiaomi,
145
146
  * Sakana, OpenRouter) gracefully keep the parent model, so there's never a
146
147
  * crash or a cross-provider jump to a login the user may not have.
147
148
  */
@@ -131,7 +131,8 @@ declare function getDefaultThinkingLevel(modelId: string, options?: {
131
131
  * - Anthropic: always Sonnet 5
132
132
  * - OpenAI: cheapest (Codex Mini)
133
133
  * - Gemini: use the current model
134
- * - GLM / Moonshot: use the current model (no cheap alternative registered)
134
+ * - GLM: GLM-5.3-Flash (the registered low-cost sibling)
135
+ * - Moonshot: use the current model (no cheap alternative registered)
135
136
  */
136
137
  declare function getSummaryModel(provider: Provider, currentModelId: string): ModelInfo;
137
138
  /**
@@ -141,7 +142,7 @@ declare function getSummaryModel(provider: Provider, currentModelId: string): Mo
141
142
  *
142
143
  * Routes off each model's `costTier` — the single source of truth that already
143
144
  * travels with the registry entry — so a model rename/bump needs no change
144
- * here. Providers with no low-tier sibling (GLM, Moonshot, MiniMax, Xiaomi,
145
+ * here. Providers with no low-tier sibling (Moonshot, MiniMax, Xiaomi,
145
146
  * Sakana, OpenRouter) gracefully keep the parent model, so there's never a
146
147
  * crash or a cross-provider jump to a login the user may not have.
147
148
  */
@@ -17,7 +17,7 @@ import {
17
17
  getVideoByteLimit,
18
18
  registerRuntimeModels,
19
19
  usesOpenAICodexTransport
20
- } from "./chunk-VMWOH3GU.js";
20
+ } from "./chunk-GSJ4NQWN.js";
21
21
  import "./chunk-EAIPT76S.js";
22
22
  export {
23
23
  DEFAULT_MAX_VIDEO_BYTES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenkaiiii/gg-core",
3
- "version": "5.49.10",
3
+ "version": "5.50.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.49.10"
36
+ "@kenkaiiii/gg-ai": "5.50.0"
37
37
  },
38
38
  "optionalDependencies": {
39
39
  "@huggingface/transformers": "^3.6.0",