chore: 将 agent 模型升级到 Claude Opus 4.7

This commit is contained in:
2026-04-17 18:27:28 +08:00
parent d1a4744d31
commit 92c25d63ca
2 changed files with 4 additions and 10 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-6", "variant": "max" }, "sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "ai-gateway/minimax-m2.7" }, "librarian": { "model": "ai-gateway/minimax-m2.7" },
"explore": { "model": "ai-gateway/minimax-m2.7" }, "explore": { "model": "ai-gateway/minimax-m2.7" },
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "prometheus": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "metis": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" },
"atlas": { "model": "anthropic/claude-sonnet-4-6" }, "atlas": { "model": "anthropic/claude-sonnet-4-6" },
"sisyphus-junior": { "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" }, "artistry": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" }, "quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, "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" } "writing": { "model": "ai-gateway/kimi-k2p5-turbo" }
}, },
"experimental": { "experimental": {
-6
View File
@@ -18,12 +18,6 @@
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1000000, "output": 128000 } "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": { "claude-sonnet-4-6": {
"name": "Claude Sonnet 4.6", "name": "Claude Sonnet 4.6",
"reasoning": true, "reasoning": true,