Skip to content

v0.19.16

Choose a tag to compare

@asheshgoplani asheshgoplani released this 26 Feb 07:28
· 2147 commits to main since this release

Agent Deck v0.19.16

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@v0.19.16

Changelog

  • 34eb339 fix(add): eliminate worktree TOCTOU race
  • e6cb55a fix(tmux): restore opencode busy status detection
  • 11f1aea fix(ui): move sessions by group path in move dialog
  • 1b2f38d fix: avoid false claude detection for shell sessions

Full Changelog: v0.19.15...v0.19.16