Skip to content

Releases: elusive/gemini-cli-ext-git

Add MIT license

26 Dec 16:38

Choose a tag to compare

Added a LICENSE file for an MIT license boilerplate.

v0.1.0 Initial release

01 Dec 01:45

Choose a tag to compare

Initial Release

This Gemini CLI extension provides helper commands for git tasks. This v0.1.0 release provides two new commands.

Commitizen Commit Message

The command /git-cm will use the staged files to generate a commit message according to the Commitizen format. You can then use the /copy command to capture the output and use it.

Changelog Entry Helper

The command /git-cl will use the results of git log and cat CHANGELOG.md to generate an entry for the change log file based on the date and based on the guidelines at KeepAChangeLog.com. You can then use the /copy command to copy the new entry to the clipboard for pasting into the actual CHANGELOG.md file.

Full Changelog: https://github.com/elusive/gemini-cli-ext-git/commits/v0.1.0