From 5eb6c9fa04fd4abe8d70aa98ab0f658e7c0d2681 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 23:12:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BB=9F=E4=B8=80=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=B8=BA=E6=8F=8F=E8=BF=B0=E5=AD=97=E6=AE=B5=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E9=85=8D=E7=BD=AE=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将注释统一替换为描述字段,提升配置文件的可读性和结构清晰度。 --- oh-my-opencode.jsonc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 986632e..2075c94 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,31 +2,31 @@ "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { "sisyphus": { - // Primary orchestrator + "description": "Primary orchestrator", "model": "cpa-anthropic/claude-opus-4-5-thinking" }, "prometheus": { - // Strategic planning + "description": "Strategic planning", "model": "cpa-anthropic/claude-opus-4-5-thinking" }, "atlas": { - // Master orchestrator + "description": "Master orchestrator", "model": "cpa-anthropic/claude-opus-4-5-thinking" }, "oracle": { - // Consultation, debugging + "description": "Consultation, debugging", "model": "cpa-openai/gpt-5.2" }, "librarian": { - // Docs, GitHub search + "description": "Docs, GitHub search", "model": "cpa-google/gemini-3-flash" }, "explore": { - // Fast codebase grep + "description": "Fast codebase grep", "model": "cpa-google/gemini-3-flash" }, "multimodal-looker": { - // PDF/image analysis + "description": "PDF/image analysis", "model": "cpa-google/gemini-3-flash" } },