Skip to content

v0.15.0

Choose a tag to compare

@asheshgoplani asheshgoplani released this 12 Feb 19:19
· 2250 commits to main since this release

Agent Deck v0.15.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.15.0

Changelog

  • 9266b23 feat(ui): improve quick session creation with hovered session context (#165)
  • cec3819 feat: add option to disable statusline injection (#157)
  • b7296b9 feat: add system theme option syncing with OS dark mode (#162)
  • efe3391 fix(claude): sync session ID from disk after /clear, /fork, /compact (#166)
  • 8832903 fix(tmux): restore delay between paste and Enter in SendKeysAndEnter

Full Changelog: v0.14.0...v0.15.0