Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Having LLM "proofread" user supplied commit message #2952

Open
mikegehard opened this issue Jan 21, 2025 · 0 comments
Open

feature: Having LLM "proofread" user supplied commit message #2952

mikegehard opened this issue Jan 21, 2025 · 0 comments

Comments

@mikegehard
Copy link

Issue

Aider already has the ability to create an LLM generated commit message.

Once #2904 is added it will have the ability to combine that with a user generated commit message, hopefully outlining the "why" of the commit to capture some context for future reference.

I would like to add a new feature, disabled by default, that allows you to feed the full commit message into an LLM to help generate a better "why" message based on the diff.

The goal of this feature would be to help improve commit messages to better capture the "history" of the code.

This "history" could then be used as context for future developers to ask questions about the evolution of the codebase.

Version and model info

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant