Jan 22, 2026
AI commit messages

James Rappazzo
Software Engineer
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 onPreview PRs: Set
enable_ai_commit_messages: truein your GitHub Action workflowStudio: Use the "Generate with AI" option when building from a dev branch
CLI: run
str builds createwith the--enable-ai-commit-messagesflag. The--enable-ai-commit-messagesflag tells Stainless to generate and use AI commit messages for your builds