v1.9.55
asheshgoplani/agent-deckv1.9.55Jun 11, 2026by github-actions[bot]
AI Summary
Adds major features like session archiving/unarchiving, account switching, and remote session dialogs, backed by fixes for credentials and tmux leaks.
Key Highlights
- Add archive/unarchive with web and TUI parity
- Switch-account functionality to move sessions
- Open new-session dialog for remote rows
- Add hotkey to re-run worktree setup script
New Features
- Archive/Unarchive sessions
- Switch-account functionality
- Remote session dialog
- Re-run worktree setup hotkey
Full Release Notes
## Agent Deck v1.9.55 Terminal session manager for AI coding agents. ### Installation **Homebrew (recommended):** ```bash brew install asheshgoplani/tap/agent-deck ``` **Quick Install:** ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` **Go Install:** ```bash go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.55 ``` ## Changelog * d59597aca241d0520246b3171a72f4964d621894 New-session dialog UX top-3: Enter-advances default, remember last tool, hot-path reorder (#1390) * 624790ed8feb5ccef86f79813b7fdf44c0d79f29 chore(release): v1.9.55 * 4541d10fe70662e544a1cfd10759f928e862697b chore(release): v1.9.55 * 47f41188bf37c8f37c5947d39c2b939d63f4bb2e chore(release): v1.9.56 * 5486d76466404a64622eb0071a9a3b0d3f238fe5 ci: enable gofmt linter in golangci-lint (#1387) * 22482e85cc14824438ef3b61569fa083b296e471 ci: run full go test suite on PRs (#1363) (#1389) * 83969730b44440cddb11c6eb87cf7f007c8a1911 docs(skill): add Per-CLI Capabilities map (claude/codex/gemini) (#1381) * 68fd5bbe82a568bdd5151f559333ff62cdd502f8 feat(remote): open new-session dialog for remote rows (#1388) * 288a4d410d942caee23338d5419d19f1d027af57 feat(session): switch-account — move a session to another Claude account, conversation included (#924 follow-up) (#1377) * 692c4bfd5ad0f6cb54baeabf7e3f7857ebe038d7 feat(sessions): add archive/unarchive with web and TUI parity (#1325) * 00286fac6abfccd9cf662e2b481fdbb7f55bacda feat(ui): add hotkey to re-run worktree setup script (#1379) * 96c42bce79b98ee7edea850577e5ef5e7ed87a73 feat(ui): log footer errors and session-create flow (#1378) * c3a9332069549d6ce363dff9fda62fb284f85e56 fix(conductor): bridge.py resolves XDG paths with legacy fallback (fixes #1350) (#1356) * 185395fcf70aa3ce0c93f9738c2a76b9748a755b fix(conductor): resolve telegram/discord user_id from env like the bot token (#1386) * fe61f7d41669bf6cb40800ac81c4702d8dc34d15 fix(git): ignore URL in branch..remote when resolving default remote (#1376) * 1dcdc7f83eb50fce6ee8d6e06b55ba55e0d6049f fix(session): avoid codex history scan after binding (#1324) * 5c6ba918022f87e7e97c64c9e45d9efc3c31aa35 fix(session): restore conductor telegram channel from config when persisted Channels is lost (#1382) * e411d39080f64153a2ecdca9ee65d54584af7ff4 fix(session): stop nested-scratch credential chaining (401s persisting across restarts) (#1384) * 8f2f1818cd6b2ac113dbc2cd4f317db7b3bec12c fix(tmux): stop badge-watcher goroutine/fd leak on every attach (#1375) * f543c4e0da9f0f80f3b8a4c2eb3860e5a96d7df5 fix(tui): pressing n on a remote group opens the new-session dialog (#1364) * 5d51c5940396068e49dbd162d818c4d1a06aa8f7 fix(ui): cut tmux subprocess load behind TUI lag at scale (#1366) (#1372) * 49c0ce966f0e4aeddd3ca4a510a87a04586c225d fix: conductor bridge restart registers duplicate phantom conductor instance (#1380) * 08e0efb7da6673cb36f479bb804a4b299b2887e8 fix: preserve nested group paths when creating sessions (#1367) * 2677450a2f633061b5fcdc24df4e88df36cf2070 test(web): commit CI-generated visual baselines (weekly-regression run 27371310134) * 3ac53ebb92feebdabc3c6c153eef6af72d334439 test(web): complete web-UI test loop — coverage gaps + weekly visual suite rebuild (#1298) (#1385) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.54...v1.9.55