-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi @simonw,
Thanks for this great tool! I've been using it for the CLI version of Claude Code, and it works perfectly.
I would like to request a feature to support reading history from the official Claude for VS Code extension as well.
Currently, the tool seems to only look for the CLI .jsonl files in ~/.claude/projects. However, many users primarily use the Sidebar GUI in VS Code, which stores data differently.
Context / Findings:
It seems the VS Code extension does not share the same storage as the CLI tool.
- Different Paths: The extension data is typically stored in the VS Code extensions folder.
- Different Format: Unlike the clean JSONL used by the CLI, the extension appears to use a more complex structured storage (possibly LevelDB, SQLite, or encrypted JSON fragments), which causes "JSON format mismatch" errors if we try to point the current tool to that directory.
It would be amazing if claude-code-transcripts could parse these extension-specific formats to export chats from the VS Code Sidebar.
Thanks for considering this!
Metadata
Metadata
Assignees
Labels
No labels