Agent Deck v0.15.0
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.15.0Changelog
- 9266b23 feat(ui): improve quick session creation with hovered session context (#165)
- cec3819 feat: add option to disable statusline injection (#157)
- b7296b9 feat: add system theme option syncing with OS dark mode (#162)
- efe3391 fix(claude): sync session ID from disk after /clear, /fork, /compact (#166)
- 8832903 fix(tmux): restore delay between paste and Enter in SendKeysAndEnter
Full Changelog: v0.14.0...v0.15.0