Agent Deck v1.9.25
Terminal session manager for AI coding agents.
Installation
Homebrew (recommended):
brew install asheshgoplani/tap/agent-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.25Changelog
- 5a99652 chore(coderabbit): enable scoring, sequence diagrams, finishing touches + path-specific rules (#1117)
- 1e73639 chore(release): v1.9.25
- 04559bf chore(release): v1.9.25 — fold in #1124 MCP web UI
- c709400 feat(web): MCP management endpoints + UI (closes 4 MISSING rows in PARITY_MATRIX) (#1124)
- e8433c4 feat(web): Skills management endpoints + UI (closes MISSING rows in PARITY_MATRIX) (#1122)
- 21394b7 fix(lint): install golangci-lint v2 to match .golangci.yml config (#1119)
- a96fd5b fix(multi-repo): run .worktreeinclude and setup script for each repo (#1118)
- c738ded fix(remote): waiting-status + arrow keys + insert perf (closes #1112, follow-ups to #1102/#1110) (#1120)
- 351c43a fix(tmux): route iTerm badge updates through attach process so renames take effect (closes #1114) (#1116)
- fe7e9c7 fix(ui): screen scaling at narrow widths + insert buffer stale on session switch (closes #1113) (#1123)
- 42045ce refactor(multi-repo): extract CreateMultiRepoWorktrees into testable function (#1121)
Full Changelog: v1.9.24...v1.9.25