Skip to content

v0.16.0

Choose a tag to compare

@asheshgoplani asheshgoplani released this 14 Feb 18:52
· 2245 commits to main since this release

Agent Deck v0.16.0

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.16.0

Changelog

  • 57a627c feat(hooks): add Claude Code lifecycle hooks for real-time status detection
  • 806483c feat(seo): add llms.txt, fix schema version, add FAQ entries for discoverability
  • 35b7a29 feat: add --teammate-mode tmux option to Claude session launcher (#168)
  • e5eb559 feat: add Slack integration and cross-platform daemon support (#169)

Full Changelog: v0.15.0...v0.16.0