-
Notifications
You must be signed in to change notification settings - Fork 389
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
Please Provide a '-y' flag to non-interactively accept the comment #61
Comments
Do you mean you want to auto-accept the commit message without seeing it? |
yes, in some repos, you are not too critical of the cimmit message but still need to provide meaningful ones, so it can serve that usecase. Thanks! |
Personally, I wouldn't rely on AI to this extent yet. Let's keep this open for now and see if there's demand for this functionality. |
I found my self doing the same hack. If i'm not happy with the result i can do git commit --amend and change the result. |
This would be super nice for certain repos. I would prefer it if the commit message was echoed when commited with a non-interactive flag so that I can default to accepting the commit and just amend the ones that are not good enough. |
+1 for the -y option. If you type it, you need to know what you're doing. But there are scenarios I can very much see its value :) Thanks for this amazing tool by the way :) |
Feature request:
Please Provide a '-y' flag to non-interactively accept the comment
To hack around I did the following:
File: /usr/local/lib/node_modules/aicommits/dist/cli.js
Thank you.
The text was updated successfully, but these errors were encountered: