Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
es617
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Show HN: Claude-replay – Video-like player for AI coding sessions (web UI)
(es617.dev)
1 points
by
es617
6mo ago
|
1 comments
2.
▲
Show HN: AI agent deploys an edge AI model on a microcontroller via MCP
(es617.github.io)
2 points
by
es617
6mo ago
|
0 comments
3.
▲
by
es617
6mo ago
Hi, I pushed a new version with Cursor support. Cursor logs don’t include explicit thinking blocks or timestamps, so the player estimates both heuristically. Intermediate assistant messages are treated as “thinking” and timing is approximat
4.
▲
by
es617
6mo ago
Thanks for the feedback! Currently the tool only allows showing/hiding all thinking and tool blocks. Would keyboard shortcuts to jump between thinking blocks or tool calls help? I could also add an option to highlight specific block&#x
5.
▲
by
es617
6mo ago
good question. Currently, it works with standalone Claude code or Claude code via VSC extension (both terminal and chat). Cursor stores JSONL logs, too, but no tool calls or timestamps. I'll add support for it soon; it will be a bit l
6.
▲
by
es617
7mo ago
Ha, good question. Short answer: I often let Claude Code find it. Sessions are grouped by the folder where you ran Claude Code (e.g. ~/.claude/projects/Users-<user>-<path>), so if you don’t run everything from the
7.
▲
by
es617
7mo ago
Thanks! That sounds like a great use case. If you try it with your agent, let me know how it works out.
8.
▲
by
es617
7mo ago
Good point. The reason I went with HTML is that you can expand tool calls, inspect prompts, jump around the timeline, etc., which would be hard to preserve in a video. But you’re right that sharing in places like Slack could be easier with
9.
▲
by
es617
7mo ago
That’s a really interesting way to frame it — showing the flow of prompts and responses rather than just the final result. I’ve mostly been using it for demos and sharing sessions with teammates, but the training / best-practices angle
10.
▲
by
es617
7mo ago
Ha, I like the claude2asciinema name! I did think about asciinema-style output, but I wanted the player to expose the structured steps rather than just replay the terminal output. Supporting other agent CLIs could definitely be interesting.
11.
▲
by
es617
7mo ago
thanks!
12.
▲
by
es617
7mo ago
Thank you, and fair question :) I’ve been experimenting with using Claude Code with hardware, where the interesting part is the tool usage and workflow, not just the final output. Screenshots and recordings made it hard to show, so the repl
13.
▲
Show HN: Claude-replay – A video-like player for Claude Code sessions
(github.com)
105 points
by
es617
7mo ago
|
36 comments