v1.14.5
Patch fix for Cloudflare bad-input error classification (issue #91).
Fixed
- Cloudflare
InvalidRequestErrorwrapping —CloudflareProvidernow catches Workers AIAiError: Bad inputresponses and re-throws them asInvalidRequestErrorinstead of propagating the rawAiError. Callers and gateways can now distinguish non-retryable bad-input failures from transient infrastructure errors without parsing raw message strings.