releases.shpreview

AI commit messages

January 22, 2026StainlessView original ↗

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}/settings and toggle AI Commit Messages on
  • Preview PRs: Set enable_ai_commit_messages: true in your GitHub Action workflow
  • Studio: Use the "Generate with AI" option when building from a dev branch
  • CLI: run str builds create with the --enable-ai-commit-messages flag

Learn more about AI commit messages →

AI commit messages

Fetched May 22, 2026