@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/{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.cjs
CHANGED
|
@@ -2035,8 +2035,13 @@ var MODELS = [
|
|
|
2035
2035
|
// Project Glasswing (limited, invitation-only) model unavailable to most
|
|
2036
2036
|
// users. Re-enable once it's generally available.
|
|
2037
2037
|
{
|
|
2038
|
-
|
|
2039
|
-
|
|
2038
|
+
// Released 2026-09-01 — replaces Fable 5 at the same $10/$50 MTok (cache
|
|
2039
|
+
// reads drop to $0.25). Always-on adaptive thinking steered by effort;
|
|
2040
|
+
// forced tool use is rejected with a 400, which gg-ai never sends on the
|
|
2041
|
+
// Anthropic path. Fable 5 is retired here — a session that still has it
|
|
2042
|
+
// saved falls back to the provider default on next start.
|
|
2043
|
+
id: "claude-fable-5-1",
|
|
2044
|
+
name: "Claude Fable 5.1",
|
|
2040
2045
|
provider: "anthropic",
|
|
2041
2046
|
contextWindow: 1e6,
|
|
2042
2047
|
maxOutputTokens: 128e3,
|
|
@@ -2048,7 +2053,7 @@ var MODELS = [
|
|
|
2048
2053
|
},
|
|
2049
2054
|
// {
|
|
2050
2055
|
// // Mythos-class model offered through Project Glasswing (limited
|
|
2051
|
-
// // availability, invitation-only). Same underlying model as Fable 5 with
|
|
2056
|
+
// // availability, invitation-only). Same underlying model as Fable 5.1 with
|
|
2052
2057
|
// // some safeguards lifted; kept here so approved accounts can select it.
|
|
2053
2058
|
// id: "claude-mythos-5",
|
|
2054
2059
|
// name: "Claude Mythos 5",
|