auto-commit-msg icon indicating copy to clipboard operation
auto-commit-msg copied to clipboard

Extension does not say what changed

Open RodNas78 opened this issue 1 year ago • 1 comments

I may be missing something but i wasn't able to find an answer in documnentation or here. When i click on the icons the only thing that apeears is "update 4 files and create 1 file" Is there something else to setup?

RodNas78 avatar Oct 10 '24 17:10 RodNas78

the extension does not look at the diff, only the names of the files that changed. If you changed a single file or multiple files in the same category (e.g. dependencies or CI), then you get a prefix chore(deps): updated package.json and package-lock.json.

If you are interested in using AI to generate your commit messages based on a diff, see this page

https://github.com/MichaelCurrin/auto-commit-msg/blob/master/docs/other/ai-tools.md

MichaelCurrin avatar Nov 03 '24 18:11 MichaelCurrin