From 1aa7065ad18d4ae5b2651b95b3fb1402936e7870 Mon Sep 17 00:00:00 2001 From: Arunesh Dwivedi Date: Mon, 31 Aug 2026 01:51:13 +0000 Subject: [PATCH] fix: use patched SDK that surfaces 422 validation errors Depend on hey-sdk fork with fix-422-body branch to surface specific validation error messages instead of generic 'validation error' on hey draft send failures. Fixes basecamp/hey-cli#350. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 5dbb825f..3d9b75e6 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,8 @@ require ( charm.land/lipgloss/v2 v2.0.6 github.com/basecamp/actioncable-go v0.0.0-20260824145920-822e6cf08655 github.com/basecamp/hey-sdk/go v0.28.1 + +replace github.com/basecamp/hey-sdk/go => github.com/AruneshDwivedi/hey-sdk/go 7f51159f3c83 github.com/basecamp/mcp v0.0.0-20260828100356-2d6f44b51e9d github.com/charmbracelet/x/ansi v0.11.8 github.com/fsnotify/fsnotify v1.10.1