4.62.2
(fix): Fix OpenAPI importer dropping request body examples when the request
body has no schema defined. Previously, endpoints with a JSON content
type but no schema were treated as having no request body at all,
causing valid example JSON to be lost. The importer now preserves the
request and its examples so they render in docs and code snippets.
4.62.0
(feat): Make the fern api enrich command public. This command merges an
AI examples overrides file into an OpenAPI spec, integrating
x-fern-examples into native OpenAPI example fields.
4.60.0
(feat): Add agents.page-description-source to docs.yml to control which
frontmatter field is preferred for one-line page descriptions in llms.txt.
Supports description and subtitle, and falls back to other supported
frontmatter fields when the preferred field is not present.