Agent Deck v0.8.87
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.87Changelog
- 154385d feat: add env variables to custom tools and show in command picker (#101)
- 9ff713c fix: add unreachable returns after os.Exit to satisfy staticcheck SA5011
- 211eede fix: add unreachable returns to remaining nil-check blocks for staticcheck
- 319d7a6 fix: commit missing worktree location changes (fixes CI build)
Full Changelog: v0.8.86...v0.8.87