v1.0.6
This commit is contained in:
@@ -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 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
|
||||||
|
- 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
|
- Use gpt-3-tokenizer
|
||||||
- Add automated github releases
|
- Add automated github releases
|
||||||
- Add opt-in emoji flag
|
- Add opt-in emoji flag
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "aicommits",
|
"name": "aicommits",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "Writes your git commit messages for you with AI",
|
"description": "Writes your git commit messages for you with AI",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ai",
|
"ai",
|
||||||
|
|||||||
Reference in New Issue
Block a user