Skip to content

v0.4.5

Choose a tag to compare

@shankha98 shankha98 released this 26 Jun 10:20
a8b0f2c

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 showed minima 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 /config instead 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.