From 4d4abb264140376ed9bd3bdd539538b3b17058ac Mon Sep 17 00:00:00 2001 From: MAO Dongyang Date: Sun, 31 May 2026 15:18:17 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20=E5=B0=86=20Claude=20Opus=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E8=87=B3=204-8"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8f9dd3d8e14a305d59365ac4a687a06a9e1bfeba. --- oh-my-openagent.claude.jsonc | 8 ++++---- opencode.jsonc | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/oh-my-openagent.claude.jsonc b/oh-my-openagent.claude.jsonc index 6464f69..7683cb9 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-8", "variant": "max" }, + "sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "hephaestus": { "model": "openai/gpt-5.5", "variant": "high" }, "oracle": { "model": "openai/gpt-5.5", "variant": "high" }, "librarian": { "model": "openai/gpt-5.4-mini" }, "explore": { "model": "openai/gpt-5.4-mini" }, "multimodal-looker": { "model": "openai/gpt-5.5", "variant": "medium" }, - "prometheus": { "model": "anthropic/claude-opus-4-8", "variant": "max" }, - "metis": { "model": "anthropic/claude-opus-4-8", "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.5", "variant": "xhigh" }, "atlas": { "model": "furtherverse/kimi-k2.6" }, "sisyphus-junior": { "model": "furtherverse/kimi-k2.6" } @@ -20,7 +20,7 @@ "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "openai/gpt-5.4-mini" }, "unspecified-low": { "model": "furtherverse/kimi-k2.6" }, - "unspecified-high": { "model": "anthropic/claude-opus-4-8", "variant": "max" }, + "unspecified-high": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "writing": { "model": "furtherverse/kimi-k2.6" } }, "experimental": { diff --git a/opencode.jsonc b/opencode.jsonc index 86b0eaa..1453a3a 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -2,7 +2,7 @@ "$schema": "https://opencode.ai/config.json", "plugin": ["oh-my-openagent@latest"], "autoupdate": false, - "model": "anthropic/claude-opus-4-8", + "model": "anthropic/claude-opus-4-7", "small_model": "openai/gpt-5.4-mini", "provider": { "anthropic": { @@ -13,8 +13,8 @@ "apiKey": "{env:AI_GATEWAY_API_KEY}" }, "models": { - "claude-opus-4-8": { - "name": "Claude Opus 4.8", + "claude-opus-4-7": { + "name": "Claude Opus 4.7", "reasoning": true, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "limit": { "context": 1000000, "output": 128000 }