v1.9.6

asheshgoplani/agent-deckv1.9.6May 15, 2026by github-actions[bot]

AI Summary

Addresses cost tracking reliability, release process stability, and session sharing issues. It adds support for merge-back in bare-repo parents and improves update detection.

Key Highlights

  • Pin clock in TotalLastWeek to fix Monday UTC flake
  • Single-source CI publish + snapshot-on-PR drift check
  • Support merge-back in bare-repo parent
  • Detect failed brew upgrade and fail loudly

New Features

  • Clock pinning for cost tracking
  • Single-source CI publishing
  • Merge-back support
  • Brew upgrade detection

Full Release Notes

## Agent Deck v1.9.6

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

## Changelog
* a8594b306f543a2438298d2f834fdbd4fe05db32 fix(costs): pin clock in TotalLastWeek to fix Monday UTC flake (closes #932) (#977)
* 6565fcc0d172064bf9989405e659f6b6b3c84427 fix(release): single-source CI publish + snapshot-on-PR drift check (#981)
* b718c2c522256d725cdfaeace5fbf6454d6d2f37 fix(session-share): export.sh exit 5 on real Claude sessions (closes #895) (#978)
* b54156c6526681ac4103349f59a555ba2ae4554a fix(spawn,hooks): unify restart paths + clean sidecar on session-id clear (closes #922 #923) (#984)
* 39d10709c651e6a84d2a661f618afd4372eff885 fix(telegram): guard against duplicate bun pollers from global enablement (closes #941) (#985)
* ef988079fa2f7f854b7fce9b88cc33dcb531e073 fix(ui): popup arrows auto-activate + Enter selects highlighted (closes #896 residual) (#983)
* d4461aa559a9910b7dea8e0dad2888b988a82cf0 fix(update): detect failed brew upgrade and fail loudly (closes #954) (#982)
* 033003469425a39178f1149cf10a3448ea5d5095 fix(worktree): support merge-back in bare-repo parent (closes #891) (#979)
* 1e4f60373c5ceb270150e2c2cd0757bd15218c6a release: prepare v1.9.6 changelog + version bump

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.5...v1.9.6