Skip to content

v1.0.0

Choose a tag to compare

@bernabedev bernabedev released this 26 Feb 14:28
· 27 commits to master since this release

🎉 GemCommit v1.0.0 - First Stable Release 🚀

We are excited to announce the first stable release of GemCommit! 🎊
This version brings AI-powered commit message generation, following the Conventional Commits standard.

✨ What's New

  • 🔥 AI-powered commit message generation using Google Gemini.
  • 📝 Follows Conventional Commits (feat, fix, docs, chore, etc.).
  • 🖊️ Supports detailed commit messages (body and breaking changes).
  • 📜 Commit history tracking for easy reuse.
  • One-click commit message insertion.
  • 🌐 Customizable AI model and API key in settings.
  • 🎨 Seamless integration with VS Code's Source Control UI.

📦 Installation

To install the latest version, update it from the VS Code Marketplace or run:

vsce install gemcommit

🚀 Usage

  1. Stage your changes (git add .).
  2. Use the command palette (Cmd + Shift + P) and select:
    • GemCommit: Generate Commit Message
    • GemCommit: Generate Detailed Commit Message
  3. Review the message and commit! 🎯

🛠 Known Issues

No known issues at this time. Report bugs or suggestions here.

❤️ Thank You!

Thank you to everyone who helped in the development and testing of GemCommit! 🎉
Contributions are always welcome – check out our repository for more.