style: 统一 jsonc 配置文件格式
This commit is contained in:
@@ -2,74 +2,27 @@
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory
|
||||
"agents": {
|
||||
"sisyphus": {
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"variant": "max"
|
||||
},
|
||||
"hephaestus": {
|
||||
"model": "litellm/gpt-5.3-codex",
|
||||
"variant": "medium"
|
||||
},
|
||||
"oracle": {
|
||||
"model": "litellm/gpt-5.2",
|
||||
"variant": "high"
|
||||
},
|
||||
"librarian": {
|
||||
"model": "bailian-coding-plan/glm-4.7"
|
||||
},
|
||||
"explore": {
|
||||
"model": "bailian-coding-plan/qwen3-coder-next"
|
||||
},
|
||||
"multimodal-looker": {
|
||||
"model": "litellm/gemini-3-flash-preview"
|
||||
},
|
||||
"prometheus": {
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"variant": "max"
|
||||
},
|
||||
"metis": {
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"variant": "max"
|
||||
},
|
||||
"momus": {
|
||||
"model": "litellm/gpt-5.2",
|
||||
"variant": "medium"
|
||||
},
|
||||
"atlas": {
|
||||
"model": "litellm/claude-sonnet-4-6"
|
||||
}
|
||||
"sisyphus": { "model": "litellm/claude-opus-4-6", "variant": "max" },
|
||||
"hephaestus": { "model": "litellm/gpt-5.3-codex", "variant": "medium" },
|
||||
"oracle": { "model": "litellm/gpt-5.2", "variant": "high" },
|
||||
"librarian": { "model": "bailian-coding-plan/glm-4.7" },
|
||||
"explore": { "model": "bailian-coding-plan/qwen3-coder-next" },
|
||||
"multimodal-looker": { "model": "litellm/gemini-3-flash-preview" },
|
||||
"prometheus": { "model": "litellm/claude-opus-4-6", "variant": "max" },
|
||||
"metis": { "model": "litellm/claude-opus-4-6", "variant": "max" },
|
||||
"momus": { "model": "litellm/gpt-5.2", "variant": "medium" },
|
||||
"atlas": { "model": "litellm/claude-sonnet-4-6" }
|
||||
},
|
||||
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md#built-in-categories
|
||||
"categories": {
|
||||
"visual-engineering": {
|
||||
"model": "litellm/gemini-3.1-pro-preview",
|
||||
"variant": "high"
|
||||
},
|
||||
"ultrabrain": {
|
||||
"model": "litellm/gpt-5.3-codex",
|
||||
"variant": "xhigh"
|
||||
},
|
||||
"deep": {
|
||||
"model": "litellm/gpt-5.3-codex",
|
||||
"variant": "medium"
|
||||
},
|
||||
"artistry": {
|
||||
"model": "litellm/gemini-3.1-pro-preview",
|
||||
"variant": "high"
|
||||
},
|
||||
"quick": {
|
||||
"model": "litellm/claude-haiku-4-5"
|
||||
},
|
||||
"unspecified-low": {
|
||||
"model": "litellm/claude-sonnet-4-6"
|
||||
},
|
||||
"unspecified-high": {
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"variant": "max"
|
||||
},
|
||||
"writing": {
|
||||
"model": "bailian-coding-plan/kimi-k2.5"
|
||||
}
|
||||
"visual-engineering": { "model": "litellm/gemini-3.1-pro-preview", "variant": "high" },
|
||||
"ultrabrain": { "model": "litellm/gpt-5.3-codex", "variant": "xhigh" },
|
||||
"deep": { "model": "litellm/gpt-5.3-codex", "variant": "medium" },
|
||||
"artistry": { "model": "litellm/gemini-3.1-pro-preview", "variant": "high" },
|
||||
"quick": { "model": "litellm/claude-haiku-4-5" },
|
||||
"unspecified-low": { "model": "litellm/claude-sonnet-4-6" },
|
||||
"unspecified-high": { "model": "litellm/claude-opus-4-6", "variant": "max" },
|
||||
"writing": { "model": "bailian-coding-plan/kimi-k2.5" }
|
||||
},
|
||||
"git_master": {
|
||||
"commit_footer": false,
|
||||
|
||||
Reference in New Issue
Block a user