3030
3131## 🔧 Extension Settings
3232
33- | Setting | Description |
34- | ----------------------------------| ---------------------------------------------------------------|
35- | ` gemcommit.apiKey ` | API key for Google Gemini AI. |
36- | ` gemcommit.model ` | AI model for generating commit messages. |
37- | ` gemcommit.customPrompt ` | Custom prompt template for commit messages. |
38- | ` gemcommit.promptBeforeInsert ` | Enables review before inserting commit messages. |
39- | ` gemcommit.maxHistorySize ` | Maximum number of commit messages stored in history. |
40- | ` gemcommit.includeProjectContext ` | Includes project details (e.g., package.json) in AI prompts. |
33+ | Setting | Description |
34+ | --------------------------------- | ------------------------------------------------------------ |
35+ | ` gemcommit.apiKey ` | API key for Google Gemini AI. |
36+ | ` gemcommit.model ` | AI model for generating commit messages. |
37+ | ` gemcommit.customPrompt ` | Custom prompt template for commit messages. |
38+ | ` gemcommit.promptBeforeInsert ` | Enables review before inserting commit messages. |
39+ | ` gemcommit.maxHistorySize ` | Maximum number of commit messages stored in history. |
40+ | ` gemcommit.includeProjectContext ` | Includes project details (e.g., package.json) in AI prompts. |
41+ | ` gemcommit.commitLanguage ` | Language for commit messages (e.g., english, spanish). |
4142
4243## 🛠 Commands
4344
44- | Command | Description |
45- | ------------------------------------------| --------------------------------------------------------- |
46- | ` GemCommit: Generate Commit Message ` | Generates a Conventional Commit message. |
47- | ` GemCommit: Generate Detailed Commit Message ` | Generates a detailed commit with body & scope. |
48- | ` GemCommit: Show Commit History ` | Displays previous commit messages for reuse. |
45+ | Command | Description |
46+ | --------------------------------------------- | ---------------------------------------------- |
47+ | ` GemCommit: Generate Commit Message ` | Generates a Conventional Commit message. |
48+ | ` GemCommit: Generate Detailed Commit Message ` | Generates a detailed commit with body & scope. |
49+ | ` GemCommit: Show Commit History ` | Displays previous commit messages for reuse. |
4950
5051## 🛠 Known Issues
5152
5253- No known issues. Feel free to report any [ here] ( https://github.com/bernabedev/gemcommit/issues ) .
5354
5455## 📌 Release Notes
5556
56- ### 1.0.0
57+ ### 1.0.7
5758
58- - Initial release with AI-powered commit message generation.
59+ - AI-powered commit message generation.
5960- VS Code Source Control integration.
6061- Conventional Commits support.
6162- Commit history tracking.
6263- Review before inserting commit messages.
64+ - Support for multiple languages.
6365
6466## 📜 Following Extension Guidelines
6567
@@ -74,4 +76,4 @@ Contributions are welcome! Fork the repo and submit a PR [here](https://github.c
7476🔗 ** More Information:**
7577
7678- [ VS Code's Markdown Support] ( http://code.visualstudio.com/docs/languages/markdown )
77- - [ Markdown Syntax Reference] ( https://help.github.com/articles/markdown-basics/ )
79+ - [ Markdown Syntax Reference] ( https://help.github.com/articles/markdown-basics/ )
0 commit comments