Skip to content

v1.9.58

Choose a tag to compare

@github-actions github-actions released this 14 Jun 00:18

Agent Deck v1.9.58

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@v1.9.58

Changelog

  • 0563dc0 chore(release): v1.9.58
  • e861041 feat(conductor): inject AGENTDECK_PROFILE into spawned session env (fixes #1428) (#1430)
  • e01e054 feat(session): show running indicator for shell sessions with a foreground process (#1308)
  • c1c0e04 feat(sessions): auto-named quick sessions show Claude's live task description (#1416) (#1418)
  • 759b01c feat(tui): cycle group view modes — active-on-top / populated-on-top (#1417)
  • 06d1aa0 feat(tui): session switcher (Ctrl+S) (#1411)
  • def4b26 fix(creds-refresh): derive keep-warm defaults from config.toml profiles (#1414) (#1419)
  • 705d502 fix(hooks): done-sentinel detection on current Claude Code transcript formats (fixes #1422) (#1423)
  • ec3c327 fix(notify): stale DB row must not veto a fresh terminal hook status (#1425)
  • 5472924 fix(send): prompt-state-aware session send — composer-draft guard + verified delivery (closes #1409, #1413) (#1432)
  • ed06290 fix(session): collision-checked output reads + error-banner status (closes #1400) (#1433)
  • 5d2a719 fix(tui): address session-switcher review feedback (follow-up to #1411) (#1426)
  • 048bae9 release: v1.9.58

Full Changelog: v1.9.57...v1.9.58