gpt-pilot icon indicating copy to clipboard operation
gpt-pilot copied to clipboard

(attempt) `git commit` with LLM-generated message after each task

Open nalbion opened this issue 2 years ago • 2 comments

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

nalbion avatar Oct 13 '23 07:10 nalbion

Great idea!

pezzos avatar Oct 13 '23 07:10 pezzos

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.

amandoabreu avatar Oct 13 '23 07:10 amandoabreu