Skip to content

v0.19.10

Choose a tag to compare

@asheshgoplani asheshgoplani released this 23 Feb 13:19
· 2237 commits to main since this release

Agent Deck v0.19.10

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

Changelog

  • e180d75 fix(session): harden session send retry and docs
  • a737948 fix(session): make conductor send/output single-call and resilient
  • 31231ce fix(skills): enforce directory-only project skills and symlink-safe attach
  • 3b7d3d5 fix(ui): remove unused Claude session helper
  • 7b3cb07 fix: prefer shell python for conductor daemon
  • 01c14c9 fix: prevent style leakage after tmux attach
  • fc1e8f3 merge: integrate codex/release-v0.19.9 into main
  • 69d55c4 test(ui): harden skill dialog temp-home cleanup under race

Full Changelog: v0.19.9...v0.19.10