From 67b2afd977c4f2985b6f44ef714d1df7d851622c Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 31 Jan 2026 04:16:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=B7=B2?= =?UTF-8?q?=E5=BA=9F=E5=BC=83=E7=9A=84=20GLM=20Coding=20Plan=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除已废弃的 GLM Coding Plan 配置项 --- opencode.jsonc | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 1895ab4..63d5468 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -95,22 +95,6 @@ "limit": { "context": 400000, "output": 128000 } } } - }, - "glm-coding-plan": { - "name": "GLM Coding Plan", - "npm": "@ai-sdk/openai-compatible", - "options": { - "baseURL": "https://api.z.ai/api/coding/paas/v4", - "apiKey": "{env:ZAI_API_KEY}" - }, - "models": { - "glm-4.7": { - "name": "GLM-4.7", - "reasoning": true, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 204800, "output": 131072 } - } - } } }, "disabled_providers": ["opencode"]