You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): align documentation with current repo state
Update the top-level and package docs to match the current workspace layout,
supported tools, settings flow, and verification commands.
Co-Authored-By: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: apps/package/README.md
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,23 @@
1
1
# @cookielab.io/klovi
2
2
3
-
Browse and present AI coding session history. Supports Claude Code, Codex (CLI & app), and OpenCode.
3
+
Browse and present AI coding session history. Supports Claude Code, Codex CLI,
4
+
and OpenCode.
4
5
5
6
## Quick Start
6
7
7
8
```bash
8
-
# Run with Node.js
9
-
npx @cookielab.io/klovi
10
-
11
-
# Run with Bun
12
9
bunx @cookielab.io/klovi
13
10
```
14
11
15
-
Klovi starts a local server on `http://127.0.0.1:3583` and opens your browser. All data stays on your machine — sessions are read directly from each tool's local storage.
12
+
Klovi starts a local server on `http://127.0.0.1:3583` and opens your browser.
13
+
All data stays on your machine. Sessions are read directly from each tool's
0 commit comments