v2.3.2
Fixes
hookdeck listennow recovers automatically when its server-side session expires (for example after your machine has been asleep or offline for a while). Previously the CLI could appear connected while every event failed withCLI_UNAVAILABLE, requiring a manual restart. Routine reconnects (deploys, session turnover) are now quiet instead of logging alarming errors, and pressing Ctrl+C closes the connection cleanly so the server releases your session immediately. (#322)- Dashboard deep-links now include the correct
team_idwhen using a user-scoped CLI key. The "View dashboard" link and the open-in-dashboard (o) action previously produced links with an emptyteam_id=; they now resolve the active project (falling back to the connections' team). (#320) hookdeck whoaminow reports the active project from your configuration instead of the team bound to the CLI key. (#319)
Full Changelog: v2.3.1...v2.3.2