v1.7.78
asheshgoplani/agent-deckv1.7.78May 1, 2026by github-actions[bot]
AI Summary
A patch release fixing git submodule path resolution to ensure correct working directory handling.
Key Highlights
- Resolved git submodule paths to worktree, not gitdir.
Full Release Notes
## Agent Deck v1.7.78 Terminal session manager for AI coding agents. ### Installation **Homebrew (recommended):** ```bash brew install asheshgoplani/tap/agent-deck ``` **Quick Install:** ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` **Go Install:** ```bash go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.7.78 ``` ## Changelog * d34376ca6cc5a52004f33582de1b1ecff22c1c18 chore(release): v1.7.78 (#845) * 7e19c8a8c7c1c1ae57ae4d71b511b9017d5a041c fix(git): resolve submodule paths to worktree, not gitdir (#844) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.77...v1.7.78