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

## 1.0.0-rc81

**`(feat):`** 新增对自托管模式的支持。启用后，生成器可以克隆用户的 GitHub
仓库，生成 SDK 代码，并直接向用户的仓库提交/推送更改或创建 PR。
此功能遵守 .fernignore 文件以保留用户自定义内容。生成器
现在将 ir.selfHosted 传递给基础生成器代理，而不是硬编码为 false。