From 262ee1758a8a05a6ae002bb2fb96e22d2d26b94f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 13 Feb 2026 16:36:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE=E4=B8=8E=E7=BB=9F=E4=B8=80=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多个模型的配置项 variant 从 xhigh 调整为 medium 或 high,以优化性能与资源使用平衡。 - 将模型名称格式统一为连字符命名,提升命名一致性。 --- oh-my-opencode.jsonc | 10 +++++----- opencode.jsonc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index fac0b53..cb03db9 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -9,14 +9,14 @@ }, "hephaestus": { "model": "cpa-openai/gpt-5.3-codex", - "variant": "xhigh" + "variant": "medium" }, "atlas": { "model": "cpa-anthropic/claude-sonnet-4-5" }, "oracle": { "model": "cpa-openai/gpt-5.2", - "variant": "xhigh" + "variant": "high" }, "librarian": { "model": "cpa-google/gemini-3-flash" @@ -37,7 +37,7 @@ }, "momus": { "model": "cpa-openai/gpt-5.2", - "variant": "xhigh" + "variant": "medium" }, "sisyphus-junior": { "model": "cpa-anthropic/claude-sonnet-4-5" @@ -55,11 +55,11 @@ }, "deep": { "model": "cpa-openai/gpt-5.3-codex", - "variant": "xhigh" + "variant": "medium" }, "artistry": { "model": "cpa-google/gemini-3-pro", - "variant": "max" + "variant": "high" }, "quick": { "model": "cpa-google/gemini-3-flash" diff --git a/opencode.jsonc b/opencode.jsonc index f7158c5..6fa0570 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -79,7 +79,7 @@ }, "models": { "gpt-5.3-codex": { - "name": "GPT-5.3 Codex", + "name": "GPT-5.3-Codex", "tool_call": true, "reasoning": true, "modalities": {