v0.4.5
Routing-auth reliability fix.
- Routing no longer 401s for the whole session when the Mubit key wasn't resolvable at launch. The Minima client's auth header was fixed at startup, so a key added via
/config(or exported after launch) never took effect and every turn showedminima error 401: pass your Mubit API key …./reconnect— and saving a routing key/URL in/config— now rebuild the client in place, so the fix applies immediately, no restart. - Actionable offline banner for an auth/config problem:
no Mubit API key — add MUBIT_API_KEY via /configinstead of the misleading "/reconnect to retry" (transient outages keep the "/reconnect" framing). - No doomed round-trip: a no-key request to a hosted endpoint short-circuits instantly instead of a guaranteed-401 per turn (loopback endpoints still attempt, so keyless local servers are unaffected).
Full notes in CHANGELOG.md.