This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summarySession manager updates archive/unarchive, remote dialogs, UI hotkeys, conductor fixes and tmux leaks across session, ui, conductor, remote, tui modules.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds switch‑account command to move sessions between Claude accounts. Adds switch‑account command to move sessions between Claude accounts. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Medium |
Adds archive and unarchive actions for sessions with web‑UI and TUI parity. Adds archive and unarchive actions for sessions with web‑UI and TUI parity. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Medium |
Adds hotkey to re‑run worktree setup script in UI. Adds hotkey to re‑run worktree setup script in UI. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Medium |
Adds logging of footer errors and session‑create flow in UI. Adds logging of footer errors and session‑create flow in UI. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Medium |
Adds new-session dialog for remote rows. Adds new-session dialog for remote rows. Source: llm_adapter@2026-06-11 Confidence: low |
— |
| Feature | Low |
New-session dialog UX: Enter advances default, remembers last tool, hot‑path reordered. New-session dialog UX: Enter advances default, remembers last tool, hot‑path reordered. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Feature | Low |
Open new-session dialog when pressing n on a remote group in TUI. Open new-session dialog when pressing n on a remote group in TUI. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Bugfix | Medium |
Fixes conductor bridge to resolve XDG paths with legacy fallback. Fixes conductor bridge to resolve XDG paths with legacy fallback. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fixes conductor to resolve telegram/discord user IDs from environment variables. Fixes conductor to resolve telegram/discord user IDs from environment variables. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fixes git handling to ignore URL in branch..remote when resolving default remote. Fixes git handling to ignore URL in branch..remote when resolving default remote. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fixes session credential chaining that caused persistent 401 errors after restarts. Fixes session credential chaining that caused persistent 401 errors after restarts. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Fixes tmux badge‑watcher goroutine and file‑descriptor leak on attach. Fixes tmux badge‑watcher goroutine and file‑descriptor leak on attach. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Low |
Preserve nested group paths when creating new sessions. Preserve nested group paths when creating new sessions. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Bugfix | Low |
Restore persisted Telegram channel configuration in conductor if Channels data is lost. Restore persisted Telegram channel configuration in conductor if Channels data is lost. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Bugfix | Low |
Avoid Codex history scan after binding a session, reducing unnecessary work. Avoid Codex history scan after binding a session, reducing unnecessary work. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Bugfix | Low |
Fix conductor bridge restart from registering duplicate phantom instances. Fix conductor bridge restart from registering duplicate phantom instances. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Bugfix | Low |
Reduce tmux subprocess load behind TUI lag at scale by cutting excess processes. Reduce tmux subprocess load behind TUI lag at scale by cutting excess processes. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Refactor | Low |
Enable gofmt linter in the CI golangci‑lint configuration. Enable gofmt linter in the CI golangci‑lint configuration. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Refactor | Low |
Run the full Go test suite on pull requests in CI. Run the full Go test suite on pull requests in CI. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
| Other | Low |
Add Per-CLI Capabilities map for Claude, Codex, and Gemini in skill documentation. Add Per-CLI Capabilities map for Claude, Codex, and Gemini in skill documentation. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
Full changelog
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/[email protected]
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
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About agent-deck
Terminal session manager for AI coding agents. One TUI for Claude, Gemini, OpenCode, Codex, and more.
Related context
Related tools
Earlier breaking changes
- v1.10.9 Stop global -p/--profile from shadowing a subcommand's -p flag
Beta — feedback welcome: [email protected]