EmpryoEmpryo.beta
‹ all releases
3.4.13-betaJul 21, 2026

If you're on a DevPass plan through the LLM Gateway, Empryo can now show you exactly where you stand: how much of your weekly premium allowance is left, how many monthly credits remain, and a live meter that tells you the moment you've hit the weekly premium cap. No more guessing or checking a separate dashboard — it's right there in the app while you work.

New
  • Live DevPass plan status, everywhere. The Gateway now exposes a key-authed plan endpoint, so Empryo surfaces your subscription state directly: a weekly premium-allowance meter and a monthly credit meter in the Usage drawer (desktop) and under /usage (TUI), plus an ambient meter chip in the statusbar/footer showing percent used. It only appears when you're actually on a Gateway model with a DevPass connection, and it degrades silently to the local usage ledger whenever you're offline or unauthenticated.
  • A clearer "no plan" state. When a Gateway key has no active DevPass plan, you now get a plain "No active DevPass plan" note with a subscribe link, instead of a bare budget selector that told you nothing.
Fixed
  • Premium cap no longer stalls your conversation. When your weekly premium allowance runs out mid-conversation, the model-fallback chain now routes to a standard model automatically, and the meter flips to a paused "standard only · resets in Xd" state right away — so work keeps flowing and you can see exactly why.
Under the hood
  • The terminal chat's diff renderer now accepts the desktop-only "off" diff style without complaint, keeping the diff-style contract consistent across surfaces.