Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.41 KB

File metadata and controls

31 lines (24 loc) · 1.41 KB

Changelog

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

Added

  • 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.local with index + full-thread split
  • Per-provider extractors implementing a common Extractor interface
  • 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-plugin build pipeline with HMR support
  • React 19 + Tailwind CSS v4 for all UI surfaces
  • TypeScript strict mode with Manifest V3