@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.js CHANGED
@@ -40,7 +40,7 @@ import {
40
40
  registerLogCleanup,
41
41
  usesOpenAICodexTransport,
42
42
  withFileLock
43
- } from "./chunk-EM7AJOOC.js";
43
+ } from "./chunk-F5ZRSXEF.js";
44
44
  import {
45
45
  getAppPaths
46
46
  } from "./chunk-QNR6SNB2.js";
@@ -151,6 +151,23 @@ var MODELS = [
151
151
  // maxThinkingLevel: "max",
152
152
  // },
153
153
  {
154
+ // Released 2026-07-24 — "For complex agentic coding and enterprise work".
155
+ // Near-Fable capability at half the price ($5/$25 vs $10/$50). Adaptive
156
+ // thinking with the full effort ladder (low→max, xhigh included); dateless
157
+ // ID is the canonical pinned snapshot (post-4.6 naming scheme).
158
+ id: "claude-opus-5",
159
+ name: "Claude Opus 5",
160
+ provider: "anthropic",
161
+ contextWindow: 1e6,
162
+ maxOutputTokens: 128e3,
163
+ supportsThinking: true,
164
+ supportsImages: true,
165
+ supportsVideo: false,
166
+ costTier: "high",
167
+ maxThinkingLevel: "max"
168
+ },
169
+ {
170
+ // Legacy — superseded by Claude Opus 5 (same $5/$25 pricing) on 2026-07-24.
154
171
  id: "claude-opus-4-8",
155
172
  name: "Claude Opus 4.8",
156
173
  provider: "anthropic",