|
|
昨晚刚刚开通的新的 opencode 。
使用的是 omo 官方推荐的配置,一个简单的项目都没完成就把周限额给干完了,月限额直接 50% 了 ,是我用的姿势不对么
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
// Sisyphus: Kimi K2.7 is the top alternative to Claude for orchestration
"sisyphus": {
"model": "opencode-go/kimi-k2.7-code",
"ultrawork": { "model": "opencode-go/kimi-k2.7-code" },
},
// Hephaestus: needs GPT. ChatGPT Plus gets you here.
"hephaestus": { "model": "openai/gpt-5.6-sol", "variant": "medium" },
// Architecture consultation: GPT or Claude Opus
"oracle": { "model": "openai/gpt-5.5", "variant": "high" },
// Prometheus keeps the same ulw-plan-backed prompt across model families
"prometheus": { "model": "opencode-go/kimi-k2.7-code" },
// Atlas also communicative — Kimi works great
"atlas": { "model": "opencode-go/kimi-k2.7-code" },
// Utility agents stay cheap
"explore": { "model": "opencode-go/qwen3.5-plus" },
"librarian": { "model": "opencode-go/qwen3.5-plus" },
},
"categories": {
"visual-engineering": { "model": "opencode-go/qwen3.6-plus" }, // Qwen as Gemini alt
"deep": { "model": "openai/gpt-5.6-terra", "variant": "xhigh" },
"ultrabrain": { "model": "openai/gpt-5.6-sol", "variant": "xhigh" },
"quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "opencode-go/kimi-k2.7-code" },
"unspecified-high": { "model": "opencode-go/kimi-k2.7-code" },
"writing": { "model": "opencode-go/kimi-k2.7-code" },
},
"background_task": {
"providerConcurrency": {
"openai": 3,
"opencode-go": 10,
},
},
} |
|