@kenkaiiii/gg-core 5.54.0 → 5.55.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
@@ -54,7 +54,7 @@ import {
54
54
  registerRuntimeModels,
55
55
  usesOpenAICodexTransport,
56
56
  withFileLock
57
- } from "./chunk-5NAQ4Q5O.js";
57
+ } from "./chunk-WPX6Z5NG.js";
58
58
  import {
59
59
  getAppPaths
60
60
  } from "./chunk-EAIPT76S.js";
@@ -206,7 +206,8 @@ var MODELS = [
206
206
  // ── OpenAI (Codex) ─────────────────────────────────────
207
207
  {
208
208
  // GPT-6 Astra — "Our most capable model for complex, demanding work."
209
- // (Codex catalog priority 1, default low). Same split as the 5.6 family:
209
+ // (Codex catalog priority 1, listed for every ChatGPT plan, requires a
210
+ // Codex client >= 0.153.0 — see CODEX_CLIENT_VERSION). Same split as 5.6:
210
211
  // 1.05M on the public Responses API, 272K on the ChatGPT OAuth route
211
212
  // (openai/codex models.json, `gpt-6-astra`). Reasoning ladder low → medium
212
213
  // → high → xhigh → max → ultra; `ultra` is the Codex orchestration preset
@@ -279,19 +280,6 @@ var MODELS = [
279
280
  costTier: "low",
280
281
  maxThinkingLevel: "max"
281
282
  },
282
- {
283
- id: "gpt-5.5",
284
- name: "GPT-5.5",
285
- provider: "openai",
286
- contextWindow: 105e4,
287
- codexContextWindow: 272e3,
288
- maxOutputTokens: 128e3,
289
- supportsThinking: true,
290
- supportsImages: true,
291
- supportsVideo: false,
292
- costTier: "high",
293
- maxThinkingLevel: "xhigh"
294
- },
295
283
  // ── Sakana (Fugu) ──────────────────────────────────────
296
284
  // Sakana Fugu is a multi-agent system surfaced as a standard LLM via the
297
285
  // OpenAI-compatible Sakana API (https://api.sakana.ai/v1). Both models take