v0.1.6 - Fast large-chat export fix
Fixed
- Fixed partial exports on large Claude conversations with hundreds of messages.
- Fixed project-chat exports where only currently mounted visible messages were captured.
- Replaced virtualized-DOM scrolling/copy-button capture with fast same-origin Claude conversation data export.
- Removed obsolete clipboard interception, copy-button retry logic, and mounted-message detection.
- Improved reliability independent of screen size, zoom level, browser viewport, and DevTools position.
- Added clearer diagnostics for exported Human / Claude message counts.
Privacy / security model
- Runs locally in the browser console.
- Uses the currently open Claude.ai session.
- Uses Claude.ai's authenticated same-origin conversation data endpoint.
- Does not send conversation content to Stack2030 or an unrelated third-party service.
- No analytics.
- No tracking.
- No remote JavaScript.
Related issue
Fixes #11.