This repository was archived by the owner on Mar 26, 2026. It is now read-only.
v4.1.1 — Per-agent model routing fix
Per-Agent Model Field + Routing Documentation
Reported by @BismarckCerda — sub-agents in OpenCode ignored their configured model and always used the orchestrator's model.
Root Cause
- Example configs lacked a `model` field per agent
- OpenCode SDK's `session.prompt()` wasn't receiving model information from the plugin
Changes
- Added `model` field to all 10 agents in both example configs
- Documented model routing behavior in `docs/sub-agents.md`
Note: This release added the config field. The actual plugin fix came in v4.2.0.
Full Changelog: v4.1.0...v4.1.1