This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed boot-time and startup‑banner races causing intermittent failures.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes boot-time race in spawn reconciliation causing intermittent failures. Fixes boot-time race in spawn reconciliation causing intermittent failures. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Low |
Fixes startup-banner race in LAN token-elision test causing flakes on slow runners. Fixes startup-banner race in LAN token-elision test causing flakes on slow runners. Source: llm_adapter@2026-07-15 Confidence: high |
— |
Full changelog
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-react6; the shipped board bundle was rebuilt (no functional change). - CI:
actions/checkoutv7 andactions/setup-nodev6 (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 togone, 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.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Fleet Deck
All releases →Related context
Beta — feedback welcome: [email protected]