Releases: glebmish/claude-exporter
Releases · glebmish/claude-exporter
Release list
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Patch release.
Fixed
- CLI tarball published to npm was missing
wsas a runtime dependency, causingnpx claude-exporterto fail on first run with a module-not-found error.wsis now declared independenciesand the CLI bundle resolves it correctly. (94f2bf7)
No behavior changes for users who built from source or installed v0.1.0 from an unpublished state. If npx claude-exporter@0.1.0 failed for you, upgrade to @latest or @0.1.1.
v0.1.0
Initial public release.
Three install surfaces
- CLI —
npx claude-exporter <chat-url-or-id>(alsonpm install -g). - Obsidian plugin — install via BRAT from
glebmish/claude-exporter; assets attached to this release (main.js,manifest.json). - Chrome extension — download
claude-exporter-extension-v0.1.0.zip, unzip, load unpacked atchrome://extensions.
What it does
- Exports any single Claude.ai conversation by URL to Markdown.
- Two flavors:
standardandobsidian(callouts + wikilink anchors). - Artifacts extracted to separate files, linked from the note.
- Inline citations + a consolidated links section annotated by source tool.
- Tool-use rendered as collapsible callouts with duration + integration name.
- Active-branch filtering (only the branch you kept ends up in the note).
- Templated chat / artifact filenames with
{{title}},{{created}}, etc. - Optional AI enrichment via local
claudeCLI: TOC, per-topic recap, key topics. - Incremental re-export — existing TOC entries are reused; only new messages cost tokens.
Requirements
- Node 18+ for the CLI.
- Chrome 88+ (Manifest V3) for the extension.
- Obsidian 1.5.0+ (desktop only) for the plugin.