v1.16.0

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

AI Summary

This is a major release featuring significant UI/UX improvements including configurable terminal titles, account switching capabilities, and expanded remote management features. It also adds telemetry opt-in and support for Fable 5.1.

Key Highlights

  • Add configurable terminal titles with group/tree support.
  • Add account switching functionality within the TUI.
  • Enhance remote management with scoped CLI command forwarding.
  • Add support for Fable 5.1 in model pickers.

New Features

  • Configurable terminal title (title_format)
  • Account switching in TUI
  • Remote scoped CLI command forwarding
  • Remote new-session configuration forwarding
  • Remote group management in TUI
  • Fable 5.1 support
  • Open-shell-here window support
  • Opt-in usage telemetry

Full Release Notes

## Agent Deck v1.16.0

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

## Changelog
* 48cdba946fbd874a18f0e2defc57d779b917c4ba Confirm submitted Pi messages
* 41147832552be313b9f28255268834f58cf14c24 Merge actual PR 2083 main ancestry into tested title correction
* 51d97923ba22f1a765a86c2c9de5fc5f93e6f256 Merge reviewed PR 2083 into current main for title validation
* 9d63cdf30790c83497f38221852e0e72b5da470c Merge reviewed main and process identity fixes into title configuration
* b255979c59957501c076e6827b397c24f1d89eec Read Pi replies from transcripts
* d0762068fd2398b9048e7c2566dc3a0e03cbc5fc chore(deps): update grouped Go dependencies (#2087)
* b709de17959934992db9fd9b6d63a05b645b713e ci: add advisory intake labels to new issues (#2139)
* 0e62720128075647c7fd8bef357778af644b9320 ci: nudge inactive needs-info PRs without closing (#2140)
* 6e9bcb0d0905cdac0fa6a7fe19e2dfc086dfa246 docs(ci): document required PR checks (#2143)
* da4768155c2ba9fd9201db63a9bd9f9e2db9746f feat(display): configurable terminal title with group/tree (title_format)
* 40e3a6de3245d41733ff4e53c5cb79930399fe79 feat(doctor): warn about shared named Claude account directories (#2124)
* e92323e88d6a6471bb0f9b9748c4a411aaccf607 feat(remote): forward scoped CLI commands over SSH (#2116)
* b03fc10fbaf18bc1d529094bbaad7bf4e5b9a0d5 feat(remote): forward the new-session configuration to remote creation (#2155)
* 01c011b5189ecb0878e8637af076021935b74dab feat(remote): pull cross-machine completions with `agent-deck remote drain` (#1948) (#1952)
* b186011d0855e3f433271faf9e686e8a8354cd54 feat(telemetry): add explicit opt-in usage telemetry (#2106)
* 326599f1ad4b455178ea16ce299de6fe9a84e858 feat(title): use exact Deck titles at Claude startup (#2075)
* 3d7cb43acf1bb4a98a5b90d7ca5569061197b7ad feat(tui): pick and switch the Claude account from the TUI (#924) (#2152)
* 169699009cd3d80a410ba3a1c829ae1f7a502827 feat(ui): filter sessions by recency and refresh expired windows (#2098)
* 2ea1ed2dbdb873f6c3fa134567b5d9a777cc2063 feat(ui): offer Fable 5.1 in both model pickers (#2109)
* 35aec635474c501c7a6a62282f349d1acb2ef2b4 feat(ui): support a window for open-shell-here (#2068)
* 6bb9eb9d76bfada50eecec38b34401e85b1e1c94 fix(cli): expose stored account slots in list and show (#2121)
* 778a26bbb99ffc62d9fa0ed294d22c3e2bec3387 fix(cli): make help requests read-only (#2055)
* 0e1ca2ae150c74ee013d2b8e59cd2e20c07f68ff fix(conductor): make PEP 668 remediation work (#2076)
* 0f73b455c706b3bde0049ffa476a94d2cd72e42c fix(display): carry group metadata into fork constructors
* 61fdfbec14fb53f7cf05384c332b29cffd901f8c fix(display): keep title policy and committed groups consistent
* 83474dc2889a427d518f2f748a5c0c4e8ec5218b fix(pi): require unambiguous send and fresh local output evidence
* 7042d03c5e5b1f1368abeb4701b46d2dcdc0fbbe fix(pi): select output from the persisted conversation branch (#2119)
* 498cd25f5e75502f20d86a6434ebe6b233349997 fix(remote): forward Docker sandbox checkbox to remote creation (#2127)
* 29442fd3f9b3aa80601ae8da758386aaff5194ac fix(session): preserve account slots and concurrent storage changes (#2114)
* e71d0d07b136802de02192e1071ca1b66e3a3d81 fix(ssh): preserve native attach input, detach, and terminal behavior (#2117)
* d63c373e7d90d6b82c1bc7006f0f627356bbbc16 fix(tmux): ErrCaptureGone sentinel + stderr allowlist for vanished-pane captures
* fdc3a91d395567318108357d0593b22a07bb496b fix(tmux): preserve socket faults and final capture errors
* 461e094e16904edcbaecb033c84efd4f9af3c04c fix(tmux): prevent terminal-feature growth across concurrent clients (#2063)
* 73b5cea6cc8a63df7beecee79f2cf835ed811655 fix(tui): preserve rapid SSH input and verify native macOS acceptance (#2125)
* ccf2c3d466140f3c365423420ae7620b5546486a fix(ui): expand tabs so captured lines stay within the frame (#2073)
* ed8bbd76eb7ee0dccfad8b6179a08bd55f9567b2 fix(ui): remote group management from the TUI (replaces #2081) (#2157)
* 9b9f7bf564a7c218d664d1a83a049d6d39699398 fix(ui): show case-insensitive path completions (#2027)
* 5b3d160c4b60944bd2eb26f52276b5797b0ed652 fix(ui): show stored account slots in session rows (#2122)
* de5221deec17c4b3ccb55e8fce2a383f0d0f2891 fix(update): scope gh token lookup to github.com (#2105)
* e23fd454ce06e90d77e0daf9c8108a23871263fc fix(web): refresh menu after external session changes (#2092)
* 921525dc42fee9cd7d1e62db7e3ec047ba42245f fix: refresh shared session state without losing concurrent updates (#2123)
* e40a6db764d546d2df4b68351b9101a507b64118 refactor(web): break auth and toast import cycles (#2151)
* 779bb24367ebb5ed55666adf221b41d72edd64e4 release: v1.16.0 (#2161)
* c28f77f81dedd9418322f4775d85e4b9f5b5deb6 test(tmux): clear sweep memo after its fixture
* aef36cc3f021abc7f4b3fb00312e21c2c4672fad test(tmux): wait for one-shot client readiness before freezing

---

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