@cookielab.io/klovi 3.2.1 → 3.4.0
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 -1
- package/dist/cli.js +2240 -680
- package/dist/server.js +2233 -673
- package/dist/web/chunk-1kc2497n.js +331 -0
- package/dist/web/chunk-psyp4t4q.css +1 -0
- package/dist/web/index.html +10 -10
- package/package.json +6 -6
- package/dist/web/index-p48c36t9.css +0 -1
- package/dist/web/index-wygejn77.js +0 -301
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @cookielab.io/klovi
|
|
2
2
|
|
|
3
3
|
Browse and present AI coding session history. Supports Claude Code, Codex CLI,
|
|
4
|
-
and OpenCode.
|
|
4
|
+
Cursor, and OpenCode.
|
|
5
5
|
|
|
6
6
|
## Quick Start
|
|
7
7
|
|
|
@@ -71,6 +71,7 @@ Starts the Klovi backend server. Returns `{ url, stop() }`.
|
|
|
71
71
|
|
|
72
72
|
- **Claude Code** — reads from `~/.claude/projects/`
|
|
73
73
|
- **Codex CLI** — reads from `~/.codex/sessions/`
|
|
74
|
+
- **Cursor** — reads from `~/.cursor/` plus Cursor's platform-specific app-support SQLite state
|
|
74
75
|
- **OpenCode** — reads from `~/.local/share/opencode/opencode.db`
|
|
75
76
|
|
|
76
77
|
## Settings
|