Skip to content

v0.19.6

Choose a tag to compare

@asheshgoplani asheshgoplani released this 19 Feb 23:16

Agent Deck v0.19.6

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

Changelog

  • 093129f feat(conductor): split policy from shared CLAUDE with safe migration (#201)
  • 8118cc9 feat(mcp): add manage_mcp_json config flag to disable .mcp.json writes (#197)
  • df6cadd fix(conductor): include agent-deck binary dir in daemon PATH (#196)
  • b7bf41f fix: Support environment variables in file path configuration values (#194)

Full Changelog: v0.19.5...v0.19.6