From eb6de8444ce44448850d328ec114f26e05000122 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 01:46:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BB=9F=E4=B8=80=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=90=8D=E7=A7=B0=E5=A4=A7=E5=B0=8F=E5=86=99=E5=B9=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整代理配置,统一模型名称大小写并更新模型版本,优化代理与模型的对应关系。 --- oh-my-opencode.jsonc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 7d74e1a..977d82c 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,17 +2,17 @@ "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "google_auth": false, "agents": { - "Sisyphus": { - "model": "anthropic-gateway/claude-opus-4-5" + "sisyphus": { + "model": "anthropic-gateway/claude-opus-4-5-thinking" }, - "librarian": { - "model": "google-gateway/gemini-3-flash" + "oracle": { + "model": "openai-gateway/gpt-5.2" }, "explore": { "model": "opencode/grok-code" }, - "oracle": { - "model": "opencode/glm-4.7-free" + "librarian": { + "model": "google-gateway/gemini-3-flash" }, "frontend-ui-ux-engineer": { "model": "google-gateway/gemini-3-pro-high"