v1.7.68
Expensify/Appv1.7.68Apr 23, 2026by github-actions[bot]
AI Summary
Agent Deck v1.7.68 is a terminal session manager for AI coding agents with multiple bug fixes and improvements focused on lifecycle management, tmux configuration, and error handling.
Key Highlights
- Added [tmux].mouse config option for tmux configuration
- Enhanced watchdog with poller patrol and waiting-too-long nudge
- Fixed scratch CLAUDE_CONFIG_DIR per worker + sync kill on remove
- Fixed termreply to whitelist DA/DSR through, swallow only outer-TUI replies
- Softened killStaleControlClients to use SIGTERM with grace period
- Fixed worktree setup_timeout_seconds=0 to mean unlimited instead of default
New Features
- [tmux].mouse config option
- Workdog patrol and nudge system
- Enhanced lifecycle management with per-worker config
Full Release Notes
## Agent Deck v1.7.68 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.68 ``` ## Changelog * 813d11f06d158c7cad2ecb0948bf84765d8efeca feat(tmux): add [tmux].mouse config option (closes #730) (#733) * 2b3e428e16fe9fcf2bd5b799f828d63d4db5a752 feat(watchdog): lift to scripts/watchdog/ + poller patrol + waiting-too-long nudge (v1.7.63) (#736) * d7bbd47f48492583e474f79140ddaf84b7fdb2b1 fix(lifecycle): scratch CLAUDE_CONFIG_DIR per worker + sync kill on remove (#59, v1.7.68) (#732) * b3f0fbbb4bbdaa4e8561e5128180ffc381a7e36d fix(termreply): whitelist DA/DSR through, swallow only outer-TUI replies (closes #731, #738) (#734) * 5f5218c62eac73c237e8d829a61f1f026a38ab1c fix(tmux): soften killStaleControlClients to SIGTERM+grace (#737) (#739) * 0f6368287b052e44706c9a23aa7bc2c45f9acca8 fix(worktree): setup_timeout_seconds=0 now means unlimited, not default (follow-up to #727, v1.7.68) (#735) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.67...v1.7.68