Skip to content

Git Tools v0.2.0: From Commits to Pull Requests

Latest

Choose a tag to compare

@paufortiana paufortiana released this 20 Nov 17:26
· 1 commit to main since this release

Git Tools v0.2.0 - Feature Update

I am excited to announce the second release of the Git Tools extension for the Gemini CLI!

This release takes the next logical step and introduces intelligent Draft Pull Request generation, allowing you to move from coding to code review faster.

Key Features

  • [NEW] /git-pr:draft: Automatically generates a descriptive title and summary for a Draft Pull Request based on your current branch changes, readying your work for collaboration.
  • /git-commit:write: Analyzes your staged changes and suggests a professional, high-quality commit message.
  • /git-commit:amend: Generates a Conventional Commits-compliant message to amend your previous commit.
  • Conventional Commits Adherence: Ensures all generated messages follow the Conventional Commits 1.0.0 specification, promoting clear and standardized version control history.

Getting Started

Update or install the extension easily via the Gemini CLI:

Installation

Install the Git Tools extension by running the following command from your terminal (requires Gemini CLI v0.4.0 or newer):

gemini extensions install https://github.com/paufortiana/geminicli-git-tools-extension

Community & Contribution

As always, contributions are welcome. Check out our CONTRIBUTING.md and CODE_OF_CONDUCT.md to get involved.

Full Changelog: v0.1.0...v0.2.0