-
-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hi! First off, thank you for claude-code-transcripts—it’s a great way to turn agent sessions into readable, shareable HTML.
Request
Could the tool support importing chat/session exports from Cursor, Windsurf, and Augment (their exported JSON/JSONL formats), similar to the existing support for Claude Code and Codex CLI?
Why this would be useful
Many people use multiple “AI in the editor” tools. Being able to generate the same clean HTML transcript output from Cursor/Windsurf/Augment sessions would make it much easier to:
archive work sessions,
share reproducible histories,
compare tool usage across platforms,
and keep a consistent transcript format.
Proposed behavior (high level)
Add format detection for these exports and normalize them into the existing internal loglines structure.
Support claude-code-transcripts json for these formats.
(Optional) include them in local picker if there is a well-defined default location for saved sessions.
Notes / constraints
I’m only asking for support for official exports / local session files, not reverse-engineering private APIs.
Happy to provide sanitized sample exports (or help document expected schemas) if that would help.
Thanks for considering this!