@kenkaiiii/gg-core 5.19.5 → 5.20.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
@@ -1580,7 +1580,8 @@ var MODELS = [
1580
1580
  // ── OpenAI (Codex) ─────────────────────────────────────
1581
1581
  // GPT-5.6 family — three agentic coding tiers launched July 2026. The public
1582
1582
  // Responses API advertises a 1.05M context window; OpenAI's Codex product
1583
- // catalog advertises 372K on the ChatGPT OAuth route. All three take
1583
+ // catalog advertises 272K on the ChatGPT OAuth route (corrected from the
1584
+ // initially advertised 372K — openai/codex PR #33972, Jul 18 2026 hotfix). All three take
1584
1585
  // text+image input, freeform apply_patch, text+image web search, and parallel
1585
1586
  // tool calls.
1586
1587
  {
@@ -1592,7 +1593,7 @@ var MODELS = [
1592
1593
  name: "GPT-5.6 Sol",
1593
1594
  provider: "openai",
1594
1595
  contextWindow: 105e4,
1595
- codexContextWindow: 372e3,
1596
+ codexContextWindow: 272e3,
1596
1597
  maxOutputTokens: 128e3,
1597
1598
  supportsThinking: true,
1598
1599
  supportsImages: true,
@@ -1607,7 +1608,7 @@ var MODELS = [
1607
1608
  name: "GPT-5.6 Terra",
1608
1609
  provider: "openai",
1609
1610
  contextWindow: 105e4,
1610
- codexContextWindow: 372e3,
1611
+ codexContextWindow: 272e3,
1611
1612
  maxOutputTokens: 128e3,
1612
1613
  supportsThinking: true,
1613
1614
  supportsImages: true,
@@ -1622,7 +1623,7 @@ var MODELS = [
1622
1623
  name: "GPT-5.6 Luna",
1623
1624
  provider: "openai",
1624
1625
  contextWindow: 105e4,
1625
- codexContextWindow: 372e3,
1626
+ codexContextWindow: 272e3,
1626
1627
  maxOutputTokens: 128e3,
1627
1628
  supportsThinking: true,
1628
1629
  supportsImages: true,