Patch Changes
-
#425
958b037Thanks @charliecreates! - Add resilient Hevy API request handling with configurable timeout,
bounded retries for transient GET failures, Retry-After support for
429 responses, and clearer user-facing rate-limit/transient error
messages. -
#381
058a163Thanks @charliecreates! - AddignoreErrors: ["EPIPE", "broken pipe"]to the Sentry config so
abrupt stdio client disconnects do not generate noisy Sentry events.