ai-commit icon indicating copy to clipboard operation
ai-commit copied to clipboard

feat request: adding in checks for files in the staging area automatically

Open wayne-wang-1119 opened this issue 1 year ago • 2 comments

The current behavior is files need to be added to the staging area first before generating commit message, is it possible to add:

When trying to generate a commit message, if staged changes is empty, use all the changed and automatically push all the changes to the staged changes and generate commit message?

wayne-wang-1119 avatar Nov 20 '24 19:11 wayne-wang-1119

This is a good idea, but it is very likely that there will be too many documents exceeding the token length.

Sitoi avatar Nov 27 '24 04:11 Sitoi

one option is to just iterate slowly on EACH file which would be costly . maybe have this as an option?

bramburn avatar Jan 05 '25 20:01 bramburn