v1.9.61

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

AI Summary

Fixes configuration file bloat by preventing zero-value fields from being saved to config.toml.

Key Highlights

  • Stop SaveUserConfig from bloating config.toml
  • Prevent zero-value fields from being written

New Features

  • Config file optimization

Full Release Notes

## Agent Deck v1.9.61

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

## Changelog
* 635f2dac17b6adba9efce29dab276d06a7f481ac chore(release): v1.9.61
* 2da4449f8ae16160aac032c851e4e09929f027e9 fix(config): stop SaveUserConfig from bloating config.toml with zero-value fields (#1383)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.60...v1.9.61