v1.9.5
asheshgoplani/agent-deckv1.9.5May 14, 2026by asheshgoplani
AI Summary
Fixes critical session restart behavior when commands are empty and repairs the site sitemap for search indexing. Also resolves UI rendering issues with specific character widths.
Key Highlights
- Empty Claude command no-ops restart, leaving pane dead
- Repair sitemap.xml for Google Search Console indexing
- Correctly handle keycap+VS16 cell width in viewport
- Fix UI rendering in renderPreview/clampViewport
New Features
- Empty command handling
- Sitemap repair
- Cell width rendering fix
Full Release Notes
## Agent Deck v1.9.5 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.5 ``` ## Changelog * 01ea9972256c56135f6e00692317d8b016e4dfba fix(session): empty Claude command no-ops restart, leaving pane dead (#855) * 4e92b8fab32335b9a2feedbcfaa4e237a57fbca7 fix(site): repair sitemap.xml for Google Search Console indexing * 71466cb26cf4ad62b624932d12a0bcefcba2a27f fix(ui): correctly handle keycap+VS16 cell width in renderPreview/clampViewport (closes #937 v2) (#952) * 8befe0dda98d72a73ab5fa0c0940f94b3efce03a release: prepare v1.9.5 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.4...v1.9.5 ## Agent Deck v1.9.5 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.5 ``` ## Changelog * 01ea9972256c56135f6e00692317d8b016e4dfba fix(session): empty Claude command no-ops restart, leaving pane dead (#855) * 4e92b8fab32335b9a2feedbcfaa4e237a57fbca7 fix(site): repair sitemap.xml for Google Search Console indexing * 71466cb26cf4ad62b624932d12a0bcefcba2a27f fix(ui): correctly handle keycap+VS16 cell width in renderPreview/clampViewport (closes #937 v2) (#952) * 8befe0dda98d72a73ab5fa0c0940f94b3efce03a release: prepare v1.9.5 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.4...v1.9.5