From 0b77e65186d85ec7689b8660729b411b2cf6072e Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 27 Feb 2026 17:00:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20oh-my-opencode=20?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E4=B8=8E=E5=88=86=E7=B1=BB=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 2d89077..aeaa0c0 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -1,5 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", + // "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", + "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json", // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory "agents": { "sisyphus": { @@ -10,21 +11,18 @@ "model": "litellm/gpt-5.3-codex", "variant": "medium" }, - "atlas": { - "model": "litellm/claude-sonnet-4-5" - }, "oracle": { "model": "litellm/gpt-5.2", "variant": "high" }, "librarian": { - "model": "litellm/gemini-3-flash" + "model": "litellm/gemini-3-flash-preview" }, "explore": { - "model": "litellm/gemini-3-flash" + "model": "litellm/gemini-3-flash-preview" }, "multimodal-looker": { - "model": "litellm/gemini-3-flash" + "model": "litellm/gemini-3-flash-preview" }, "prometheus": { "model": "litellm/claude-opus-4-6", @@ -38,14 +36,17 @@ "model": "litellm/gpt-5.2", "variant": "medium" }, - "sisyphus-junior": { + "atlas": { "model": "litellm/claude-sonnet-4-5" } + // "sisyphus-junior": { + // "model": "litellm/claude-sonnet-4-5" + // } }, // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md#built-in-categories "categories": { "visual-engineering": { - "model": "litellm/gemini-3-pro", + "model": "litellm/gemini-3.1-pro-preview", "variant": "high" }, "ultrabrain": { @@ -57,21 +58,21 @@ "variant": "medium" }, "artistry": { - "model": "litellm/gemini-3-pro", + "model": "litellm/gemini-3.1-pro-preview", "variant": "high" }, "quick": { - "model": "litellm/gemini-3-flash" + "model": "litellm/claude-haiku-4-5" }, "unspecified-low": { - "model": "litellm/claude-sonnet-4-5" + "model": "litellm/claude-sonnet-4-6" }, "unspecified-high": { "model": "litellm/claude-opus-4-6", "variant": "max" }, "writing": { - "model": "litellm/gemini-3-flash" + "model": "litellm/gemini-3-flash-preview" // FIXME } }, "git_master": {