chore: 切换核心 agent 模型至 Anthropic Claude 并移除备份文件

This commit is contained in:
2026-04-10 11:18:04 +08:00
parent a288a50fb2
commit 536a5f6e05
2 changed files with 7 additions and 71 deletions
+7 -7
View File
@@ -1,17 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": { "model": "openai/gpt-5.4", "variant": "medium" },
"sisyphus": { "model": "anthropic/claude-opus-4-6", "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": "openai/gpt-5.4", "variant": "high" },
"metis": { "model": "openai/gpt-5.4", "variant": "high" },
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"momus": { "model": "openai/gpt-5.4", "variant": "xhigh" },
"atlas": { "model": "ai-gateway/kimi-k2p5-turbo" },
"sisyphus-junior": { "model": "ai-gateway/kimi-k2p5-turbo" }
"atlas": { "model": "anthropic/claude-sonnet-4-6" },
"sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" }
},
"categories": {
"visual-engineering": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" },
@@ -19,8 +19,8 @@
"deep": { "model": "openai/gpt-5.4", "variant": "medium" },
"artistry": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "gpt-5.3-codex", "variant": "medium" },
"unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"writing": { "model": "ai-gateway/kimi-k2p5-turbo" }
},
"experimental": {