v1.7.22 — Upgrade Progress + Per-Agent Model Routing
Changes
Upgrade command now shows progress — Previously gentle-ai upgrade ran silently with no feedback until completion. Now shows real-time status:
⠹ Checking for updates...
⠹ Creating pre-upgrade backup...
⠹ Upgrading engram via brew... (v1.10.4 → v1.10.5)
✓ engram upgraded
⠹ Upgrading gentle-ai via brew... (v1.7.20 → v1.7.22)
✓ gentle-ai upgraded
Per-agent model routing in OpenCode (from v1.7.21) — The background-agents plugin now passes the agent's configured model through session.prompt(), so sub-agents run on their own model instead of inheriting the orchestrator's. If you configure sdd-spec with Opus and sdd-explore with Sonnet in opencode.json, each phase will use its assigned model.
Full changelog: v1.7.20...v1.7.22