From fd7e8beac8002dfe350e55658ae721975fccbf6b Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 02:28:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E4=B8=BAglm-coding-plan/glm-4.7=E5=B9=B6=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8DZ.AI=E4=B8=BAGLM=20Coding=20Plan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新librarian模型为glm-coding-plan/glm-4.7以优化代码生成能力 - 更新模型配置名称和标识符,将Z.AI模型更名为GLM Coding Plan并调整相关配置。 --- oh-my-opencode.jsonc | 2 +- opencode.jsonc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index ebec636..b5d2895 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -14,7 +14,7 @@ "model": "google-gateway/gemini-3-pro-high" }, "librarian": { - "model": "opencode/glm-4.7-free" + "model": "glm-coding-plan/glm-4.7" }, "explore": { "model": "opencode/grok-code" diff --git a/opencode.jsonc b/opencode.jsonc index 908bef9..ecdc6d3 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -63,8 +63,8 @@ } } }, - "GLM Coding": { - "name": "Z.AI", + "glm-coding-plan": { + "name": "GLM Coding Plan", "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "https://api.z.ai/api/coding/paas/v4",