You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(commit): add commit message generation with template rendering
This commit adds the functionality to generate commit messages using a template rendering approach. It introduces a new dependency on `cc.unitmesh.devti.template.TemplateRender` and modifies the `generateCommitMessage` method in `CommitMessageSuggestionAction.kt`. The template used for rendering is `gen-commit-msg.vm` located in `src/main/resources/genius/practises`. The generated commit message includes a history example and the diff content.
0 commit comments