aicommits 2.0.0-develop.1 → 2.0.0-develop.3
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 +3 -1
- package/dist/cli-8OikwcWH.mjs +194 -0
- package/dist/cli.mjs +1 -1
- package/dist/{token-1RgIvzSg.mjs → token-BBjSjsOL.mjs} +1 -1
- package/dist/{token-util-DrXRmuwy.mjs → token-util-DSUfZicm.mjs} +1 -1
- package/dist/{token-util-BQstDXAi.mjs → token-util-kF1mb_fv.mjs} +1 -1
- package/package.json +1 -1
- package/dist/cli-CiS8kAU7.mjs +0 -184
package/README.md
CHANGED
|
@@ -17,9 +17,11 @@
|
|
|
17
17
|
1. Install _aicommits_:
|
|
18
18
|
|
|
19
19
|
```sh
|
|
20
|
-
npm install -g aicommits
|
|
20
|
+
npm install -g aicommits@develop
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
> We need @develop since v2 is still not released as latest/main! Don't remove it to test v2!
|
|
24
|
+
|
|
23
25
|
2. Run the setup command to choose your AI provider:
|
|
24
26
|
|
|
25
27
|
```sh
|