All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-03-01
- Save conversations from five AI platforms: ChatGPT, Claude, Gemini, Perplexity, Grok
- Floating dial UI injected on supported chat pages with Save and Restore buttons
- Background service worker as central message router
- Local vault storage via
chrome.storage.localwith index + full-thread split - Per-provider extractors implementing a common
Extractorinterface - Normalized cross-provider schema (
Thread,Message,Attachment) - Popup showing per-provider saved conversation counts
- Vault Dashboard (options page) with browse, search, filter, and message viewer
- Copy Seed Prompt — generates a text block to resume a conversation in any AI
- Delete individual threads from the vault
- Shadow-DOM-free content script mounting with isolated inline styles
- Icon generation script (
scripts/gen-icons.mjs) using Sharp - Vite +
@crxjs/vite-pluginbuild pipeline with HMR support - React 19 + Tailwind CSS v4 for all UI surfaces
- TypeScript strict mode with Manifest V3