Skip to content

v0.10.13

Choose a tag to compare

@asheshgoplani asheshgoplani released this 04 Feb 10:38
· 2273 commits to main since this release

Agent Deck v0.10.13

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

Changelog

  • 179483b feat: migrate logging to structured slog with JSONL output and rotation
  • c3f7fc7 fix: cap MCP pool restarts to prevent infinite loop memory leak

Full Changelog: v0.10.12...v0.10.13