v1.9.59

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

AI Summary

Adds support for Opencode MCP and fixes session model defaults to ensure correct behavior at spawn and restart.

Key Highlights

  • Add opencode MCP attach/detach support
  • Honor default model config at spawn and restart
  • Guard against --extra-arg footgun

New Features

  • Opencode MCP attach/detach support

Full Release Notes

## Agent Deck v1.9.59

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

## Changelog
* e92e6ade97c6f518af64922b6290382fc6cbbae1 chore(release): v1.9.59 (#1438)
* 3849298e1e99f14ad7e0edd6c4454083074b7f67 feat(mcp): add opencode mcp attach/detach support (#1288) (#1420)
* 78a7a03356b360e2e8fd46013c45825604463f80 fix(session): honor [claude].default_model at spawn+restart; guard --extra-arg footgun (#1437)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.58...v1.9.59