Skip to content

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 09 Apr 06:57

Agent Deck v1.4.2

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

Changelog

  • 321d04b fix(ui): remove EnableKittyKeyboard from attach paths (#546)
  • 2c48099 fix: keyboard input regression (#539 #544) + integration tests (#541)
  • f816943 fix: remove CSIuReader from tea.WithInput — breaks terminal raw mode
  • f535003 fix: remove EnableKittyKeyboard from attach paths (#546)

Full Changelog: v1.4.1...v1.4.2