v1.9.61

gravitational/teleportv1.9.61Jun 14, 2026by github-actions[bot]

AI Summary

A configuration maintenance release that prevents the config file from bloating with zero-value fields.

Key Highlights

  • Fixed `SaveUserConfig` to stop bloating `config.toml` with zero-value fields.

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