v1.7.80

asheshgoplani/agent-deckv1.7.80May 5, 2026by github-actions[bot]

AI Summary

A patch release adding persistence for Claude extra args and establishing web test infrastructure.

Key Highlights

  • Persisted new session Claude extra args.
  • Added web test infrastructure and TUI⇄web parity matrix.

New Features

  • Claude extra args persistence
  • Web test infrastructure

Full Release Notes

## Agent Deck v1.7.80

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

## Changelog
* 57ac2c9aafad1f6d52ff086f4c5c7d51daa2d596 Persist new session Claude extra args (#853)
* e2e734d9b1c848711c71b1054676fbd61591f891 chore(release): v1.7.80 (#858)
* 786138ebbe9dfea83e3b65424e662be533171e0d fix(costs): TestStore_TotalLastWeek_OnlyLastWeekEvent flake on Monday UTC (#859)
* 412e00892170a43756777e3190e934c806981766 test(web): web test infra + TUI⇄web parity matrix (PR-A) (#804)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.79...v1.7.80