v1.7.73
asheshgoplani/agent-deckv1.7.73Apr 30, 2026by github-actions[bot]
AI Summary
A comprehensive bug fix release correcting cost data, hook configurations, and session lifecycle management.
Key Highlights
- Corrected Anthropic pricing data and added Claude Opus 4.7 support.
- Fixed detection and update of stale Async config on reinstall.
- Preserved tool_data extras across save cycles in the statedb.
Full Release Notes
## Agent Deck v1.7.73 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.7.73 ``` ## Changelog * f23e2d69e2d9e5d46fc8de4a2eacd7b9124e3181 chore(release): v1.7.73 (#823) * 7e059ec961f2c5c83384b33d6eb466633ed556d8 fix(codex): timeout-wrap the sessions tree walk to prevent indefinite hangs (#3) (#810) * 5640f3ab3b72809b8bd7ee44cccc92d3a7a5baf6 fix(costs): correct Anthropic pricing data and add claude-opus-4-7 (#814) * 5b32d122610bdd7778ee06cb0b0227a9882633fc fix(hooks): detect and update stale Async config on reinstall (#4) (#811) * e37f15be076226af7b57366f2a02f9f4961cf2ef fix(hooks): emit allow decision for PermissionRequest in DSP-launched sessions (#1) (#808) * db7183f82d6c8a9f69f039a0ba2f7f354a6c2e93 fix(notifier): inbox + retry-with-backoff + orphan WARN + self-suppress (#805) (#807) * e7d5e13b3320572a40e29a0942eb2de526219ccd fix(session): release i.mu across opencode CLI subprocess (#801) * 1e9c40cc177c6f8cb38764129ffb91f8a752d357 fix(statedb): preserve tool_data extras across save cycles (#5) (#817) * a9eca1ae23a33de84ef3a7aada545fc8115c0471 fix(termreply): flush lone ESC outside attach quarantine (#812) * a8fa18669df40a7a5d01b8fce0b3f74145af9af6 fix(tmux): set Cmd.WaitDelay on tmuxExec to backstop bridged-stdio EOF hang (#2) (#809) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.72...v1.7.73