diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx index 396e07f58..547149eb0 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-14.mdx @@ -51,7 +51,7 @@ and error messages include actionable context. ## 5.25.0 -**`(feat):`** Register the new `fernapi/fern-cli-generator` generator in the CLI configuration. +**`(feat):`** Register the new `fernapi/fern-cli` generator in the CLI configuration. ## 5.24.2 diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx index b00750dd1..cb262a7ec 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx @@ -6,7 +6,7 @@ populated from `OpenAPISpec.namespace` (also `OpenRPCSpec.namespace` and `GraphQLSpec.namespace`). Enables generators that opt into `generatorWantsSpecs` to route multi-spec workspaces by their workspace-declared namespace instead of inferring one from the -runner-assigned filename. The new `fernapi/fern-cli-generator` generator +runner-assigned filename. The new `fernapi/fern-cli` generator uses this to emit `.spec_under("", ...)` in the generated `main.rs` when the user namespaces their specs.