This repository was archived by the owner on Sep 13, 2026. It is now read-only.
v0.3.10
Added
- Upstream
priority_budgetsurfaced in the dashboard. The
priority_budgetfield from/v1/usageis now parsed, stored, and
displayed live in the dashboard's Usage tab and Gate Status panel.
New formatting helpers (formatPriorityBudget,
formatPriorityBudgetBadge) and badge color logic are included, with
full test coverage across server and dashboard.
Fixed
bun run devno longer fails afterbun run cleanor fresh checkout.
Added apredevscript that auto-buildsdashboard/dist/when missing
and always regeneratessrc/embedded-assets.tsfrom the current build
output. The guard adds ~50ms overhead on warm starts (embed-assets
regeneration only). Previously, runningbun run devwithout first
building the dashboard would either serve a "dashboard not built" 404
or crash on module load due to stale asset hashes in
embedded-assets.ts.