# vscode_commit **Repository Path**: fanjunwei/vscode_commit ## Basic Information - **Project Name**: vscode_commit - **Description**: AI 提交助手 自动生成提交信息 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-19 - **Last Updated**: 2026-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI Commit Generator VS Code extension that automatically generates commit messages using AI based on your staged changes. ## Features - 🤖 Generates commit messages from git diffs - ✨ Supports Conventional Commits format - 🇨🇳 Optimized for Chinese commit messages - ⚙️ Customizable API endpoint and model ## Configuration - `aiCommitGen.baseUrl`: AI API Base URL (default: https://api.openai.com/v1) - `aiCommitGen.apiKey`: Your API Key - `aiCommitGen.model`: Model to use (default: gpt-3.5-turbo)