v0.0.472
·
1560 commits
to main
since this release
Version 0.0.472 (July 20, 2026)
- Auto model router is now Enterprise-only — the org router (Settings → LLM) is gated by a new
model_routinglicense feature. On community/unlicensed builds the toggle stays visible but shows a locked ENTERPRISE badge and is disabled, enabling it via the API returns 402, and setting per-model routing guidance is rejected. Enforcement is layered: the completion resolver only routes when the license is active (fails closed, so a config left over from an active license can't keep routing), while turning the toggle off is always allowed so a lapsed license can't strand an org with routing stuck on. Community behavior is unchanged — the resolved default model always runs. - The answer's model badge reflects the model that actually ran — a routed request starts on the small model, so its completion was stamped (and badged in the report view) with the small model even after the planner escalated and the stronger model did the work. The escalated model is now persisted onto the completion, so the icon, tooltip and provider glyph show the model that produced the answer.