Skip to content

v1.14.5

Choose a tag to compare

@stackbilt-admin stackbilt-admin released this 10 Jun 12:21
· 18 commits to main since this release

Patch fix for Cloudflare bad-input error classification (issue #91).

Fixed

  • Cloudflare InvalidRequestError wrappingCloudflareProvider now catches Workers AI AiError: Bad input responses and re-throws them as InvalidRequestError instead of propagating the raw AiError. Callers and gateways can now distinguish non-retryable bad-input failures from transient infrastructure errors without parsing raw message strings.