v1.7.68

asheshgoplani/agent-deckv1.7.68Apr 23, 2026by github-actions[bot]

AI Summary

Introduces new configuration options for tmux and adds a watchdog script for better process monitoring.

Key Highlights

  • Added [tmux].mouse config option to enable mouse support.
  • Introduced watchdog script for polling and process monitoring.
  • Implemented scratch CLAUDE_CONFIG_DIR isolation per worker.

New Features

  • [tmux].mouse config option
  • Watchdog script addition

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