From 8573f89db700eb8050ba58bb80a349947bba7cd5 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 24 Feb 2026 14:46:39 +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=E5=8F=82=E8=80=83=E9=93=BE=E6=8E=A5=E5=B9=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B0=8F=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新代理模型参考链接指向新的代理库存文档位置。 - 将小模型配置更新为使用cpa-openai/glm-4.7。 --- oh-my-opencode.jsonc | 2 +- opencode.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 6633aa1..e077042 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,7 +2,7 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { - // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models + // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory "sisyphus": { "model": "cpa-openai/gpt-5.3-codex", "variant": "high" diff --git a/opencode.jsonc b/opencode.jsonc index 693832e..8452b44 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,7 +3,7 @@ "autoupdate": false, "theme": "system", "model": "cpa-openai/gpt-5.3-codex", - "small_model": "opencode/gpt-5-nano", + "small_model": "cpa-openai/glm-4.7", "experimental": { "disable_paste_summary": true },