mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add generateCommitMessage command to package.json with SCM menu integration - Implement git utility functions to get staged diff and files - Create command handler that uses AI to generate conventional commit messages - Add localization support for the new command - Add sparkle icon to the SCM title bar for easy access This feature allows users to generate AI-powered commit messages based on their staged changes, following conventional commit format. |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||