opencommit 1.1.9 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/out/cli.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div>
|
|
3
3
|
<img src=".github/logo-grad.svg" alt="OpenCommit logo"/>
|
|
4
4
|
<h1 align="center">OpenCommit</h1>
|
|
5
|
-
<h4 align="center">
|
|
5
|
+
<h4 align="center">Follow the bird <a href="https://twitter.com/io_Y_oi"><img src="https://img.shields.io/twitter/follow/io_Y_oi?style=flat&label=io_Y_oi&logo=twitter&color=0bf&logoColor=fff" align="center"></a>
|
|
6
6
|
</h4>
|
|
7
7
|
</div>
|
|
8
8
|
<h2>GPT CLI to auto-generate impressive commits in 1 second</h2>
|
|
@@ -20,8 +20,6 @@ All the commits in this repo are done with OpenCommit — look into [the commits
|
|
|
20
20
|
|
|
21
21
|
## Setup
|
|
22
22
|
|
|
23
|
-
> The minimum supported version of Node.js is the latest v14. Check your Node.js version with `node --version`.
|
|
24
|
-
|
|
25
23
|
1. Install opencommit globally to use in any repository:
|
|
26
24
|
|
|
27
25
|
```sh
|
|
@@ -113,4 +111,4 @@ Or follow the process of your IDE Source Control feature, when it calls `git com
|
|
|
113
111
|
|
|
114
112
|
## Payments
|
|
115
113
|
|
|
116
|
-
You pay for your own requests to OpenAI API. OpenCommit uses ChatGPT official model, that is ~10x times cheaper than GPT-3.
|
|
114
|
+
You pay for your own requests to OpenAI API. OpenCommit uses ChatGPT official model, that is ~10x times cheaper than GPT-3 and ~6x times cheaper than GPT-4.
|
package/out/cli.cjs
CHANGED
|
@@ -15482,7 +15482,7 @@ function G3(t, e2) {
|
|
|
15482
15482
|
// package.json
|
|
15483
15483
|
var package_default = {
|
|
15484
15484
|
name: "opencommit",
|
|
15485
|
-
version: "1.1.
|
|
15485
|
+
version: "1.1.10",
|
|
15486
15486
|
description: "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
|
|
15487
15487
|
keywords: [
|
|
15488
15488
|
"git",
|