In Visual Studio Code, at the bottom of the Activity Bar, click the Extensions icon, and select Install from VSIX. Select the VSIX file ProCommit.vsix and click Install.
You're done!
Extension Settings
ProCommit extension contributes the following settings:
General
procommit.general.generator: Generator used to create commit messages. Available options: ChatGPT, Custom.
procommit.general.messageApproveMethod: Method used to approve generated commit messages. Available options: Quick pick, Message file.
procommit.general.language: Control what language should used for commit message.
procommit.general.showEmoji: Include emojis in commit messages
procommit.general.useMultipleResults: Allow using multiple results for commit messages
OpenAI
procommit.openAI.apiKey: API Key needed for generating AI commit messages.
procommit.openAI.modelVersion: Version of AI Model used.
procommit.openAI.temperature: Controls randomness. Lower values result in less random completions. As the temperature approaches zero, the model becomes deterministic and repetitive.
procommit.openAI.maxTokens: The maximum number of tokens to generate. Requests can use up to 2048 tokens shared between prompt and completion.