v1.7.70

asheshgoplani/agent-deckv1.7.70Apr 27, 2026by github-actions[bot]

AI Summary

Enhances the TUI with session editing capabilities and adds security warnings for vulnerable system versions.

Key Highlights

  • Added edit session settings dialog with auto-restart functionality.
  • Implemented startup warning for vulnerable tmux versions.
  • Honor TmuxSocketName in status-derive paths.

New Features

  • Edit session settings dialog with auto-restart
  • Vulnerable-version startup warning

Full Release Notes

## Agent Deck v1.7.70

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.70
```

## Changelog
* 438f631cdaa5aba46b3ade029f7467710a76dd36 chore(release): v1.7.70 (#769)
* 2d88909944d71aa460c246fa61f5ccf6bfa65acf feat(tmux): vulnerable-version startup warning + docs note on socket isolation scope (#750)
* 8e15da9bb022592c1854333913201827ad319de8 feat(ui): edit session settings dialog with auto-restart (P/Shift+P) (#762)
* 44e48b3e4b9de9263bf3597db70e36bc26c0cc3e fix(codex): gate `resume <sid>` on rollout-file existence (#758)
* cf9aa905e6e89c786f8f4680ff049489cc971b14 fix(scratch): gate worker-scratch CLAUDE_CONFIG_DIR on Telegram conductor presence (#759) (#760)
* 6450628781867ec26f9cff646bb8822d8cb0ffa8 fix(session): honor TmuxSocketName on status-derive path (#755) (#764)
* 51a6e1606c6c778165e251038a39e2a16935bdab fix(ui): reset Start query field on dialog open (#741) (#749)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.69...v1.7.70