Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anjerodev committed Jan 24, 2025
1 parent ee319d7 commit 8e913ee
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 23 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,28 @@
"displayName": "commitollama",
"description": "AI Commits with ollama",
"publisher": "Commitollama",
"version": "1.8.0",
"version": "1.9.0",
"repository": {
"type": "git",
"url": "https://github.com/anjerodev/commitollama.git"
},
"engines": {
"vscode": "^1.96.0"
},
"categories": ["Machine Learning", "Programming Languages"],
"categories": [
"Machine Learning",
"Programming Languages"
],
"icon": "icon.jpg",
"license": "MIT",
"keywords": ["code", "assistant", "ai", "llm", "commits", "ollama"],
"keywords": [
"code",
"assistant",
"ai",
"llm",
"commits",
"ollama"
],
"main": "./out/extension.js",
"activationEvents": [],
"contributes": {
Expand Down Expand Up @@ -45,7 +55,13 @@
"properties": {
"commitollama.model": {
"type": "string",
"enum": ["Llama", "Codegemma", "Codellama", "Mistral", "Custom"],
"enum": [
"Llama",
"Codegemma",
"Codellama",
"Mistral",
"Custom"
],
"description": "Specify the desired model for generating commit messages.",
"default": "Llama",
"order": 0
Expand Down Expand Up @@ -145,5 +161,7 @@
"dependencies": {
"ollama": "0.5.12"
},
"extensionDependencies": ["vscode.git"]
"extensionDependencies": [
"vscode.git"
]
}

0 comments on commit 8e913ee

Please sign in to comment.