feat: 升级代理模型版本至 claude-opus-4-6

- 将多个代理的模型版本从 claude-opus-4-5 升级为 claude-opus-4-6
- 更新模型版本为 cpa-anthropic/claude-opus-4-6
This commit is contained in:
2026-02-07 06:14:38 +08:00
parent 2cc19b9b0b
commit 420563a2aa
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"agents": { "agents": {
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
"sisyphus": { "sisyphus": {
"model": "cpa-anthropic/claude-opus-4-5", "model": "cpa-anthropic/claude-opus-4-6",
"variant": "max" "variant": "max"
}, },
"hephaestus": { "hephaestus": {
@@ -28,11 +28,11 @@
"model": "cpa-google/gemini-3-flash" "model": "cpa-google/gemini-3-flash"
}, },
"prometheus": { "prometheus": {
"model": "cpa-anthropic/claude-opus-4-5", "model": "cpa-anthropic/claude-opus-4-6",
"variant": "max" "variant": "max"
}, },
"metis": { "metis": {
"model": "cpa-anthropic/claude-opus-4-5", "model": "cpa-anthropic/claude-opus-4-6",
"variant": "max" "variant": "max"
}, },
"momus": { "momus": {
@@ -68,7 +68,7 @@
"model": "cpa-anthropic/claude-sonnet-4-5" "model": "cpa-anthropic/claude-sonnet-4-5"
}, },
"unspecified-high": { "unspecified-high": {
"model": "cpa-anthropic/claude-opus-4-5", "model": "cpa-anthropic/claude-opus-4-6",
"variant": "max" "variant": "max"
}, },
"writing": { "writing": {

View File

@@ -2,7 +2,7 @@
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"autoupdate": false, "autoupdate": false,
"theme": "system", "theme": "system",
"model": "cpa-anthropic/claude-opus-4-5", "model": "cpa-anthropic/claude-opus-4-6",
"small_model": "cpa-google/gemini-3-flash", "small_model": "cpa-google/gemini-3-flash",
"plugin": ["oh-my-opencode@latest"], "plugin": ["oh-my-opencode@latest"],
"provider": { "provider": {