This commit is contained in:
Hassan El Mghari
2023-02-14 12:28:55 -05:00
parent 8e20232b0c
commit 1acef4f1a8
2 changed files with 3 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ 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 diffs greater than 200 lines by grabbing the diff per file
- Add support for a flag that can auto-accept - Add support for a flag that can auto-accept
- Add ability to specify a commit message from inside aicommit - Add ability to specify a commit message from inside aicommit
- Use gpt-3-tokenizer
- Add automated github releases
- Add opt-in emoji flag - Add opt-in emoji flag
- Add opt-in languages flag - Add opt-in languages flag
- Build landing page for the 2.0 launch - Build landing page for the 2.0 launch

View File

@@ -1,6 +1,6 @@
{ {
"name": "aicommits", "name": "aicommits",
"version": "1.0.4", "version": "1.0.5",
"description": "Writes your git commit messages for you with AI", "description": "Writes your git commit messages for you with AI",
"files": [ "files": [
"bin" "bin"