Feat: Add Claude 3 support (#318)

* 3.0.12

* build

* feat: anthropic claude 3 support

* fix: add system prompt

* fix: type check

* fix: package version

* fix: update anthropic for dependency bug fix

* feat: update build files

* feat: update version number

---------

Co-authored-by: di-sukharev <dim.sukharev@gmail.com>
This commit is contained in:
metavind
2024-04-14 07:20:12 +02:00
committed by GitHub
parent 91399a0c68
commit 673eee209d
9 changed files with 45753 additions and 5566 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "opencommit",
"version": "3.0.12",
"version": "3.0.13",
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
"keywords": [
"git",
@@ -73,6 +73,7 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@anthropic-ai/sdk": "^0.19.2",
"@clack/prompts": "^0.6.1",
"@dqbd/tiktoken": "^1.0.2",
"@octokit/webhooks-schemas": "^6.11.0",