# commit-master **Repository Path**: suplyang/commit-master ## Basic Information - **Project Name**: commit-master - **Description**: 一个 VSCode插件,使用AI自动生成git提交消息。适用 Cursor 等支持 .vsix 插件格式的编辑器。支持自定义AI模型、提示词。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-06 - **Last Updated**: 2026-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Commit Master Generate git commit messages automatically using AI. ## Usage 1. Stage your changes 2. Press `Ctrl+Shift+P` and run **Commit Master: Generate Commit Message** 3. The commit input box will be filled automatically ## Extension Settings Include if your extension adds any VS Code settings through the `contributes.configuration` extension point. This extension contributes the following settings: * `commitMaster.enable` * `commitMaster.providerBaseUrl` * `commitMaster.model` * `commitMaster.apiKey` * `commitMaster.prompt`