forked from agents/opencode
chore: migrate config files to jsonc
This commit is contained in:
30
oh-my-opencode.jsonc
Normal file
30
oh-my-opencode.jsonc
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||
"agents": {
|
||||
"sisyphus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"librarian": { "model": "litellm/minimax-m2.5" },
|
||||
"explore": { "model": "litellm/minimax-m2.5" },
|
||||
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"prometheus": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"metis": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"momus": { "model": "openai/gpt-5.4", "variant": "xhigh" },
|
||||
"atlas": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"sisyphus-junior": { "model": "openai/gpt-5.4", "variant": "medium" }
|
||||
},
|
||||
"categories": {
|
||||
"visual-engineering": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" },
|
||||
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||
"artistry": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"quick": { "model": "litellm/minimax-m2.5" },
|
||||
"unspecified-low": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"writing": { "model": "litellm/kimi-k2.5" }
|
||||
},
|
||||
"git_master": {
|
||||
"commit_footer": false,
|
||||
"include_co_authored_by": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user