|
30 | 30 |
|
31 | 31 | ## 🔧 Extension Settings |
32 | 32 |
|
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). | |
41 | 42 |
|
42 | 43 | ## 🛠 Commands |
43 | 44 |
|
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. | |
49 | 50 |
|
50 | 51 | ## 🛠 Known Issues |
51 | 52 |
|
@@ -74,4 +75,4 @@ Contributions are welcome! Fork the repo and submit a PR [here](https://github.c |
74 | 75 | 🔗 **More Information:** |
75 | 76 |
|
76 | 77 | - [VS Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) |
77 | | -- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) |
| 78 | +- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) |
0 commit comments