v1.8.2
asheshgoplani/agent-deckv1.8.2May 7, 2026by github-actions[bot]
AI Summary
A patch release fixing profile resolution inconsistencies between TUI and web interfaces, session rebinding logic, and tmux control pipe handling.
Key Highlights
- Unified TUI and web profile resolution.
- Rebound sessions on /clear-created regardless of size.
- Fixed tmux ControlPipe EOF handling in fast path.
Full Release Notes
## Agent Deck v1.8.2 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.2 ``` ## Changelog * 21c8fd65285a918286d387596852547ee31325f1 chore(release): v1.8.2 (#888) * f369bba439d5f36d3fb906c04db03a72a86bf654 fix(profile): unify TUI and web profile resolution (#881) (#884) * 086fa6d6bab7989b5622e6a082c0fda830e396d2 fix(session): rebind on /clear-created new jsonl regardless of size (#856) (#883) * f166fcb6f787fcffa2b54d18c5a27e1f9cb5b204 fix(tmux): rely on stdin EOF in ControlPipe.Close() fast path (#882) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.8.1...v1.8.2