@kenkaiiii/gg-core 5.51.4 → 5.53.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/{chunk-GSJ4NQWN.js → chunk-DZ2MDZM7.js} +9 -4
- package/dist/{chunk-GSJ4NQWN.js.map → chunk-DZ2MDZM7.js.map} +1 -1
- package/dist/index.cjs +8 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/model-registry.cjs +8 -3
- package/dist/model-registry.cjs.map +1 -1
- package/dist/model-registry.d.cts +2 -2
- package/dist/model-registry.d.ts +2 -2
- package/dist/model-registry.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
package/dist/model-registry.cjs
CHANGED
|
@@ -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
|
-
|
|
136
|
-
|
|
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",
|