DocsFeatures

Git & commits

Wrap up task results with AI-generated commit messages

When a task finishes, pick changed files and commit them on the spot. Commit messages are written automatically by AI from the diff.

How to use

  1. 1

    Review changes

    Uncommitted files appear in the Git status bar on the task detail.

  2. 2

    Pick files

    Check the files you want to include in the commit.

  3. 3

    Commit

    Leave the message blank to let AI write it from the diff. If you typed one, yours is used.

How messages are generated

It first runs Gemini Flash Lite and falls back to Claude when no API key is set or generation fails. The style follows Conventional Commits in your current display language.

Requirements

  • The project path must be the root of a Git repository
  • git config user.name and user.email must be set
  • Commit and push are available with a paid license