From 39897a6409f07572c4bd98700d41310bda4728e9 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 8 Sep 2026 16:50:40 +0000 Subject: [PATCH] subagent model: opencode-go/glm-5.2 (the cc-ci host is on the Go subscription) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The host's opencode credential is an OpenCode Go subscription key, so ZEN models (`opencode/…`) fail there with "Insufficient balance". The weekly run's recipe subagents read this file, so they move to the Go provider. glm-5.2 rather than deepseek-v4-flash because the latter is China-hosted on Go and needs a per-workspace opt-in. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01FqkQq3CDmFWcQ7u1LzoyRz --- opencode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.json b/opencode.json index aeb5133..f5952bb 100644 --- a/opencode.json +++ b/opencode.json @@ -2,7 +2,7 @@ "$schema": "https://opencode.ai/config.json", "agent": { "general": { - "model": "opencode/deepseek-v4-flash" + "model": "opencode-go/glm-5.2" } } }