Agent Deck v1.7.35
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.7.35Changelog
- bc34f97 Preserve compatible wrapper identity after upstream config changes
- 4776ab8 chore(release): v1.7.33 — compatible_with for custom tools (PR #655)
- 8ba3f01 chore(release): v1.7.34 — transition notify toggle (PR #580)
- bd143de chore(release): v1.7.35 batch (#655, #580, #678, #680, #679) (#681)
- 636517f feat(cli): add --no-transition-notify flag to add command
- ab03cde feat(cli): add --no-transition-notify flag to launch command
- 0f6b609 feat(cli): add session set-transition-notify subcommand
- 62b1869 feat(cli): show NoTransitionNotify in session show output
- d6ea9ed feat(config): add transition_events toggle to [notifications]
- b80c932 feat(daemon): guard transition dispatch on config + per-session flag
- 35b6800 feat(session): add NoTransitionNotify field to Instance
- f65100f fix(notifier): honour NoTransitionNotify in dispatch()
- f9f4fd7 fix(storage): persist NoTransitionNotify through SQLite storage layer
- f23e252 style: align NoTransitionNotify field with surrounding struct columns
Full Changelog: v1.7.32...v1.7.35