Agent Deck v1.9.21
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.21Changelog
- cbc7d07 chore(coderabbit): tune review config for OSS Go repo (#1074)
- 75571b3 chore(deps): bump actions/checkout from 4 to 6 (#1061)
- e998806 chore(deps): bump actions/deploy-pages from 4 to 5 (#1060)
- 7cad47a chore(deps): bump actions/setup-go from 5 to 6 (#1063)
- 7703168 chore(deps): bump actions/setup-python from 5 to 6 (#1064)
- cd98167 chore(deps): bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 (#1059)
- 643259d chore(deps): bump the go-minor-patch group across 1 directory with 14 updates (#1070)
- e777eb9 feat(ci): add diff-scope guard (>200 files = block) (#1053)
- 9f4b2e7 feat(security): add CodeQL + Dependabot + govulncheck + golangci-lint + CODEOWNERS + SECURITY.md + .coderabbit.yaml (#1052)
- 38c78a2 feat(ui): Shift+Enter opens session in new iTerm window (macOS) (#1077)
- 5c56b53 feat(ui): TUI insert mode for direct type-through to focused session (#1076)
- b3802e8 feat: add Jujutsu (jj) support — Original work by @jennings in #754, minimal-port retains main's internal/git API (#1080)
- 36b4d6e fix(ci): replace golang/govulncheck-action with manual install (#1075)
- b92c651 fix(deps): bump Go toolchain to 1.25.10 (closes #1054) (#1065)
- a1be24d fix(deps): restrict Dependabot grouping to minor+patch updates only (#1058)
- dce4fde fix(jujutsu): annotate 3 exec.Command sites with #nosec G204 (hotfix main red) (#1081)
- 6977603 fix(jujutsu): annotate all exec.Command sites with #nosec G204 (#1082)
- 4e6f10b fix(release): add 10m timeout to release test step (#1083)
- 0fcbbd2 fix(release): raise test timeout 10m → 20m for race-detector overhead (#1084)
- d04ef74 fix(remote): counter includes remotes + settings save preserves config (closes #1066, #1067) (#1073)
- cd373dd fix(security): triage 20 baseline gosec findings + flip golangci-lint to strict (closes #1055) (#1078)
- 954ef48 fix(session): preserve StatusStopped on manual stop (closes #953) (#1072)
- b82f963 fix(test): drop dead home assignment after Update in issue1069_type_through_test (SA4006) (#1079)
- a693bcf fix(test): skip flaky issue965 wiring test on CI (unblock v1.9.21 release) (#1085)
- 1b41cd4 fix(ui): focus name input on rename dialog open (closes #1068) (#1071)
- 852a079 fix(ui): keycap-width tests vs charmbracelet/x/ansi 0.11 (unblock v1.9.21) (#1087)
- cf47353 release: prepare v1.9.21 changelog + version bump
Full Changelog: v1.9.20...v1.9.21