Skip to content

v1.9.49

Choose a tag to compare

@github-actions github-actions released this 07 Jun 11:52

Agent Deck v1.9.49

Terminal session manager for AI coding agents.

Installation

Homebrew (recommended):

brew install asheshgoplani/tap/agent-deck

Quick Install:

curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash

Go Install:

go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.49

Changelog

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

Full Changelog: v1.9.48...v1.9.49