v1.9.25
asheshgoplani/agent-deckv1.9.25May 21, 2026by github-actions[bot]
AI Summary
Major feature release adding MCP and Skills management UI, plus multiple stability improvements.
Key Highlights
- MCP management endpoints and UI
- Skills management endpoints and UI
- Run .worktreeinclude and setup script for each repo
- Remote session latency markers in header
- iTerm badge updates through attach process
- Screen scaling fixes at narrow widths
New Features
- MCP management UI
- Skills management UI
- Multi-repo worktree improvements
- Remote session latency markers
- Status line counter improvements
- Screen scaling fixes
Full Release Notes
## Agent Deck v1.9.25 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.25 ``` ## Changelog * 5a996526856813980b35e86262d75de7e35b8728 chore(coderabbit): enable scoring, sequence diagrams, finishing touches + path-specific rules (#1117) * 1e73639959899c264fe4e62fa463ce91ca4de5d8 chore(release): v1.9.25 * 04559bf1601ba75747a6797061787e842285acb0 chore(release): v1.9.25 — fold in #1124 MCP web UI * c709400a650df9b540dc38a58d2c123d119bb448 feat(web): MCP management endpoints + UI (closes 4 MISSING rows in PARITY_MATRIX) (#1124) * e8433c42e93a1917cb1f7ad384684a4b0faf85a5 feat(web): Skills management endpoints + UI (closes MISSING rows in PARITY_MATRIX) (#1122) * 21394b7d45802ffd5d2508a619ab8e04b36e3df7 fix(lint): install golangci-lint v2 to match .golangci.yml config (#1119) * a96fd5bc0b27117384ac94a3aa687ec2ae897294 fix(multi-repo): run .worktreeinclude and setup script for each repo (#1118) * c738deddc48c9573774d5230cc2d4d3a3c031e68 fix(remote): waiting-status + arrow keys + insert perf (closes #1112, follow-ups to #1102/#1110) (#1120) * 351c43a14d721b45d82a3483640466f6a485ad17 fix(tmux): route iTerm badge updates through attach process so renames take effect (closes #1114) (#1116) * fe7e9c7e9c95e6ce900c12fc6ded1f37985d76f7 fix(ui): screen scaling at narrow widths + insert buffer stale on session switch (closes #1113) (#1123) * 42045ce9f3a412bd545f67c74652fbf58db289be refactor(multi-repo): extract CreateMultiRepoWorktrees into testable function (#1121) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.24...v1.9.25