Export and resume Claude Code sessions
Export Claude Code sessions to shareable URLs; replay and resume conversations.
TUI tool to browse and replay Claude Code sessions from ~/.claude
Session replay TUI for Claude Code learning, but limited to existing session logs.
Claude Code users wanting to review past sessions, learn from agent decisions, and export recordings for documentation or sharing.
asciinema · Session recording tools · Replay utilities for other IDEs
This replay TUI, claude-replay, which lets you explore and revisit your past Claude Code sessions. And a companion optional Claude Code plugin, claude-session-trail, to automatically store your sessions in a dedicated git branch: https://github.com/Trailblaze-work/claude-session-trail
Both tools can work in tandem, as the replay client can also read project sessions from the git branch, in addition to its default of accessing the user's local sessions.
This is hot off the press, so there might be some rough edges still, but the base functionality you would expect works. I think they have purpose as learning tools at a minimum, and can be useful for self-introspection.
The automatic committing is probably too much for mature teams, for whom the export/sharing functionalities of specific sessions might be enough.
Yes, models change and what works in terms of prompting strategy now might not work on newer models in the future, but at the moment everyone develops strategies and good habits locally in parallel. Being able to look over someone's shoulders and seeing how they do it might be useful. And it lowers the effort required to share how you work inside Claude Code with others if you wish to do so.
Contributions welcome!
Export Claude Code sessions to shareable URLs; replay and resume conversations.
Self-contained HTML replays beat screenshots, but solves niche problem for Claude Code users.
Saves 100k+ tokens by handoff instead of replaying entire Claude sessions.
Dashboard for Claude Code sessions, but Cursor and Continue already integrate agents better.
Smart frame filtering cuts storage before sending video to Claude Code.
Recovers wiped projects from Claude Code logs when git history won't help.