Skip to content

v1.9.55

Choose a tag to compare

@github-actions github-actions released this 11 Jun 19:49
· 77 commits to main since this release

Agent Deck v1.9.55

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

Changelog

  • d59597a New-session dialog UX top-3: Enter-advances default, remember last tool, hot-path reorder (#1390)
  • 624790e chore(release): v1.9.55
  • 4541d10 chore(release): v1.9.55
  • 47f4118 chore(release): v1.9.56
  • 5486d76 ci: enable gofmt linter in golangci-lint (#1387)
  • 22482e8 ci: run full go test suite on PRs (#1363) (#1389)
  • 8396973 docs(skill): add Per-CLI Capabilities map (claude/codex/gemini) (#1381)
  • 68fd5bb feat(remote): open new-session dialog for remote rows (#1388)
  • 288a4d4 feat(session): switch-account — move a session to another Claude account, conversation included (#924 follow-up) (#1377)
  • 692c4bf feat(sessions): add archive/unarchive with web and TUI parity (#1325)
  • 00286fa feat(ui): add hotkey to re-run worktree setup script (#1379)
  • 96c42bc feat(ui): log footer errors and session-create flow (#1378)
  • c3a9332 fix(conductor): bridge.py resolves XDG paths with legacy fallback (fixes #1350) (#1356)
  • 185395f fix(conductor): resolve telegram/discord user_id from env like the bot token (#1386)
  • fe61f7d fix(git): ignore URL in branch..remote when resolving default remote (#1376)
  • 1dcdc7f fix(session): avoid codex history scan after binding (#1324)
  • 5c6ba91 fix(session): restore conductor telegram channel from config when persisted Channels is lost (#1382)
  • e411d39 fix(session): stop nested-scratch credential chaining (401s persisting across restarts) (#1384)
  • 8f2f181 fix(tmux): stop badge-watcher goroutine/fd leak on every attach (#1375)
  • f543c4e fix(tui): pressing n on a remote group opens the new-session dialog (#1364)
  • 5d51c59 fix(ui): cut tmux subprocess load behind TUI lag at scale (#1366) (#1372)
  • 49c0ce9 fix: conductor bridge restart registers duplicate phantom conductor instance (#1380)
  • 08e0efb fix: preserve nested group paths when creating sessions (#1367)
  • 2677450 test(web): commit CI-generated visual baselines (weekly-regression run 27371310134)
  • 3ac53eb test(web): complete web-UI test loop — coverage gaps + weekly visual suite rebuild (#1298) (#1385)

Full Changelog: v1.9.54...v1.9.55