vibe-replay 0.2.2 → 0.2.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 -2
- package/assets/viewer.html +37 -37
- package/dist/index.js +2085 -1154
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/vibe-replay)
|
|
4
4
|
[](https://github.com/tuo-lei/vibe-replay/blob/main/LICENSE)
|
|
5
5
|
|
|
6
|
-
Turn AI coding sessions into animated, interactive web replays.
|
|
6
|
+
Turn AI coding sessions from Claude Code, Cursor, Codex, and Pi into animated, interactive web replays.
|
|
7
7
|
|
|
8
8
|
One command. One HTML file. Share anywhere.
|
|
9
9
|
|
|
@@ -63,6 +63,7 @@ https://your-host/viewer.html?url=https://example.com/replay.json
|
|
|
63
63
|
| Claude Code | Supported |
|
|
64
64
|
| Cursor | Supported |
|
|
65
65
|
| Codex | Supported |
|
|
66
|
+
| Pi | Supported |
|
|
66
67
|
| Gemini CLI | Planned |
|
|
67
68
|
|
|
68
69
|
## Options
|
|
@@ -72,7 +73,7 @@ Usage: vibe-replay [options]
|
|
|
72
73
|
|
|
73
74
|
Options:
|
|
74
75
|
-s, --session <path> Path to a specific JSONL session file
|
|
75
|
-
-p, --provider <name> Provider name (default: claude-code)
|
|
76
|
+
-p, --provider <name> Provider name (default: claude-code; supports pi)
|
|
76
77
|
--dev Write demo.json for HMR development
|
|
77
78
|
-V, --version Output the version number
|
|
78
79
|
-h, --help Display help
|