v1.16.1

asheshgoplani/agent-deckv1.16.1Sep 6, 2026by github-actions[bot]

AI Summary

This release adds full session management capabilities directly within the TUI for remote decks. Users can now fork, archive, and manage MCPs and group orders without leaving the interface.

Key Highlights

  • Enable full session management (fork, archive, MCPs) from the TUI on remote decks.
  • Allow managing group order remotely via the interface.

New Features

  • Full session management from TUI on remote

Full Release Notes

## Agent Deck v1.16.1

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

## Changelog
* 13427079d71ec17bcd28963bf342508f32265524 feat(remote): full session management from the TUI on a remote deck (fork, archive, MCPs at create, group order) (#2163)
* c11688c52e44d915897176760ef26ae9c61baf96 release: v1.16.1 (#2168)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.16.0...v1.16.1