> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.41.2

**`(fix):`** Add a robust resolution chain for core as-is template files so the
generator works in standalone Docker, embedded CLI Docker, and
monorepo dev layouts. Supports FERN\_RUST\_ASIS\_DIR env var override.

**`(fix):`** Escape Rust reserved keywords in generated client method names. An
endpoint named e.g. "move" now generates `pub async fn r#move` instead
of the unparseable `pub async fn move`.

## 0.41.1

**`(fix):`** Skip README, CONTRIBUTING, and reference.md generation when running in
cliEmbedded mode. These standalone docs require static assets (features.yml,
asIs/) only available in the standalone Docker image and are not needed for
embedded SDK crates.

## 0.41.0

**`(internal):`** Expose `generateAndReturnContext()` on `SdkGeneratorCli` for
in-process invocation by the CLI generator. Returns the populated
`SdkGeneratorContext` after generation completes.