Latest release
🚀 Vibe Sensei v0.4.84
What's new
Overview / WorkspaceHomeV2 — Active Model card improvements
- Higgsfield credits + ElevenLabs rows — Active Model card now displays remaining Higgsfield credits and ElevenLabs character quota alongside existing usage rows, sourced from the same live-usage channels as the HUD badges (#970)
- Claude usage routed via account binding — Claude session and weekly token bars now resolve through the active account binding (matching the status-bar footer), fixing stale or zero readings when a cloud account was in use (#968)
Cockpit — top-bar buttons restored in V2 home UI
- All top-bar buttons functional from WorkspaceHomeV2 — Preview pane (monitor icon), Plugin panel, and other toolbar buttons now work correctly when the V2 home is active; the preview overlay is co-mounted alongside
WorkspaceHomeV2 instead of being skipped (#969)
Heartbeat — adaptive cadence + stall detection
- 2.5-min busy cadence —
HeartbeatMonitor now fires every 150 s while ≥1 worker pane is active (vs. the default slower cadence when idle), keeping the orchestrator loop alive during long-running jobs (#971)
- Per-agent stall flag — individual worker panes that exceed the stall threshold are flagged, surfacing hung agents before the full heartbeat timeout fires (#971)
Worktrees — automated stale-worktree cleanup
WorktreeCleanupService — a recurring service prunes worktrees whose mission branch has been merged into origin/dev, the mission is done/archived or orphaned, and no live pane is using them; falls back to --force removal only when the tree is clean of real changes (ignores node_modules/dist/build artifacts) (#972)
Internal / maintenance
- Back-merged release v0.4.83 (PR #966) into
dev to keep main ⊆ dev invariant (#967)
Download on GitHub →