Skip to content

Fleet Deck 0.5.1

Choose a tag to compare

@lacion lacion released this 13 Jul 15:17

Fleet Deck installs as a Claude Code plugin — there is nothing to download here. Get it with:

claude plugin marketplace add lacion/fleet-deck
claude plugin install fleetdeck@fleetdeck

Changed

  • Board build toolchain: Vite 8 and @vitejs/plugin-react 6; the shipped board bundle was rebuilt (no functional change).
  • CI: actions/checkout v7 and actions/setup-node v6 (Dependabot majors).

Fixed

  • A boot-time race in spawn reconciliation: reconcileSpawns() read its candidate rows after awaiting the tmux window list, so a spawn (or revive) landing in that window at daemon startup was judged against a stale snapshot, condemned to gone, and tombstoned while its pane came up fine. Rows are now snapshotted before the await, mirroring the liveness tick. Surfaced as an intermittent Node 24 CI failure; reproducible on any Node with unlucky timing.
  • A startup-banner race in the LAN token-elision test: it asserted on the banner's second line after waiting only for the first, flaking on slow runners.