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}/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. The --enable-ai-commit-messages flag tells Stainless to generate and use AI commit messages for your builds

Learn more about AI commit messages →