v1.9.7
asheshgoplani/agent-deckv1.9.7May 15, 2026by github-actions[bot]
AI Summary
Improves the user interface by adding a default path field for group creation and sorting sessions by actionability. It also repairs the Weekly Regression Check cron job.
Key Highlights
- Default path field for group creation dialog
- Sort sessions by most actionable within groups
- Repair Weekly Regression Check cron
- Make old TotalLastWeek test deterministic
New Features
- Default path field for groups
- Session sorting by actionability
- CI cron repair
- Deterministic testing
Full Release Notes
## Agent Deck v1.9.7 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.7 ``` ## Changelog * 1f88e0dbf70aa77131d121685e1c39c2d29ac3af feat(ui): default path field for group creation dialog (closes #918) (#988) * e3020b53ba24473e41455140d460eca6c148a248 feat(ui): sort sessions by most actionable within groups (closes #857) (#987) * a835d3ea9e2c1c8fbfdbb884fd865e28283e0392 fix(ci): repair Weekly Regression Check cron (closes #943) (#986) * 5c14a5e2f69a85330ba0539909238cb553e5a532 release: prepare v1.9.7 changelog + version bump * 156fbef2005a883e32955ed1329927a98318153f test(costs): make old TotalLastWeek test deterministic via SetClock (#990) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.6...v1.9.7