Files
opencode/.opencode/opencode.jsonc
T
Artur Do Lago a2a8c23183 feat: replace built-in agents with Personas triad
- 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>
2026-01-09 13:37:21 +01:00

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,
},
}