@kenkaiiii/gg-core 5.63.0 → 5.64.1

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.
@@ -1999,35 +1999,20 @@ var MODELS = [
1999
1999
  costTier: "high",
2000
2000
  maxThinkingLevel: "ultra"
2001
2001
  },
2002
- // GPT-5.6 family — three agentic coding tiers launched July 2026. The public
2003
- // Responses API advertises a 1.05M context window; OpenAI's Codex product
2004
- // catalog advertises 272K on the ChatGPT OAuth route (corrected from the
2005
- // initially advertised 372K — openai/codex PR #33972, Jul 18 2026 hotfix). All three take
2006
- // text+image input, freeform apply_patch, text+image web search, and parallel
2007
- // tool calls.
2002
+ // GPT-6 Sol + Luna — released 2026-09-22 below Astra, replacing the whole
2003
+ // GPT-5.6 family (Sol/Terra/Luna; there is no GPT-6 Terra — OpenAI's Codex
2004
+ // catalog upgrades 5.6 Terra to 6 Sol). Both need a Codex client >= 0.155.0
2005
+ // on the ChatGPT OAuth route. Same window split as Astra: 1.05M on the public
2006
+ // Responses API, 272K on the Codex route; 128K output, text+image input,
2007
+ // freeform apply_patch, responses-lite transport. The 5.6 ids are retired —
2008
+ // a saved session on one falls back to the provider default on next start.
2008
2009
  {
2009
- // Sol — "Latest frontier agentic coding model." (priority 1, default low).
2010
- // Reasoning ladder: low → medium → high → xhigh → max → ultra. Ultra is a
2011
- // Codex orchestration preset: the request uses max effort while the local
2012
- // runtime proactively delegates suitable independent work to subagents.
2013
- id: "gpt-5.6-sol",
2014
- name: "GPT-5.6 Sol",
2015
- provider: "openai",
2016
- contextWindow: 105e4,
2017
- codexContextWindow: 272e3,
2018
- maxOutputTokens: 128e3,
2019
- supportsThinking: true,
2020
- defaultThinkingLevel: "low",
2021
- supportsImages: true,
2022
- supportsVideo: false,
2023
- costTier: "high",
2024
- maxThinkingLevel: "ultra"
2025
- },
2026
- {
2027
- // Terra — "Balanced agentic coding model for everyday work." (priority 2,
2028
- // default medium).
2029
- id: "gpt-5.6-terra",
2030
- name: "GPT-5.6 Terra",
2010
+ // Sol — "Workhorse model for coding and everyday work." (Codex priority 2,
2011
+ // default medium). $2/$10 MTok. Ladder low → medium → high → xhigh → max →
2012
+ // ultra; ultra is the Codex orchestration preset (max effort on the wire +
2013
+ // proactive local subagent delegation).
2014
+ id: "gpt-6-sol",
2015
+ name: "GPT-6 Sol",
2031
2016
  provider: "openai",
2032
2017
  contextWindow: 105e4,
2033
2018
  codexContextWindow: 272e3,
@@ -2040,10 +2025,10 @@ var MODELS = [
2040
2025
  maxThinkingLevel: "ultra"
2041
2026
  },
2042
2027
  {
2043
- // Luna — "Fast and affordable agentic coding model." (priority 3, default
2044
- // medium). Reasoning tops out at `max`.
2045
- id: "gpt-5.6-luna",
2046
- name: "GPT-5.6 Luna",
2028
+ // Luna — "Fast and affordable model for easier tasks." (Codex priority 3,
2029
+ // default medium). $0.10/$0.50 MTok. Reasoning tops out at `max`.
2030
+ id: "gpt-6-luna",
2031
+ name: "GPT-6 Luna",
2047
2032
  provider: "openai",
2048
2033
  contextWindow: 105e4,
2049
2034
  codexContextWindow: 272e3,
@@ -2492,7 +2477,7 @@ function getVideoByteLimit(modelId) {
2492
2477
  }
2493
2478
  function getDefaultModel(provider) {
2494
2479
  if (provider === "xiaomi") return MODELS.find((m) => m.id === "mimo-v2.6-pro");
2495
- if (provider === "openai") return MODELS.find((m) => m.id === "gpt-5.6-sol");
2480
+ if (provider === "openai") return MODELS.find((m) => m.id === "gpt-6-sol");
2496
2481
  if (provider === "gemini") return MODELS.find((m) => m.id === "gemini-3.1-flash-lite");
2497
2482
  if (provider === "glm") return MODELS.find((m) => m.id === "glm-5.3");
2498
2483
  if (provider === "moonshot") return MODELS.find((m) => m.id === "kimi-k3");
@@ -2614,4 +2599,4 @@ export {
2614
2599
  getSummaryModel,
2615
2600
  getFastModel
2616
2601
  };
2617
- //# sourceMappingURL=chunk-KZ2YPRM7.js.map
2602
+ //# sourceMappingURL=chunk-WXKRLK5P.js.map