v1.16.1
umputun/ralphexv1.16.1Sep 6, 2026by github-actions[bot]
AI Summary
Agent Deck v1.16.1 significantly enhances remote session management by enabling full control from the Terminal User Interface (TUI). Users can now fork, archive, and configure MCPs directly from the interface, alongside improvements to group ordering.
Key Highlights
- Full remote session management via the TUI
- Session forking capability
- Session archiving capability
- MCP configuration at session creation
- Group order improvements
New Features
- Full session management from the TUI on a remote deck (fork, archive, MCPs at create, group order)
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