v1.8.0

asheshgoplani/agent-deckv1.8.0May 6, 2026by github-actions[bot]

AI Summary

A feature release introducing a redesigned WebUI interface.

Key Highlights

  • WebUI redesign port (PR-B) implemented.

New Features

  • WebUI redesign

Full Release Notes

## Agent Deck v1.8.0

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

## Changelog
* c68cde3a03a620150263313a21eedc58186bfe88 chore(release): v1.8.0 (#875)
* b923e8bce750acce8f612e679f8460133a2946c6 feat(web): WebUI redesign port (PR-B) (#860)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.83...v1.8.0