1
0
forked from agents/opencode

chore: 更新代理模型配置与清理注释

This commit is contained in:
2026-02-27 19:34:45 +08:00
parent abea1e52c0
commit 6d8635c1ac

View File

@@ -1,6 +1,5 @@
{ {
// "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json",
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory
"agents": { "agents": {
"sisyphus": { "sisyphus": {
@@ -16,10 +15,10 @@
"variant": "high" "variant": "high"
}, },
"librarian": { "librarian": {
"model": "litellm/gemini-3-flash-preview" "model": "bailian-coding-plan/glm-4.7"
}, },
"explore": { "explore": {
"model": "litellm/gemini-3-flash-preview" "model": "bailian-coding-plan/qwen3-coder-next"
}, },
"multimodal-looker": { "multimodal-looker": {
"model": "litellm/gemini-3-flash-preview" "model": "litellm/gemini-3-flash-preview"
@@ -37,11 +36,8 @@
"variant": "medium" "variant": "medium"
}, },
"atlas": { "atlas": {
"model": "litellm/claude-sonnet-4-5" "model": "litellm/claude-sonnet-4-6"
} }
// "sisyphus-junior": {
// "model": "litellm/claude-sonnet-4-5"
// }
}, },
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md#built-in-categories // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md#built-in-categories
"categories": { "categories": {
@@ -72,7 +68,7 @@
"variant": "max" "variant": "max"
}, },
"writing": { "writing": {
"model": "litellm/gemini-3-flash-preview" // FIXME "model": "bailian-coding-plan/kimi-k2.5"
} }
}, },
"git_master": { "git_master": {