What's New

Updates and improvements to LLMnesia, newest first.

v0.1.6

Index older chats, What's new strip in popup & 11 fixes

  • Index older chats — one-click indexing of your existing ChatGPT and Claude history into the search index. Runs invisibly in the background
  • What's new strip in popup — appears once after each extension update, links to llmnesia.com/changelog
  • Backup & Restore moved to full settings — export and import are now in the Settings page instead of the popup, giving them more room and removing the popup scrollbar
  • Backfill: progress pill now clears on completion — the pill's progress bar and count (e.g. "156/157") no longer stay stuck after a backfill finishes
  • Backfill nudge no longer fires while a run is in progress — the "index older chats" prompt now re-checks whether backfill started during the API sampling window before showing, preventing it from appearing mid-run
  • Backfill: Cancel button — popup and options now show a Cancel button alongside Pause/Resume when a backfill run is active, stopping the run entirely rather than just pausing it
  • Backfill progress in the pill — while a backfill run is active, the pill shows live progress ("Backfilling 42/150") with a fill bar
  • Backfill: stale chats get refreshed — conversations already in the index are now re-fetched during backfill if the platform API reports a newer modification date, so chats you've continued using since LLMnesia first indexed them get their updated content and correct dates
  • Backfill: imported chats now show their original dates — ChatGPT and Claude conversations indexed via backfill now carry the original creation and last-update dates from the platform API rather than today's date, so the search index reflects when chats actually happened
  • Backfill: conversations now actually get indexed on ChatGPT — three root causes fixed: (1) history discovery skipped the first batch of conversations (ChatGPT server-side renders the first page and returns empty for API offset=0)
  • Backup export saves as a single file — export now produces one .jsonl.gz file with a single save dialog instead of multiple small chunks
  • Backup export works reliably on large indexes — fixed a silent failure where exporting after a backfill run would error mid-way
  • Popup layout stable on open — conversation and message counts now render immediately as placeholders, preventing the Indexer Status panel from jumping once async data arrives
  • Popup search hint streamlined — replaced the three-line shortcut reminder box with a compact single-line hint, reducing popup height
v0.1.5

Welcome screen, activation badge & reliability fixes

  • Welcome screen — a friendly intro opens automatically when you first install LLMnesia
  • Activation badge — the extension badge lights up once you've indexed 10 conversations, so you know it's ready to use
  • Your email is remembered if you install LLMnesia in a second browser — no need to enter it again
  • "Open in" now sends cleaner conversation text to the target AI — internal notes, raw data dumps, and oversized code blocks are trimmed automatically
  • "Open in" now shows a helpful message instead of opening a blank tab when a conversation has nothing to export
  • "Open in" is hidden on AI Studio (not supported on that platform)
  • Fixed: clicking the save button on AI Studio now reliably saves the conversation
  • Fixed: "Open in" was missing AI responses for some platforms (especially DeepSeek) — full conversations now export correctly
v0.1.4

Search history, onboarding & reliability fixes

  • ↑/↓ arrow keys cycle through previous search queries from the search palette
  • History dropdown: click the clock icon to browse and re-run previous searches, with per-item removal
  • Guided onboarding flow for new installs
  • "Continue In" tooltip now has a clearer label
  • Fixed: search terms now save to history when the overlay closes before the debounce fires
  • Fixed: snippet save popup no longer reappears immediately after clicking ✕
  • Fixed: switching tabs in the palette now correctly filters/re-runs search
  • Fixed: search palette no longer stays open when clicking outside in Chrome
  • Fixed: Kimi, Qwen, and Mistral adapter reliability improvements
  • Fixed: email capture prompt no longer reappears on every overlay open after install
  • Beta: snippet saving — highlight text in any AI chat to save it for later
v0.1.3

Search result & popup improvements

  • Search results display improvements
  • Popup layout adjustments
v0.1.2

Initial release

  • Local-first full-text search across AI chat conversations
  • Support for ChatGPT, Claude, Gemini, Deepseek, Perplexity, Grok, Mistral, Kimi, Qwen, AI Studio
  • Keyboard shortcut to open search palette (Cmd/Ctrl+Shift+9, customisable)
  • "Continue In" — open any indexed chat in a different AI platform
  • Snippet highlight — jump from search result directly to the source message