Agent Deck v1.3.2
Terminal session manager for AI coding agents.
Installation
Homebrew (recommended):
brew install asheshgoplani/tap/agent-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.3.2Changelog
- f32f4ed fix(ui): quick-create strips resume fields so new sessions start fresh (#509)
- 0703dd0 fix: preserve group sort_order when saving session data
- 1c25f78 fix: prevent Codex session ID contamination across instances sharing project_path (#512)
- 0b5a4f8 fix: remote attach uses PTY for correct terminal dimensions (#514)
- e8c95df fix: replace GNU sed syntax with portable alternatives for macOS (#511)
- 23614a6 fix: restore Kitty keyboard protocol during session attach (#510)
- dad9a8c fix: run shell init_script on session resume (#409)
Full Changelog: v1.3.1...v1.3.2