From 537da46294ece1cdaebe4f5064318dd90f9903d6 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 02:54:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E6=96=B0=E6=8E=A8=E8=8D=90=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新代理模型配置,移除被注释的旧模型并启用新的推荐模型。 --- oh-my-opencode.jsonc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 38ccb9b..7f93c91 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,9 +2,11 @@ "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { "Sisyphus": { + // "model": "anthropic-gateway/claude-opus-4-5" "model": "anthropic-gateway/claude-sonnet-4-5" }, "Planner-Sisyphus": { + // "model": "anthropic-gateway/claude-opus-4-5" "model": "anthropic-gateway/claude-opus-4-5-thinking" }, "oracle": { @@ -14,9 +16,11 @@ "model": "google-gateway/gemini-3-pro-high" }, "librarian": { + // "model": "opencode/glm-4.7-free" "model": "anthropic-gateway/claude-haiku-4-5" }, "explore": { + // "model": "opencode/grok-code" "model": "anthropic-gateway/claude-haiku-4-5" }, "document-writer": {