s-kostyaev / ellama

Ellama is a tool for interacting with large language models from Emacs.
GNU General Public License v3.0
378 stars 27 forks source link

Add commit message generation #141

Closed s-kostyaev closed 2 weeks ago

s-kostyaev commented 2 weeks ago

Add a new customizable variable ellama-generate-commit-message-template and a function ellama-generate-commit-message to generate commit messages based on diffs using ellama.

Fixes #105