v1.9.58

asheshgoplani/agent-deckv1.9.58Jun 14, 2026by github-actions[bot]

AI Summary

Introduces a session switcher and group view modes while improving conductor environment injection and various session hooks.

Key Highlights

  • Session switcher (Ctrl+S)
  • Cycle group view modes (active-on-top / populated-on-top)
  • Inject AGENTDECK_PROFILE into spawned session env
  • Show running indicator for shell sessions

New Features

  • Session switcher (Ctrl+S)
  • Group view modes
  • Conductor profile injection
  • Running indicator

Full Release Notes

## Agent Deck v1.9.58

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.58
```

## 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