forked from agents/opencode
65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
|
|
"agents": {
|
|
"sisyphus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
|
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
|
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
|
"librarian": { "model": "openai/gpt-5.4-mini" },
|
|
"explore": { "model": "openai/gpt-5.4-mini" },
|
|
"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": "ai-gateway/kimi-k2p5-turbo" },
|
|
"sisyphus-junior": { "model": "ai-gateway/kimi-k2p5-turbo" }
|
|
},
|
|
"categories": {
|
|
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
|
|
"ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" },
|
|
"deep": { "model": "openai/gpt-5.4", "variant": "medium" },
|
|
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
|
|
"quick": { "model": "openai/gpt-5.4-mini" },
|
|
"unspecified-low": { "model": "gpt-5.3-codex", "variant": "medium" },
|
|
"unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" },
|
|
"writing": { "model": "ai-gateway/kimi-k2p5-turbo" }
|
|
},
|
|
"experimental": {
|
|
"disable_omo_env": true,
|
|
"dynamic_context_pruning": {
|
|
"enabled": true,
|
|
"notification": "detailed",
|
|
"turn_protection": {
|
|
"enabled": true,
|
|
"turns": 3
|
|
},
|
|
"protected_tools": [
|
|
"task",
|
|
"todowrite",
|
|
"todoread",
|
|
"lsp_rename",
|
|
"session_read",
|
|
"session_write",
|
|
"session_search"
|
|
],
|
|
"strategies": {
|
|
"deduplication": {
|
|
"enabled": true
|
|
},
|
|
"supersede_writes": {
|
|
"enabled": true,
|
|
"aggressive": false
|
|
},
|
|
"purge_errors": {
|
|
"enabled": true,
|
|
"turns": 5
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"git_master": {
|
|
"commit_footer": false,
|
|
"include_co_authored_by": false,
|
|
"git_env_prefix": "GIT_MASTER=1"
|
|
}
|
|
}
|