Skip to content

Releases: glebmish/claude-exporter

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 21 May 21:37

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 May 21:04

Patch release.

Fixed

  • CLI tarball published to npm was missing ws as a runtime dependency, causing npx claude-exporter to fail on first run with a module-not-found error. ws is now declared in dependencies and 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

Choose a tag to compare

@github-actions github-actions released this 18 May 20:59

Initial public release.

Three install surfaces

  • CLInpx claude-exporter <chat-url-or-id> (also npm 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 at chrome://extensions.

What it does

  • Exports any single Claude.ai conversation by URL to Markdown.
  • Two flavors: standard and obsidian (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 claude CLI: 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.