diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-28.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-28.mdx index 1ce49b9bd..04d640a5f 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-28.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-28.mdx @@ -1,3 +1,11 @@ +## 5.41.1 +**`(fix):`** Stop overwriting native OpenAPI examples with AI-generated ones (FER-10006). +When a customer provides an `example` or `examples` on a request body whose +media type also has a `schema`, the example is now correctly classified as +user-specified at both the IR and FDR layers, so the AI example enhancer +skips the endpoint instead of replacing the human-authored payload. + + ## 5.41.0 **`(feat):`** Add X-Request-Id header to all CLI v2 HTTP requests for request tracing and debugging.