From 3acf6a86f612903ed56ca83223ac8a7744849e0b Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 8 Sep 2026 17:28:02 +0000 Subject: [PATCH] subagent model: opencode-go/deepseek-v4-flash The operator enabled China-hosted models on the workspace, so deepseek-v4-flash is available on the Go tier again (it was the model the weekly run used before the host moved off ZEN, and it is the cheap/fast one for the per-recipe subagents). Verified on the host: `opencode run --model opencode-go/deepseek-v4-flash` answers. The weekly run's MAIN agent moves to opencode-go/glm-5.3-flash separately, in upgrader.env on the host. 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 f5952bb..6bef052 100644 --- a/opencode.json +++ b/opencode.json @@ -2,7 +2,7 @@ "$schema": "https://opencode.ai/config.json", "agent": { "general": { - "model": "opencode-go/glm-5.2" + "model": "opencode-go/deepseek-v4-flash" } } } -- 2.54.0