v1.9.60

asheshgoplani/agent-deckv1.9.60Jun 14, 2026by github-actions[bot]

AI Summary

Introduces a code block copy shortcut and improves security and stability regarding SSH, web, and worktree operations.

Key Highlights

  • Copy code blocks from session output with Y key
  • Boundary-aware, fail-closed transcript-path containment
  • Sweep stale SSH ControlMaster sockets
  • Fix for headless mode mutating sessions

New Features

  • Code block copy shortcut
  • Security containment
  • SSH socket cleanup

Full Release Notes

## Agent Deck v1.9.60

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

## Changelog
* e92d07c99105dbdacf38ed7327410b1532bd6d54 chore(release): v1.9.60
* 4882fde33db0914ce9b64be31d9f093e21063a82 chore(release): v1.9.60
* 55d3c04ac98b8980c03507c54094b52d8a718253 feat(ui): copy a code block from session output with Y (#1412) (#1440)
* c0a4d109397c574c64e5e1a836c148cde47d4dca fix(security): boundary-aware, fail-closed transcript-path containment (#1435)
* 8506a3dae5e0bdba2f2385a7544b2e6163d6be64 fix(ssh): sweep stale ControlMaster sockets to unblock remote fetch (#1421) (#1442)
* aa4f918b14b8575d9b21ac2d09c06a4b97711a77 fix(web): headless --no-tui can mutate pre-existing sessions/groups (#1397) (#1441)
* c53fa98bd464b98eeb542847712f4b172e4855bd fix(worktree): finish last session via targeted delete (#1396) (#1439)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.59...v1.9.60