v1.9.35

asheshgoplani/agent-deckv1.9.35May 26, 2026by github-actions[bot]

AI Summary

Delivers new UI capabilities including a default model setting and full-width panes, alongside CI improvements to handle latency-sensitive testing.

Key Highlights

  • Default model setting (#1172)
  • Full-width pane support (#1167)
  • CI isolation for attach-width tests

New Features

  • Default model selection
  • Full-width pane support

Full Release Notes

## Agent Deck v1.9.35

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

## Changelog
* ce4d9533c64e97cb775db8bd6c17ecf2cc7e7820 chore(release): v1.9.35 — ship #1172 default model + #1167 full-width pane (CI unblocked via #1179)
* 14c959393e29520b7bd572bd8417014d910b9398 fix(ci): isolate latency-sensitive #1167 attach-width tests from contended full-suite + add dedicated job (#1179)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.34...v1.9.35