From 92c25d63ca15c39a49dfba71ceb6bcdf5810af8a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 17 Apr 2026 18:27:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E5=B0=86=20agent=20=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=8D=87=E7=BA=A7=E5=88=B0=20Claude=20Opus=204.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-openagent.claude.jsonc | 8 ++++---- opencode.jsonc | 6 ------ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/oh-my-openagent.claude.jsonc b/oh-my-openagent.claude.jsonc index d4a0f38..a371219 100644 --- a/oh-my-openagent.claude.jsonc +++ b/oh-my-openagent.claude.jsonc @@ -1,14 +1,14 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", "agents": { - "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "librarian": { "model": "ai-gateway/minimax-m2.7" }, "explore": { "model": "ai-gateway/minimax-m2.7" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, - "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, - "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "prometheus": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, + "metis": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, "atlas": { "model": "anthropic/claude-sonnet-4-6" }, "sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" } @@ -20,7 +20,7 @@ "artistry": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "openai/gpt-5.4-mini" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, - "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "unspecified-high": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "writing": { "model": "ai-gateway/kimi-k2p5-turbo" } }, "experimental": { diff --git a/opencode.jsonc b/opencode.jsonc index 7534183..a1b59af 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -18,12 +18,6 @@ "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "limit": { "context": 1000000, "output": 128000 } }, - "claude-opus-4-6": { - "name": "Claude Opus 4.6", - "reasoning": true, - "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, - "limit": { "context": 1000000, "output": 128000 } - }, "claude-sonnet-4-6": { "name": "Claude Sonnet 4.6", "reasoning": true, From 0c812192ec5ba69b777323a8214bd01423ac5f40 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 17 Apr 2026 22:12:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=E5=B0=86=20TUI=20=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=88=87=E6=8D=A2=E4=B8=BA=20catppuccin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tui.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui.jsonc b/tui.jsonc index 59f46ac..4000c27 100644 --- a/tui.jsonc +++ b/tui.jsonc @@ -1,4 +1,4 @@ { "$schema": "https://opencode.ai/tui.json", - "theme": "system" + "theme": "catppuccin" }