5 ms·
Does it work when using Claude inside Cursor? Or is there some something like claude-replay but for Cursor sessions? (I'm out of home, can't try now)
by zxspectrum1982 6mo ago
Does it work when using Claude inside Cursor? Or is there some something like claude-replay but for Cursor sessions? (I'm out of home, can't try now)
- es617 6mo agogood 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 less informative, and playback pacing will be heuristic, but it's a good addition.
- es617 6mo agoHi, 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 approximated for playback. Let me know if you try it!