From d84ee7a8a7a5c95c7ff0573d65f1cea8effd8f85 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 27 Jan 2026 06:16:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E5=90=84=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B8=85=E6=99=B0=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为各个分类添加更清晰的描述,明确每类任务的典型场景和要求。 --- oh-my-opencode.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 2075c94..cf92124 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -32,24 +32,31 @@ }, "categories": { "visual-engineering": { + "description": "Frontend, UI/UX, design, styling, animation", "model": "cpa-google/gemini-3-pro-high" }, "ultrabrain": { + "description": "Deep logical reasoning, complex architecture decisions requiring extensive analysis", "model": "cpa-openai/gpt-5.2-codex" }, "artistry": { + "description": "Highly creative/artistic tasks, novel ideas", "model": "cpa-google/gemini-3-pro-high" }, "quick": { + "description": "Trivial tasks - single file changes, typo fixes, simple modifications", "model": "cpa-google/gemini-3-flash" }, "unspecified-low": { + "description": "Tasks that don't fit other categories, low effort required", "model": "cpa-anthropic/claude-sonnet-4-5" }, "unspecified-high": { + "description": "Tasks that don't fit other categories, high effort required", "model": "cpa-anthropic/claude-opus-4-5-thinking" }, "writing": { + "description": "Documentation, prose, technical writing", "model": "cpa-google/gemini-3-flash" } }