What's changed
Added
- #572 — Auto-sync session title from Claude Code's
--name//rename. Titles now sync on the next hook event (SessionStart, UserPromptSubmit, Stop). - #414 —
agent-deck session move <id> <new-path> [--group] [--no-restart] [--copy]CLI. Migrates~/.claude/projects/<slug>/and updates the session path atomically.
Fixed
TestWatcherEventDedup-race flake:SaveWatcherEventretries on SQLITE_BUSY.
Binaries produced by the release workflow.
Agent Deck v1.7.28
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.7.28Changelog
Full Changelog: v1.7.27...v1.7.28