chore: 更新代理模型配置与清理注释
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user