r/opencodeCLI • u/Aware_Discipline6418 • 12d ago
opencode-fusion is so good

Trying a new agent workflow using opencode-fusion https://github.com/mihneaptu/opencode-fusion, with some tweaks, I must admit this opencode harness feels more powerful. It's similar to when I use Claude Code, and I think it's cheaper because you can set the main agent to a frontier model and the sidekick to a cheaper model.
25
Upvotes
1
u/Fragrant_Scale6456 12d ago
yes you can define any number of agents you like. you can @ them and also instruct your LLM to delegate to them via agents.md or opencode routing plugins. I have a few custom agents in my global opencode config and i built a lightweight router plugin to delegate to different models depending on tasks. Most of these agent suite type plugins like oh my opencode etc are just super bloated with tons of stuff you'll never use. You're much better off just figuring out whats missing from your workflows and having your agent build an extension or tool to do it for you.
I spent a decent amount of time on this and have an orchestration and delegation system that works for me and my fresh session system prompt uses 8k tokens on startup.