Skip to content

v0.8.86

Choose a tag to compare

@github-actions github-actions released this 28 Jan 03:18

Agent Deck v0.8.86

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

Changelog

  • 938c6c6 feat(ui): implement path autocomplete with tab cycling and cursor management
  • 98f5b31 feat: add changelog display when running update command
  • f62dbc9 fix(update): improve changelog display reliability and add recent entries
  • b9e791b fix: detect 'Action Required' and other Claude permission prompts
  • 06522b0 perf: implement CapturePane caching, worker pool, and parallel shutdown

Full Changelog: v0.8.85...v0.8.86