gpt-pilot
gpt-pilot copied to clipboard
(attempt) `git commit` with LLM-generated message after each task
The system should commit changes for each task using git commit and have the LLM provide a one line summary (short enough for commit message) for of the changes. Maybe multiple lines, but the first line should be short.
- [ ] LLM generates commit message
- [ ] each feature iteration should be on a new branch
- [ ] bonus points if the user can configure the name of the user doing the commits
Great idea!
Literally was going to create this same issue right now. This is needed to keep track of stuff when looking at commit history. Also would make debugging easier if you can track issues to commits. And of course, incremental CI/CD.