@kenkaiiii/gg-core 5.19.6 → 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.
@@ -1471,7 +1471,8 @@ var MODELS = [
1471
1471
  // ── OpenAI (Codex) ─────────────────────────────────────
1472
1472
  // GPT-5.6 family — three agentic coding tiers launched July 2026. The public
1473
1473
  // Responses API advertises a 1.05M context window; OpenAI's Codex product
1474
- // catalog advertises 372K on the ChatGPT OAuth route. All three take
1474
+ // catalog advertises 272K on the ChatGPT OAuth route (corrected from the
1475
+ // initially advertised 372K — openai/codex PR #33972, Jul 18 2026 hotfix). All three take
1475
1476
  // text+image input, freeform apply_patch, text+image web search, and parallel
1476
1477
  // tool calls.
1477
1478
  {
@@ -1483,7 +1484,7 @@ var MODELS = [
1483
1484
  name: "GPT-5.6 Sol",
1484
1485
  provider: "openai",
1485
1486
  contextWindow: 105e4,
1486
- codexContextWindow: 372e3,
1487
+ codexContextWindow: 272e3,
1487
1488
  maxOutputTokens: 128e3,
1488
1489
  supportsThinking: true,
1489
1490
  supportsImages: true,
@@ -1498,7 +1499,7 @@ var MODELS = [
1498
1499
  name: "GPT-5.6 Terra",
1499
1500
  provider: "openai",
1500
1501
  contextWindow: 105e4,
1501
- codexContextWindow: 372e3,
1502
+ codexContextWindow: 272e3,
1502
1503
  maxOutputTokens: 128e3,
1503
1504
  supportsThinking: true,
1504
1505
  supportsImages: true,
@@ -1513,7 +1514,7 @@ var MODELS = [
1513
1514
  name: "GPT-5.6 Luna",
1514
1515
  provider: "openai",
1515
1516
  contextWindow: 105e4,
1516
- codexContextWindow: 372e3,
1517
+ codexContextWindow: 272e3,
1517
1518
  maxOutputTokens: 128e3,
1518
1519
  supportsThinking: true,
1519
1520
  supportsImages: true,
@@ -1923,4 +1924,4 @@ export {
1923
1924
  getSummaryModel,
1924
1925
  getFastModel
1925
1926
  };
1926
- //# sourceMappingURL=chunk-6PHNOYJZ.js.map
1927
+ //# sourceMappingURL=chunk-CL4T7IPX.js.map