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

Improve commit message generation #143

Closed s-kostyaev closed 2 weeks ago

s-kostyaev commented 2 weeks ago

This commit enhances the ellama-generate-commit-message function. It now uses save-window-excursion to ensure that the current window is properly restored after generating the commit message. This addresses potential issues with changes in the current window during the process.