From 7e41c54a0c631e266cc4c5af8ac02c7d13a819b9 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 10 Mar 2026 09:30:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E4=B8=8E=E5=88=86=E7=B1=BB=E6=A8=A1=E5=9E=8B=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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 918ca01..c5832dd 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,24 +2,24 @@ "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, - "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, + "hephaestus": { "model": "openai/gpt-5.3-codx", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "librarian": { "model": "litellm/glm-4.7" }, "explore": { "model": "litellm/minimax-m2.5" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, - "momus": { "model": "openai/gpt-5.4", "variant": "medium" }, - "atlas": { "model": "litellm/kimi-k2.5" } + "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, + "atlas": { "model": "anthropic/claude-sonnet-4-6" } }, "categories": { "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, - "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, - "deep": { "model": "openai/gpt-5.4", "variant": "medium" }, + "ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" }, + "deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "anthropic/claude-haiku-4-5" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, - "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, + "unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" }, "writing": { "model": "litellm/kimi-k2.5" } }, "git_master": {