@kenkaiiii/gg-core 5.22.5 → 5.23.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.cjs CHANGED
@@ -1656,6 +1656,23 @@ var MODELS = [
1656
1656
  // maxThinkingLevel: "max",
1657
1657
  // },
1658
1658
  {
1659
+ // Released 2026-07-24 — "For complex agentic coding and enterprise work".
1660
+ // Near-Fable capability at half the price ($5/$25 vs $10/$50). Adaptive
1661
+ // thinking with the full effort ladder (low→max, xhigh included); dateless
1662
+ // ID is the canonical pinned snapshot (post-4.6 naming scheme).
1663
+ id: "claude-opus-5",
1664
+ name: "Claude Opus 5",
1665
+ provider: "anthropic",
1666
+ contextWindow: 1e6,
1667
+ maxOutputTokens: 128e3,
1668
+ supportsThinking: true,
1669
+ supportsImages: true,
1670
+ supportsVideo: false,
1671
+ costTier: "high",
1672
+ maxThinkingLevel: "max"
1673
+ },
1674
+ {
1675
+ // Legacy — superseded by Claude Opus 5 (same $5/$25 pricing) on 2026-07-24.
1659
1676
  id: "claude-opus-4-8",
1660
1677
  name: "Claude Opus 4.8",
1661
1678
  provider: "anthropic",