Skip to content

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 31 Jan 16:37
· 2410 commits to main since this release

Agent Deck v0.9.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@v0.9.2

Changelog

  • 9d3e138 feat: add --json/--quiet flags to remove and profile commands, UI render helpers, pattern override config
  • 718acf0 fix: acceptConnections tight spin loop causing 492% CPU
  • 67fd6b9 fix: detect multi-word spinner status in Claude Code 2.1.25+
  • 71e3588 fix: detect user feedback prompts as waiting state (#114)
  • 082db33 fix: remove unused syncNotifications/updateTmuxNotifications (lint)
  • a4df131 perf: fix 492% CPU - JSONL tail-read, dedup notification sync, env cache, skip idle sessions
  • 595705c perf: optimize global search tiers

Full Changelog: v0.9.1...v0.9.2