Hey guys,
Agentsby Visimeos2026-09-19
Hey guys,
I built an OpenCode TypeSafe Variant Router plugin that uses Jev to automatically select the most suitable option between three fixed agents/models:
luna — openai/gpt-5.6-luna for simple, verifiable tasks
,
terra — openai/gpt-5.6-terra for scoped, structured work
,
sol — openai/gpt-5.6-sol for implementation, reviews, refactoring, and harder tasks
,
It also automatically chooses the appropriate reasoning variant for the selected model. It has already helped me reduce usage and token costs in my own workflow. I thought you might find it helpful.
https://github.com/Melivo/opencode-plugin-variantizer
Caveats: TUI only, OpenCode v1 only, currently tested on KDE/Linux with secret-tool. It’s vibe-coded, so use it at your own risk. Feel free to open a PR or fork it.
Links