You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
I'd like to propose a feature enhancement: using the project's historical commit messages as context when generating a new one. This would help the AI learn the specific style, tone, and format of the project (e.g., Conventional Commits, subject line length, etc.), leading to more consistent and higher-quality suggestions.
Thanks for the great plugin!
I'd like to propose a feature enhancement: using the project's historical commit messages as context when generating a new one. This would help the AI learn the specific style, tone, and format of the project (e.g., Conventional Commits, subject line length, etc.), leading to more consistent and higher-quality suggestions.
A similar approach has been successfully implemented in another plugin, as discussed here: olimorris/codecompanion.nvim#694