v2.1.2-beta.1
Pre-release
Pre-release
Beta (pre-release)
Pre-release build from PR #286. Please validate auth and login flows before we ship a stable patch.
Fixes and improvements
- Clearer messaging when the API rejects credentials — HTTP
401responses surface a short, actionable message. Forhookdeck gateway mcp, that text is written to stderr so JSON-RPC on stdout stays clean for MCP clients. - Less noisy logs for expected auth failures —
401responses are logged at debug instead of error by default (use--log-level debugwhen diagnosing HTTP). hookdeck loginwith an invalid saved key — if validate rejects the stored key, the CLI prints that the key is no longer valid and continues into the usual browser/device sign-in flow (you do not needhookdeck logoutfirst).- In-process client refresh — after a successful browser login,
RefreshCachedAPIClient()syncs the cached*hookdeck.Clientfrom the updated profile.
Install
After the release workflow finishes, install the beta per README — Releasing / beta (for example npm install hookdeck-cli@beta -g, Homebrew hookdeck-beta, etc.).
Full Changelog: v2.1.1...v2.1.2-beta.1