Agent Deck v1.7.73
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.73Changelog
- f23e2d6 chore(release): v1.7.73 (#823)
- 7e059ec fix(codex): timeout-wrap the sessions tree walk to prevent indefinite hangs (#3) (#810)
- 5640f3a fix(costs): correct Anthropic pricing data and add claude-opus-4-7 (#814)
- 5b32d12 fix(hooks): detect and update stale Async config on reinstall (#4) (#811)
- e37f15b fix(hooks): emit allow decision for PermissionRequest in DSP-launched sessions (#1) (#808)
- db7183f fix(notifier): inbox + retry-with-backoff + orphan WARN + self-suppress (#805) (#807)
- e7d5e13 fix(session): release i.mu across opencode CLI subprocess (#801)
- 1e9c40c fix(statedb): preserve tool_data extras across save cycles (#5) (#817)
- a9eca1a fix(termreply): flush lone ESC outside attach quarantine (#812)
- a8fa186 fix(tmux): set Cmd.WaitDelay on tmuxExec to backstop bridged-stdio EOF hang (#2) (#809)
Full Changelog: v1.7.72...v1.7.73