Latest release
🚀 Vibe Sensei v0.4.88
What's new
What's New modal — restored after 52 silent releases
- What's New page + i18n restored for v0.4.87 — the
resources/whatsnew/X.Y.Z.html scaffolding step was dropped at v0.4.36; shouldShowWhatsNew returns false when !hasPage, so the modal silently skipped every release from 0.4.36 through 0.4.86. The 0.4.87 page was backfilled with its 5 feature highlights and en/pt/es i18n strings; the 0.4.88 page follows the same pattern going forward (#1026)
UI — classic-interface toggle moved into user menu
- "Switch to classic interface" removed from toolbar, added to account menu — the prominent toolbar button present in both proxy and classic-board views is gone; the identical toggle now lives in the AccountMenu (avatar dropdown) just above Settings, reducing visual noise without losing the feature (#1027)
- fly.toml added — container fleet build configuration committed to the repo (#1027)
Light-theme polish
- Proxy-tab active state —
.proxy-tab.active had a hardcoded rgba(20,20,20,0.85) background that kept the active worker tab dark in light mode; replaced with a themed surface fill that preserves active-vs-inactive contrast in both themes (#1028)
- Pane-chip pills —
.pane-chip had a hardcoded #1f1f1f fill visible as dark pills in the orchestrator header row and inside the active proxy-tab; one override covers both spots (#1028)
- Cloud Accounts quota bars — three hardcoded dark values in
.window-usage-badge broke the quota progress bars in the Cloud Accounts modal under light mode (#1028)
- Missions-rail done-state cards — done cards used
var(--muted)=#6b7280 with strikethrough on white; contrast was borderline illegible (~4.4:1); overridden to rgba(0,0,0,0.6) (~5.7:1) in light theme; dark theme unchanged (#1028)
- Cost-badge and proxy-tab-name-edit — same class of hardcoded-dark-on-light bug swept in the same PR (#1028)
- Status footer and fleet mini-terminal — light-theme overrides added for the status bar at the bottom of the cockpit and the condensed terminal output in fleet mini-terminal tiles (#1025)
Internal / maintenance
- CI: stale tests updated for #993 connector registry and provider onboard gate — test fixtures and assertions were updated to match the connector registry shape introduced in #993 so CI stays green (#1022)
- Back-merge: main → dev after v0.4.87 release — routine merge to keep
main ⊂ dev invariant; no code changes (#1024)
Download on GitHub →