✨ AI configuration assistant is now in Beta on Starter and Pro**

The AI configuration assistant is a chat-based assistant in the Workflow Editor.

:computer_mouse: Open it with Ask AI,

Describe what you want in plain language, and it returns validated YAML. It also explains existing Workflows and Pipelines and suggests changes to them. Review the diff before saving.

Example

  • Ask “find optimizations in createReleasePipeline”.
  • The assistant reports that createRelease and bumpVersion both run gradle-runner with no dependency caching, and that abort_on_fail on createRelease is redundant because bumpVersion already depends on it.
  • Reply “apply the caching and remove the redundant abort_on_fail”. It inserts restore-cache after git-clone and save-cache after gradle-runner in both Workflows, keyed on a checksum of the Gradle files, and drops the flag.

Other things to ask:

  • explain a Workflow step by step,
  • add Bitrise Build Cache for Xcode to your build and test Workflows,
  • replace a deprecated Firebase CLI token with a service account file.

Enable Configuration generator in Project settings → Bitrise AI for each project. Repository access requires a connected GitHub App.

:warning: This is a Beta. For customers on Starter and Pro plans only.

We’re improving this based on feedback. Try it and tell us what breaks.

On another plan and want access? Message us through any support channel. We’re opening a limited number of spots.

:books: Docs

You likely don’t need to read a manual for this, but it won’t hurt.
(AI configuration assistant | Bitrise Docs)