@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.cjs CHANGED
@@ -2109,7 +2109,8 @@ var MODELS = [
2109
2109
  // ── OpenAI (Codex) ─────────────────────────────────────
2110
2110
  {
2111
2111
  // GPT-6 Astra — "Our most capable model for complex, demanding work."
2112
- // (Codex catalog priority 1, default low). Same split as the 5.6 family:
2112
+ // (Codex catalog priority 1, listed for every ChatGPT plan, requires a
2113
+ // Codex client >= 0.153.0 — see CODEX_CLIENT_VERSION). Same split as 5.6:
2113
2114
  // 1.05M on the public Responses API, 272K on the ChatGPT OAuth route
2114
2115
  // (openai/codex models.json, `gpt-6-astra`). Reasoning ladder low → medium
2115
2116
  // → high → xhigh → max → ultra; `ultra` is the Codex orchestration preset
@@ -2182,19 +2183,6 @@ var MODELS = [
2182
2183
  costTier: "low",
2183
2184
  maxThinkingLevel: "max"
2184
2185
  },
2185
- {
2186
- id: "gpt-5.5",
2187
- name: "GPT-5.5",
2188
- provider: "openai",
2189
- contextWindow: 105e4,
2190
- codexContextWindow: 272e3,
2191
- maxOutputTokens: 128e3,
2192
- supportsThinking: true,
2193
- supportsImages: true,
2194
- supportsVideo: false,
2195
- costTier: "high",
2196
- maxThinkingLevel: "xhigh"
2197
- },
2198
2186
  // ── Sakana (Fugu) ──────────────────────────────────────
2199
2187
  // Sakana Fugu is a multi-agent system surfaced as a standard LLM via the
2200
2188
  // OpenAI-compatible Sakana API (https://api.sakana.ai/v1). Both models take