1
0
forked from agents/opencode

Compare commits

..

3 Commits

Author SHA1 Message Date
mdy 9ef85a6e34 Reapply "chore: 将 Claude Opus 升级至 4-8"
This reverts commit 4d4abb2641.
2026-06-06 11:50:37 +08:00
mdy 4d4abb2641 Revert "chore: 将 Claude Opus 升级至 4-8"
This reverts commit 8f9dd3d8e1.
2026-05-31 15:18:17 +08:00
mdy 8f9dd3d8e1 chore: 将 Claude Opus 升级至 4-8 2026-05-31 14:41:19 +08:00
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
{ {
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "sisyphus": { "model": "anthropic/claude-opus-4-8", "variant": "max" },
"hephaestus": { "model": "openai/gpt-5.5", "variant": "high" }, "hephaestus": { "model": "openai/gpt-5.5", "variant": "high" },
"oracle": { "model": "openai/gpt-5.5", "variant": "high" }, "oracle": { "model": "openai/gpt-5.5", "variant": "high" },
"librarian": { "model": "openai/gpt-5.4-mini" }, "librarian": { "model": "openai/gpt-5.4-mini" },
"explore": { "model": "openai/gpt-5.4-mini" }, "explore": { "model": "openai/gpt-5.4-mini" },
"multimodal-looker": { "model": "openai/gpt-5.5", "variant": "medium" }, "multimodal-looker": { "model": "openai/gpt-5.5", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "prometheus": { "model": "anthropic/claude-opus-4-8", "variant": "max" },
"metis": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "metis": { "model": "anthropic/claude-opus-4-8", "variant": "max" },
"momus": { "model": "openai/gpt-5.5", "variant": "xhigh" }, "momus": { "model": "openai/gpt-5.5", "variant": "xhigh" },
"atlas": { "model": "furtherverse/kimi-k2.6" }, "atlas": { "model": "furtherverse/kimi-k2.6" },
"sisyphus-junior": { "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" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" }, "quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "furtherverse/kimi-k2.6" }, "unspecified-low": { "model": "furtherverse/kimi-k2.6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "unspecified-high": { "model": "anthropic/claude-opus-4-8", "variant": "max" },
"writing": { "model": "furtherverse/kimi-k2.6" } "writing": { "model": "furtherverse/kimi-k2.6" }
}, },
"experimental": { "experimental": {
+3 -3
View File
@@ -2,7 +2,7 @@
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"plugin": ["oh-my-openagent@latest"], "plugin": ["oh-my-openagent@latest"],
"autoupdate": false, "autoupdate": false,
"model": "anthropic/claude-opus-4-7", "model": "anthropic/claude-opus-4-8",
"small_model": "openai/gpt-5.4-mini", "small_model": "openai/gpt-5.4-mini",
"provider": { "provider": {
"anthropic": { "anthropic": {
@@ -13,8 +13,8 @@
"apiKey": "{env:AI_GATEWAY_API_KEY}" "apiKey": "{env:AI_GATEWAY_API_KEY}"
}, },
"models": { "models": {
"claude-opus-4-7": { "claude-opus-4-8": {
"name": "Claude Opus 4.7", "name": "Claude Opus 4.8",
"reasoning": true, "reasoning": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1000000, "output": 128000 } "limit": { "context": 1000000, "output": 128000 }