This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryUpdates tui, session, and recommended across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Inject AGENTDECK_PROFILE into spawned session env (fixes #1428) Inject AGENTDECK_PROFILE into spawned session env (fixes #1428) Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Medium |
Show running indicator for shell sessions with a foreground process Show running indicator for shell sessions with a foreground process Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Medium |
Auto‑named quick sessions display Claude's live task description Auto‑named quick sessions display Claude's live task description Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Medium |
Cycle group view modes — active‑on‑top / populated‑on‑top in TUI Cycle group view modes — active‑on‑top / populated‑on‑top in TUI Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Medium |
Session switcher (Ctrl+S) in TUI Session switcher (Ctrl+S) in TUI Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Derive keep‑warm defaults from config.toml profiles in creds‑refresh Derive keep‑warm defaults from config.toml profiles in creds‑refresh Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Detect done‑sentinel on current Claude Code transcript formats in hooks Detect done‑sentinel on current Claude Code transcript formats in hooks Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Prevent stale DB row from vetoing fresh terminal hook status in notify Prevent stale DB row from vetoing fresh terminal hook status in notify Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Implement prompt‑state‑aware session send with composer‑draft guard and verified delivery Implement prompt‑state‑aware session send with composer‑draft guard and verified delivery Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Add collision‑checked output reads and error‑banner status to session handling Add collision‑checked output reads and error‑banner status to session handling Source: llm_adapter@2026-06-14 Confidence: high |
— |
Full changelog
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/[email protected]
Changelog
- 0563dc06caaee68a476ba098de4fb8f28a499659 chore(release): v1.9.58
- e861041a018e84e5ec39937fe813a6b3ad8b56e3 feat(conductor): inject AGENTDECK_PROFILE into spawned session env (fixes #1428) (#1430)
- e01e054e9d3ef763e948b2cb943a61140cce3e46 feat(session): show running indicator for shell sessions with a foreground process (#1308)
- c1c0e04ea8b7587067682b9d23ccd5fde524dea8 feat(sessions): auto-named quick sessions show Claude's live task description (#1416) (#1418)
- 759b01cf7fa398566cfafd0a215c686f7f545b5c feat(tui): cycle group view modes — active-on-top / populated-on-top (#1417)
- 06d1aa0f30e9ea4697528285313c36f66b6f20e4 feat(tui): session switcher (Ctrl+S) (#1411)
- def4b26f5b49dc0ef2cb82febfab53929ae6ee6a fix(creds-refresh): derive keep-warm defaults from config.toml profiles (#1414) (#1419)
- 705d502c32aba951249a67f6dd01541c9950964f fix(hooks): done-sentinel detection on current Claude Code transcript formats (fixes #1422) (#1423)
- ec3c3277dcd34c60464c7d49c610812446937b18 fix(notify): stale DB row must not veto a fresh terminal hook status (#1425)
- 54729243a73ee6286a15101bdfa154aaa98bf2b8 fix(send): prompt-state-aware session send — composer-draft guard + verified delivery (closes #1409, #1413) (#1432)
- ed06290071061d9087703ec1b67e03ff555c3c7a fix(session): collision-checked output reads + error-banner status (closes #1400) (#1433)
- 5d2a719911955897d1dae5c79941a01d10c84273 fix(tui): address session-switcher review feedback (follow-up to #1411) (#1426)
- 048bae919903114422c1df163c3192cb6c610adb release: v1.9.58
Full Changelog: https://github.com/asheshgoplani/agent-deck/compare/v1.9.57...v1.9.58
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]