v1.9.13
asheshgoplani/agent-deckv1.9.13May 17, 2026by github-actions[bot]
AI Summary
Improves web shell accessibility and performance by restoring semantic HTML elements and lazy-loading the chart bundle to reduce initial load times.
Key Highlights
- Restore <header> semantic element in web shell
- Code-split chart.umd.min.js for lazy-loading on Costs route
- Improved web performance
New Features
- Web header semantic fix
- Chart lazy-loading
Full Release Notes
## Agent Deck v1.9.13 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.13 ``` ## Changelog * 44edd72c36910d979022bcd7129326904bbcba13 fix(web): restore <header> semantic element in web shell (closes #1022 part 1) (#1024) * 18ba7c7edce4647e06db7b9574bd18f4910596d9 perf(web): code-split chart.umd.min.js to lazy-load on Costs route (#1025) * af66df5f057fa410f37fc065a2b4aa3e49da200a release: prepare v1.9.13 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.12...v1.9.13