From 8eb9e5e0323d2c733355a07509f26222f133ab8a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 27 Jan 2026 11:09:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=92=8C=E7=B1=BB=E5=88=AB=E6=8A=80=E8=83=BD?= =?UTF-8?q?=E6=8C=87=E5=8D=97=E7=9A=84=E5=AE=98=E6=96=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加注释以指向代理模型和类别技能指南的官方文档链接。 --- oh-my-opencode.jsonc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index cf92124..b96e47f 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { + // https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models "sisyphus": { "description": "Primary orchestrator", "model": "cpa-anthropic/claude-opus-4-5-thinking" @@ -31,6 +32,7 @@ } }, "categories": { + // https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories "visual-engineering": { "description": "Frontend, UI/UX, design, styling, animation", "model": "cpa-google/gemini-3-pro-high"