From 8c736d6dae86305edfd53b29027bb2c6a4cf22df Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 6 Feb 2026 21:47:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BAgpt-5.3-codex=E5=B9=B6=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E9=85=8D=E7=BD=AE=E9=AB=98=E9=98=B6=E5=8F=98=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新模型版本为gpt-5.3-codex并统一设置高阶变体配置 --- oh-my-opencode.jsonc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index a0f4583..8c2e49d 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -50,7 +50,11 @@ "variant": "high" }, "ultrabrain": { - "model": "cpa-openai/gpt-5.2-codex", + "model": "cpa-openai/gpt-5.3-codex", + "variant": "xhigh" + }, + "deep": { + "model": "cpa-openai/gpt-5.3-codex", "variant": "xhigh" }, "artistry": {