mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 04:01:10 -04:00
a2a8c23183
- Remove hardcoded build/plan/general/explore agents from source - Add Zee, Stanley, Johny agent definitions in .opencode/agent/ - Remove upstream docs/duplicate-pr/triage agents - Update CLAUDE.md with agent-core → tiara → personas architecture - Configure Cerebras as default model for all agents (fast instruct) - Set small_model for internal agents (title, compaction) The Personas system now provides all agent functionality through the triad, with shared orchestration via tiara. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "cerebras/qwen-3-235b-a22b-instruct-2507",
|
|
"small_model": "cerebras/gpt-oss-120b",
|
|
"instructions": ["STYLE_GUIDE.md"],
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
},
|
|
},
|
|
"tools": {
|
|
"github-triage": false,
|
|
"github-pr-search": false,
|
|
},
|
|
}
|