v1.8.3
asheshgoplani/agent-deckv1.8.3May 7, 2026by github-actions[bot]
AI Summary
A minor version release adding configuration flags for conductor rules and fixing UI pane title preservation issues across cache rebuilds.
Key Highlights
- Added --heartbeat-rules-md flag for conductor rules override.
- Injected HEARTBEAT_RULES.md into OS heartbeat.
- Fixed UI to preserve inline pane titles across stale-cache snapshot rebuilds.
New Features
- Heartbeat rules override flag
Full Release Notes
## Agent Deck v1.8.3 Terminal session manager for AI coding agents. ### Installation **Homebrew (recommended):** ```bash brew install asheshgoplani/tap/agent-deck ``` **Quick Install:** ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` **Go Install:** ```bash go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.8.3 ``` ## Changelog * 62c2c88615dc744bcbdf8c15c44278b684ca744c chore(release): v1.8.3 (#889) * eae7d6af3daac22ce8c7143abbbd2b0c06a99022 feat(conductor): add --heartbeat-rules-md flag for per-conductor rules override (#887) * 807e5fa5087e8ccc211d4da81d302292b055d979 feat(conductor): inject HEARTBEAT_RULES.md in OS heartbeat (parity with bridge.py) (#886) * 99bea906dafcbed175483fe84f4d802405f34c1c fix(ui): preserve inline pane title across stale-cache snapshot rebuilds (#877) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.8.2...v1.8.3