v0.8.86
Agent Deck v0.8.86
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@v0.8.86Changelog
- 938c6c6 feat(ui): implement path autocomplete with tab cycling and cursor management
- 98f5b31 feat: add changelog display when running update command
- f62dbc9 fix(update): improve changelog display reliability and add recent entries
- b9e791b fix: detect 'Action Required' and other Claude permission prompts
- 06522b0 perf: implement CapturePane caching, worker pool, and parallel shutdown
Full Changelog: v0.8.85...v0.8.86