Skip to content

Commit fd9082d

Browse files
committed
feat: add Gemma and Qwen models to README and update VSCode engine version in package.json
1 parent dae2c55 commit fd9082d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ A free alternative to Github Copilot's commit generator that runs on your device
3131

3232
`Mistral` (Uses mistral:latest)
3333

34+
`Gemma` (Uses gemma3:latest)
35+
36+
`Qwen` (Uses qwen3:latest)
37+
3438
`Custom` - It allows you to write down any other model name from ollama.
3539

3640
- Use Description: It allows you to enable or disable the use of commit descriptions.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/anjerodev/commitollama.git"
1010
},
1111
"engines": {
12-
"vscode": "^1.90.0"
12+
"vscode": "^1.98.0"
1313
},
1414
"categories": ["Machine Learning", "Programming Languages"],
1515
"icon": "icon.jpg",
@@ -155,7 +155,7 @@
155155
"@types/mocha": "10.0.10",
156156
"@types/node": "22.15.2",
157157
"@types/sinon": "17.0.4",
158-
"@types/vscode": "^1.99.1",
158+
"@types/vscode": "^1.98.0",
159159
"@vscode/test-cli": "0.0.10",
160160
"@vscode/test-electron": "2.4.1",
161161
"esbuild": "0.25.3",

0 commit comments

Comments
 (0)