v1.7.75

asheshgoplani/agent-deckv1.7.75Apr 30, 2026by github-actions[bot]

AI Summary

Enhances cost tracking and session management, introducing templated cost status lines and better path expansion capabilities.

Key Highlights

  • Introduced templated cost status line with per-profile override.
  • Expanded path arguments to support tilde (~) and environment variables ($VAR).
  • Improved SSH session handling by cleaning up orphaned remote sessions.

New Features

  • Templated cost status line with per-profile override

Full Release Notes

## Agent Deck v1.7.75

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

## Changelog
* 7479333ab9b786dc84ef77d73fdb1403fe0f7228 chore(release): v1.7.75 (#831)
* 034043936dc13a1d381b78984b94a6344343b25e feat(costs): templated cost status-line with per-profile override (#819)
* 9e76ebf7c4c9a2d7384a16486f491d23dad160e4 fix(add): expand ~ and $VAR in positional path arg (#821)
* 07346c182b6b8622d553e22f00ebc2050592a964 fix(ssh): clean up orphan remote session when start fails (#822)
* 44d19c6a38d3bd45c6d70b71ba19fc6c04c69e2b fix(web): enable web mutations via config.toml and wire missing mutator (#781) (#785)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.74...v1.7.75