From 66582673185e0c747d508e438312579076035056 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 31 Jan 2026 03:34:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=20visual-engineering=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20variant=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E5=B9=B6=E8=AE=BE=E7=BD=AE=E4=B8=BA=20high?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 visual-engineering 类别添加 variant 配置项并设置为 high。 --- oh-my-opencode.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 1147ca0..f6a6e96 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -39,7 +39,8 @@ "categories": { // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories "visual-engineering": { - "model": "cpa-google/gemini-3-pro" + "model": "cpa-google/gemini-3-pro", + "variant": "high" }, "ultrabrain": { "model": "cpa-openai/gpt-5.2-codex",