From c7f93a71c1a135b5a1e835ee78e4a681f7bfac9a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 02:00:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=BB=A3=E7=90=86=E9=85=8D=E7=BD=AE=E5=B9=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E4=B9=A6=E9=A6=86=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除未使用的代理配置并更新图书馆代理模型为 glm-4.7-free,同时移除重复的文档编写代理配置。 --- oh-my-opencode.jsonc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index e06a0a3..9ef860e 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -1,13 +1,9 @@ { "$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-thinking" }, - "prometheus": { - "model": "anthropic-gateway/claude-opus-4-5-thinking" - }, "oracle": { "model": "openai-gateway/gpt-5.2" }, @@ -15,16 +11,13 @@ "model": "google-gateway/gemini-3-pro-high" }, "librarian": { - "model": "anthropic-gateway/claude-sonnet-4-5" + "model": "opencode/glm-4.7-free" }, "explore": { "model": "opencode/grok-code" }, "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" - }, - "document-writer": { - "model": "google/antigravity-gemini-3-flash" } } }