@cookielab.io/klovi 3.0.0-beta.32 → 3.0.0-rc.2
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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ and OpenCode.
|
|
|
6
6
|
## Quick Start
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
|
-
bunx @cookielab.io/klovi
|
|
9
|
+
bunx @cookielab.io/klovi@latest
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
Klovi starts a local server on `http://127.0.0.1:3583` and opens your browser.
|
|
@@ -16,7 +16,7 @@ local storage.
|
|
|
16
16
|
Compatibility run:
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
npx @cookielab.io/klovi
|
|
19
|
+
npx @cookielab.io/klovi@latest
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## CLI Options
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cookielab.io/klovi",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-rc.2",
|
|
4
4
|
"description": "Klovi — browse and present AI coding session history",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=18"
|
|
21
21
|
},
|
|
22
|
-
"commit": "
|
|
22
|
+
"commit": "e4df4a1",
|
|
23
23
|
"author": "Cookielab s.r.o.",
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|