1
0
forked from agents/opencode

feat: 迁移至 Codex API 并添加 GLM Coding Plan 提供商

This commit is contained in:
2026-02-15 01:05:03 +08:00
parent 262ee1758a
commit 0296ca6564
3 changed files with 47 additions and 103 deletions

View File

@@ -4,75 +4,67 @@
"agents": {
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
"sisyphus": {
"model": "cpa-anthropic/claude-opus-4-6",
"variant": "max"
"model": "glm-coding-plan/glm-4.7"
},
"hephaestus": {
"model": "cpa-openai/gpt-5.3-codex",
"model": "codex/gpt-5.3-codex",
"variant": "medium"
},
"atlas": {
"model": "cpa-anthropic/claude-sonnet-4-5"
},
"oracle": {
"model": "cpa-openai/gpt-5.2",
"model": "codex/gpt-5.2",
"variant": "high"
},
"librarian": {
"model": "cpa-google/gemini-3-flash"
"model": "glm-coding-plan/glm-4.7"
},
"explore": {
"model": "cpa-google/gemini-3-flash"
"model": "opencode/gpt-5-nano"
},
"multimodal-looker": {
"model": "cpa-google/gemini-3-flash"
"model": "codex/gpt-5.2"
},
"prometheus": {
"model": "cpa-anthropic/claude-opus-4-6",
"variant": "max"
"model": "codex/gpt-5.2",
"variant": "high"
},
"metis": {
"model": "cpa-anthropic/claude-opus-4-6",
"variant": "max"
"model": "codex/gpt-5.2",
"variant": "high"
},
"momus": {
"model": "cpa-openai/gpt-5.2",
"model": "codex/gpt-5.2",
"variant": "medium"
},
"sisyphus-junior": {
"model": "cpa-anthropic/claude-sonnet-4-5"
"atlas": {
"model": "codex/gpt-5.2"
}
},
"categories": {
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories
"visual-engineering": {
"model": "cpa-google/gemini-3-pro",
"variant": "high"
"model": "glm-coding-plan/glm-4.7"
},
"ultrabrain": {
"model": "cpa-openai/gpt-5.3-codex",
"model": "codex/gpt-5.3-codex",
"variant": "xhigh"
},
"deep": {
"model": "cpa-openai/gpt-5.3-codex",
"model": "codex/gpt-5.3-codex",
"variant": "medium"
},
"artistry": {
"model": "cpa-google/gemini-3-pro",
"variant": "high"
},
"quick": {
"model": "cpa-google/gemini-3-flash"
"model": "opencode/glm-4.7-free"
},
"unspecified-low": {
"model": "cpa-anthropic/claude-sonnet-4-5"
"model": "codex/gpt-5.3-codex",
"variant": "medium"
},
"unspecified-high": {
"model": "cpa-anthropic/claude-opus-4-6",
"variant": "max"
"model": "codex/gpt-5.3-codex",
"variant": "medium"
},
"writing": {
"model": "cpa-google/gemini-3-flash"
"model": "glm-coding-plan/glm-4.7"
}
},
"git_master": {