From 2d9b6632e697a6b9ea9d7415734ba8462351d8c3 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 21:32:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0ultrabrain=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E8=87=B3gpt-5.2-codex-xhigh=E5=B9=B6=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=96=B0=E7=89=88=E6=9C=AC=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将ultrabrain模型更新为更高性能的gpt-5.2-codex-xhigh版本。 - 添加对GPT-5.2 (xhigh)和GPT-5.2-Codex (xhigh)模型的支持并更新名称显示 --- oh-my-opencode.jsonc | 2 +- opencode.jsonc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 6aa79e8..2502be3 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -35,7 +35,7 @@ "model": "cpa-google/gemini-3-pro-high" }, "ultrabrain": { - "model": "packy-openai/gpt-5.2-codex" + "model": "packy-openai/gpt-5.2-codex-xhigh" }, "artistry": { "model": "cpa-google/gemini-3-pro-high" diff --git a/opencode.jsonc b/opencode.jsonc index 72b182d..a15edeb 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -53,9 +53,15 @@ "setCacheKey": true }, "models": { + "gpt-5.2-xhigh": { + "name": "GPT-5.2 (xhigh)" + }, "gpt-5.2": { "name": "GPT-5.2" }, + "gpt-5.2-codex-xhigh": { + "name": "GPT-5.2-Codex (xhigh)" + }, "gpt-5.2-codex": { "name": "GPT-5.2-Codex" }