v1.9.49

asheshgoplani/agent-deckv1.9.49Jun 7, 2026by github-actions[bot]

AI Summary

Implements XDG base directory support and enhances the TUI with smoother navigation and an optional lighter footer.

Key Highlights

  • XDG base directories implementation with hardened isolation
  • Smoother keyboard navigation in the new-session dialog
  • Optional lighter curated TUI footer

New Features

  • XDG base directory support
  • Smoother keyboard navigation
  • Optional TUI footer

Full Release Notes

## Agent Deck v1.9.49

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

## Changelog
* b555774a0901c39d8f9d5b9ed8c671c2659ff44e chore(release): v1.9.49
* 9a4ebbbc6b4075b43959a421fc010c6eae40f8f6 feat(paths): XDG base directories, hardened — supersedes #1281 (#1294)
* 501f6c0b82d4e669d520e5cc45f0b9f42163f1ec feat(tui): smoother keyboard navigation in the new-session dialog (#1295)
* f294874fe5a96abb817d4aeadc8018d301daf276 feat(ui): lighter curated TUI footer (opt-in [ui] footer) — supersedes #1289 (#1300)
* 98730b2a535f4d6ffcb0c7c82570da5d2f9128b5 test(paths): fix per-package shared-home isolation regression from #1294
* fecee3fd1b6a6b4dfdde66b6be54495005257791 test(profile): isolate HOME+XDG+tmux in TestMain to fix release-gate failure

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.48...v1.9.49