@kenkaiiii/gg-core 5.51.4 → 5.52.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/index.js CHANGED
@@ -54,7 +54,7 @@ import {
54
54
  registerRuntimeModels,
55
55
  usesOpenAICodexTransport,
56
56
  withFileLock
57
- } from "./chunk-GSJ4NQWN.js";
57
+ } from "./chunk-DZ2MDZM7.js";
58
58
  import {
59
59
  getAppPaths
60
60
  } from "./chunk-EAIPT76S.js";
@@ -132,8 +132,13 @@ var MODELS = [
132
132
  // Project Glasswing (limited, invitation-only) model unavailable to most
133
133
  // users. Re-enable once it's generally available.
134
134
  {
135
- id: "claude-fable-5",
136
- name: "Claude Fable 5",
135
+ // Released 2026-09-01 — replaces Fable 5 at the same $10/$50 MTok (cache
136
+ // reads drop to $0.25). Always-on adaptive thinking steered by effort;
137
+ // forced tool use is rejected with a 400, which gg-ai never sends on the
138
+ // Anthropic path. Fable 5 is retired here — a session that still has it
139
+ // saved falls back to the provider default on next start.
140
+ id: "claude-fable-5-1",
141
+ name: "Claude Fable 5.1",
137
142
  provider: "anthropic",
138
143
  contextWindow: 1e6,
139
144
  maxOutputTokens: 128e3,
@@ -145,7 +150,7 @@ var MODELS = [
145
150
  },
146
151
  // {
147
152
  // // Mythos-class model offered through Project Glasswing (limited
148
- // // availability, invitation-only). Same underlying model as Fable 5 with
153
+ // // availability, invitation-only). Same underlying model as Fable 5.1 with
149
154
  // // some safeguards lifted; kept here so approved accounts can select it.
150
155
  // id: "claude-mythos-5",
151
156
  // name: "Claude Mythos 5",