From 1c7cf853c99d3542cc0716640c75ae3c0c22b916 Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Wed, 15 Feb 2023 16:24:46 -0500 Subject: [PATCH] v1.0.6 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9feb3c3..6e5036a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ The next version of the CLI, version 2, will address both of these limitations a - Add support for diffs greater than 200 lines by grabbing the diff per file - Add support for a flag that can auto-accept - Add ability to specify a commit message from inside aicommit +- Solve latency issue (use a githook to asynchronously run gpt3 call on every git add, store the result in a temp file (or in the .git folder) - Use gpt-3-tokenizer - Add automated github releases - Add opt-in emoji flag diff --git a/package.json b/package.json index a433a60..8eef0da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicommits", - "version": "1.0.5", + "version": "1.0.6", "description": "Writes your git commit messages for you with AI", "keywords": [ "ai",