From 6afdd068c3b51f669939e0bb1e996928e9d0f953 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 02:56:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=B7=B2?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E7=9A=84=E8=A7=84=E5=88=92=E4=B8=89=E5=89=91?= =?UTF-8?q?=E5=AE=A2=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除已注释的规划三剑客配置项 --- oh-my-opencode.jsonc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 7f93c91..7ae60f6 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -29,5 +29,15 @@ "multimodal-looker": { "model": "google-gateway/gemini-3-flash" } + // // 规划三剑客 + // "Prometheus": { + // "model": "anthropic-gateway/claude-opus-4-5" // 战略规划 + // }, + // "Metis": { + // "model": "anthropic-gateway/claude-sonnet-4-5" // 规划前分析 + // }, + // "Momus": { + // "model": "anthropic-gateway/claude-sonnet-4-5" // 计划审查 + // } } }