opencode-replay 1.0.1 → 1.0.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 +5 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# opencode-replay
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/opencode-replay)
|
|
4
|
+
[](https://www.npmjs.com/package/opencode-replay)
|
|
5
|
+
|
|
3
6
|
A CLI tool that generates static HTML transcripts from [OpenCode](https://github.com/sst/opencode) sessions, enabling browsing, searching, and sharing of AI-assisted coding conversations.
|
|
4
7
|
|
|
8
|
+
**[Live Demo](https://ramtinj95.github.io/opencode-replay/)** - See example session transcripts
|
|
9
|
+
|
|
5
10
|
## Why?
|
|
6
11
|
|
|
7
12
|
OpenCode stores session data in `~/.local/share/opencode/storage/` as JSON files, but this data isn't easily browsable or shareable. `opencode-replay` transforms these sessions into clean, searchable, static HTML pages.
|
package/package.json
CHANGED