@kenkaiiii/gg-core 5.51.3 → 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.
@@ -1894,8 +1894,13 @@ var MODELS = [
1894
1894
  // Project Glasswing (limited, invitation-only) model unavailable to most
1895
1895
  // users. Re-enable once it's generally available.
1896
1896
  {
1897
- id: "claude-fable-5",
1898
- name: "Claude Fable 5",
1897
+ // Released 2026-09-01 — replaces Fable 5 at the same $10/$50 MTok (cache
1898
+ // reads drop to $0.25). Always-on adaptive thinking steered by effort;
1899
+ // forced tool use is rejected with a 400, which gg-ai never sends on the
1900
+ // Anthropic path. Fable 5 is retired here — a session that still has it
1901
+ // saved falls back to the provider default on next start.
1902
+ id: "claude-fable-5-1",
1903
+ name: "Claude Fable 5.1",
1899
1904
  provider: "anthropic",
1900
1905
  contextWindow: 1e6,
1901
1906
  maxOutputTokens: 128e3,
@@ -1907,7 +1912,7 @@ var MODELS = [
1907
1912
  },
1908
1913
  // {
1909
1914
  // // Mythos-class model offered through Project Glasswing (limited
1910
- // // availability, invitation-only). Same underlying model as Fable 5 with
1915
+ // // availability, invitation-only). Same underlying model as Fable 5.1 with
1911
1916
  // // some safeguards lifted; kept here so approved accounts can select it.
1912
1917
  // id: "claude-mythos-5",
1913
1918
  // name: "Claude Mythos 5",
@@ -2548,4 +2553,4 @@ export {
2548
2553
  getSummaryModel,
2549
2554
  getFastModel
2550
2555
  };
2551
- //# sourceMappingURL=chunk-GSJ4NQWN.js.map
2556
+ //# sourceMappingURL=chunk-DZ2MDZM7.js.map