cecec8bf23e757df2921ea539671dd37487ca48f
AI Commit Ext
Generate commit messages using OpenCode AI.
Features
- Generate Conventional Commit messages via OpenCode
- Button in SCM header
- Progress indicator while generating
Requirements
- VS Code 1.71+
- OpenCode CLI installed
Installation
- Clone this repository
- npm install
- Press F5 to test
Configuration
aiCommitExt.model- Model to useaiCommitExt.includeUnstaged- Use unstaged changes if nothing stagedaiCommitExt.showNotification- Show notifications
Usage
- Open a Git repository in VS Code
- Stage some changes
- Click the sparkle icon in the SCM header
- Commit message is generated and filled in
Description