AI commit messages
Stainless can now automatically generate commit messages for your SDK builds using AI. When enabled, AI generates descriptive commit messages for each SDK following the Conventional Commits format.
How to enable:
- Navigate to your organization settings at
https://app.stainless.com/{your-org}/settingsand toggle AI Commit Messages on - Preview PRs: Set
enable_ai_commit_messages: truein your GitHub Action workflow - Studio: Use the "Generate with AI" option when building from a dev branch
- CLI: run
str builds createwith the--enable-ai-commit-messagesflag
Fetched May 22, 2026

