> ## Documentation Index
> Fetch the complete documentation index at: https://help.memoryplugin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and announcements for MemoryPlugin

export const ArticleInfo = ({author, lastUpdated}) => {
  const authorAvatar = author === 'asad' ? '/images/author-asad.jpeg' : null;
  const formatDate = dateInput => {
    if (!dateInput) return '';
    if (typeof dateInput === 'string' && !dateInput.match(/^\d{4}-\d{2}-\d{2}/)) {
      return dateInput;
    }
    try {
      const date = new Date(dateInput);
      const now = new Date();
      const diffTime = Math.abs(now - date);
      const diffDays = Math.floor(diffTime / (1000 * 60 * 60 * 24));
      if (diffDays === 0) return 'today';
      if (diffDays === 1) return '1 day ago';
      if (diffDays < 7) return `${diffDays} days ago`;
      if (diffDays < 30) return `${Math.ceil(diffDays / 7)} week${Math.ceil(diffDays / 7) > 1 ? 's' : ''} ago`;
      if (diffDays < 365) return `${Math.ceil(diffDays / 30)} month${Math.ceil(diffDays / 30) > 1 ? 's' : ''} ago`;
      return `${Math.ceil(diffDays / 365)} year${Math.ceil(diffDays / 365) > 1 ? 's' : ''} ago`;
    } catch {
      return dateInput;
    }
  };
  return <div style={{
    display: "flex",
    alignItems: "center",
    gap: "8px",
    marginBottom: "16px",
    padding: "8px 12px",
    backgroundColor: "var(--ifm-color-emphasis-100)",
    borderRadius: "6px",
    fontSize: "14px",
    color: "var(--ifm-color-content-secondary)",
    border: "1px solid var(--ifm-color-emphasis-200)",
    opacity: "0.8"
  }}>
      <div style={{
    width: "40px",
    height: "40px",
    borderRadius: "50%",
    background: authorAvatar || "linear-gradient(45deg, #4F46E5, #7C3AED)",
    display: "flex",
    alignItems: "center",
    justifyContent: "center",
    color: "white",
    fontWeight: "bold",
    fontSize: "18px"
  }}>
        {authorAvatar ? <img src={authorAvatar} alt={author} style={{
    width: "100%",
    height: "100%",
    borderRadius: "50%"
  }} /> : author?.[0]?.toUpperCase()}
      </div>
      <div>
        <div style={{
    fontWeight: "400",
    fontSize: "14px"
  }}>Written by <span style={{
    fontWeight: "600"
  }}>{author}</span></div>
        <div style={{
    fontSize: "14px"
  }}>Last updated <span style={{
    fontWeight: "600"
  }}>{formatDate(lastUpdated)}</span></div>
      </div>
    </div>;
};

<ArticleInfo author="asad" lastUpdated="2026-05-18" />

<Update label="May 2026" description="Memory Editing & Versioning, Selection-to-Memory Pill, Extension Overhaul" tags={["Features", "Improvements", "API"]}>
  ### Edit memories from anywhere

  A new memory editing tool is available across MCP and the REST API. Connected AI tools can now update or move existing memories — fixing details, rewording, or shifting a memory to a different bucket — without you needing to step into the dashboard.

  * **MCP `update_or_move_memories`** — available in all MCP-connected clients (Claude, ChatGPT, Cursor, and more)
  * **`POST /api/v2/memory/update`** — for direct API integrations

  ### Memory version history

  Every memory now keeps a full history of its edits. Open a memory to see when it changed, what was added or removed (highlighted inline), and who or what made the change — you, an AI tool, or an automated improvement. **⌘+Enter / Ctrl+Enter** saves quickly without leaving the keyboard.

  ### Selection-to-memory pill (Extension v3.5.0)

  Highlight any text inside a chat message on ChatGPT, Claude, Gemini, Grok, DeepSeek, Kimi, MiniMax, or TypingMind and an **Extract memory** pill appears next to your selection. One click turns the highlighted text into a clean memory and saves it to your current bucket.

  ### Multi-summary chat history

  Generate multiple summaries per conversation with **custom prompts** — get a meeting-notes view, an action-items view, and a key-decisions view of the same chat, each tailored to how you want to read it. Switch between summaries from the chat panel.

  ### Word document uploads in file buckets

  File buckets now accept `.docx` and `.doc` files alongside PDF, Markdown, and plain text. Word docs are processed with the same page-aware chunking as PDFs, so citations point to the right place.

  ### Smarter chat history recall

  The chat history recall tool now supports:

  * **Time filters** — ask the AI to recall only what you said in the last week, last month, or any custom date range
  * **Speed vs. quality mode** — choose faster responses for quick lookups, or higher-quality reasoning for complex questions where accuracy matters more than latency

  ### AI-driven chat history recall (Extension v3.3.0)

  Recall is now smarter and quieter. Instead of searching your chat history every time you send a message, the AI decides when context from past conversations would help and asks for it. A preview panel shows what's being searched and lets you preview or cancel the injection before it's sent.

  The old auto/ask mode selector has been retired — recall now fires only when the AI requests it.

  ### Extension v3.4.0 — Panel redesign & real-time updates

  * **Real-time updates** — the panel refreshes automatically when memories are added, edited, or deleted on another device. No more manual refresh.
  * **Instant login/logout detection** — auth state syncs across tabs immediately.
  * **Account tab on all browsers** — previously Safari-only. Shows your avatar, plan, and quick links to manage your subscription.
  * **Avatar in panel header** — your profile picture appears at the top of the panel and opens your account view.
  * **Contextual upgrade prompts** — free → paid, Core → Pro, Pro → Lifetime, all shown in-extension.
  * **Cleaner header** — Refresh, Copy, and Load-limit controls moved into a tidy overflow menu on the memories toolbar.
  * **Faster page loads** — the extension is significantly lighter on every page it runs on.

  ### Plan badges in the extension

  The extension header now shows your plan — **Core**, **Pro**, or **Pro LT** (Lifetime) — right next to the MemoryPlugin title.

  ### Memory update toast (Extension v3.2.0)

  Return to a chat with new or edited memories since you last visited it and you'll see a toast like *"2 new, 1 updated."* Click **Re-inject memories** and only the changed memories are sent into the chat with a contextual note — no need to flood the conversation with your full memory set.

  ### Mobile overflow menu (Extension v3.2.0)

  Copy and Export collapse into a `⋯` menu on narrow viewports so the panel header doesn't crowd on mobile.

  ### Live dashboard

  Edit a memory from the extension, MCP, or the API and the dashboard reflects the change instantly — no more polling delay.

  ### Add memory modal: bulk paste & image uploads

  The dashboard's Add Memory dialog now accepts multiple memories at once (one per line) and supports drag-and-drop image uploads in the same flow.

  ### Sidebar bucket sections

  The dashboard sidebar's bucket list has been unified into a single section with inline sort controls — pick recency or custom order without diving into settings.

  ### Image search controls

  * **Filter search to images or text only** — both from the dashboard and via the memory search API
  * **More relevant image search results** with an improved ranking approach

  ### Landing page refresh

  New hero, FAQ section, testimonials, and a dedicated chat history section on [memoryplugin.com](https://memoryplugin.com).

  ### Fixes

  * **DeepSeek chat sync on Safari** restored (Extension v3.4.1)
  * **TypingMind chat history imports** no longer fail on large uploads
  * **Image memory deletion** now fully removes the image, including from search
  * **Custom-provider chat history** now displays with its own platform identity instead of being mislabelled
  * **Subscription changes** no longer accidentally downgrade your plan
  * **Lifetime plan detection** is now reliable across the web app and extension
</Update>

<Update label="April 2026" description="Image Memories, Custom Platform Support, Pro → Lifetime Upgrade" tags={["Features", "Platform Support", "Improvements"]}>
  ### Image memories

  Memories can now be images. Upload a photo, screenshot, or diagram and MemoryPlugin will:

  * **Understand what's in it** so you can find it later by describing what you remember
  * **Search alongside your text memories** in a single unified result list
  * **Show thumbnails inline** in your memory list, with a full-size lightbox view on click

  Image memories work everywhere your text memories do — search, MCP, bucket organization, and deletion. Upload from the dashboard's Add Memory dialog or the browser extension.

  ### Custom platform chat history

  Third-party integrations and self-hosted platforms can now send conversations into MemoryPlugin through a new generic upload endpoint. Conversations from custom platforms appear throughout the dashboard with their own platform identity, not lumped under an existing provider.

  ### Pro → Lifetime upgrade in settings

  Pro subscribers can now upgrade to a Lifetime plan directly from Settings, with the price adjusted for what you've already paid on your existing subscription.

  ### Extension v3.1.5 — Safari sync reliability

  Heavy sync users on Safari were running into storage errors that interrupted background sync. The extension now stores its cache without that limit, so syncing stays reliable on Safari. Also fixed: the panel showing "Loading…" instead of memories that were already cached — they now appear instantly.

  ### Extension v3.1.4 — Cross-tab auth & empty states

  * **Logout propagates instantly across all tabs** — no more browser reload needed to clear auth state
  * **Logged-out panel** now shows a sign-in prompt instead of a stale loading spinner
  * **Empty-state UI** for users with zero memories — shows guidance, an "Add a memory" button, and help links
  * **Inline Add button** in the memories header for quick saves without leaving the panel

  ### Reliability

  * **Self-healing chat imports** — conversations that imported without their messages are now automatically repaired in the background
  * **Failed imports no longer go quiet** — they're now correctly flagged as failed so you can retry them
  * **Memory delete API** accepts either the internal ID or the public `pcId`, so any client can delete a memory with whatever identifier it has
  * **Deleted memories no longer leave orphan entries** in search
</Update>

<Update label="March 2026" description="Activity Analytics, New Platform Imports, Search Overhaul" tags={["Features", "Platform Support", "Improvements"]}>
  ### Activity page (beta)

  New analytics dashboard for your chat history:

  * **At-a-glance metrics** — total conversations, messages, and active days
  * **Conversations over time** — see how your activity trends across weeks and months
  * **Platform breakdown** — visualize your usage across ChatGPT, Claude, and more
  * **Activity heatmap** — GitHub-style grid showing when you chat most
  * **Time range selector** — filter by week, month, or all time

  ### Monthly Insights

  AI-generated reflections on your Activity page. Each month, MemoryPlugin reviews your conversations and surfaces recurring themes, projects, and interests — only topics that come up across multiple conversations are included, keeping the signal high.

  ### Grok chat history import

  Import your Grok conversations with full support for branching threads. Available as both file upload and online sync from the browser extension.

  ### Gemini chat history import & auto-sync

  Import and auto-sync your Google Gemini conversations. Sync runs in the background with configurable limits and cancellation support.

  ### DeepSeek online sync

  Sync your DeepSeek conversations directly from the browser extension — no export files needed.

  ### Search improvements

  * **Better relevance** — upgraded to a larger, more reliable model for ranking results
  * **Smarter query understanding** — improved detection of what you're looking for
  * **Keyword matching** — results that match more of your search terms rank higher
  * **Fewer missed results** — relaxed filtering keeps contextually relevant results that were previously excluded

  ### Imports page redesign

  * Platform-colored cards so each import is identifiable at a glance
  * Clear status badges for processing, completed, and failed imports
  * Summary stats showing total files, conversations, and messages
  * Filters to narrow by platform, status, or date range

  ### Multi-file ChatGPT imports

  Upload multiple ChatGPT export files at once, with guidance for splitting large exports.

  ### Browser extension v3.1.1 & v3.1.2

  * Renamed "Sync" to "Sync All" for clarity
  * Fixed login flow not updating the UI after signing in on Chrome

  ### Per-bucket Knowledge Graph

  Each bucket now has its own knowledge graph view. MemoryPlugin extracts the key concepts across the memories in a bucket and visualizes how they connect — useful for seeing the shape of what you've collected on a topic. The graph was rebuilt for smoother interaction with larger buckets.

  ### AI-powered docs help on the dashboard

  A floating help button on the dashboard opens an in-app chat that answers questions about MemoryPlugin using the documentation as context. Responses include source links and suggested follow-up questions, so you can get answers without leaving the app.

  ### More reliable Monthly Insights

  Monthly Insights / Life Context generation now runs as a dedicated background job with status tracking, so monthly summaries arrive more reliably and you can see when they're being prepared.
</Update>

<Update label="February 2026" description="Extension Onboarding, ChatGPT to Markdown Tool" tags={["Features", "Integrations"]}>
  ### Extension onboarding

  Interactive walkthrough for new users:

  * **Essentials** — four chapters covering core features with realistic mock UIs
  * **Progress tracking** — pick up where you left off
  * Opens automatically on first install; also accessible from Settings

  ### Sync panel redesign

  Compact icon-based provider selector with platform logos — in color when active, grayscale when inactive. Scales better as we add more platforms.

  ### ChatGPT to Markdown converter

  Free tool for converting ChatGPT export files to clean, readable Markdown. Runs entirely in your browser — nothing is uploaded. Handles even very large export files without freezing.

  Try it at [memoryplugin.com/tools/chatgpt-to-markdown](https://memoryplugin.com/tools/chatgpt-to-markdown)

  ### Chat import reliability

  * Better handling of very large conversations
  * Retry failed imports directly from the imports page
  * Real-time progress tracking during sync
  * Improved error recovery and cancellation

  ### Browser extension v3.0.8 → v3.1.0

  * Grok voice mode support
  * LibreChat compatibility fix
  * Bucket ordering now matches your dashboard preferences
  * General stability improvements
</Update>

<Update label="January 2026" description="Life Context, Connected Apps, Extension Polish" tags={["Features", "Improvements"]}>
  ### Life Context

  AI-generated monthly insights from your chat history. MemoryPlugin reviews your conversations and surfaces recurring themes, projects, and interests in a brief, readable summary. Available for Pro users.

  Shows up on your dashboard and is shared with MCP-connected AI tools for richer, more personalized context.

  ### Connected Apps

  New section in Settings to manage your connected applications:

  * See which apps have access to your MemoryPlugin account
  * Check when each connection was last used
  * Revoke access with one click

  ### Extension improvements

  * **Smooth animations** — polished transitions when opening and closing the panel
  * **Sync progress** — see exactly how many conversations have been synced during a batch
  * **Edit & delete memories** directly from the extension panel (v3.0.5)
  * **Memory load limit** — control how many memories are loaded at once (v3.0.6)
  * **Better mobile support** — improved touch interactions

  ### Bucket sorting

  Drag-and-drop reordering for your bucket list. Your preferred order is consistent across the dashboard and browser extension.

  ### Other improvements

  * Chat history upload limit raised from 500 MB to **1 GB**
  * Upload a single conversation file directly (ChatGPT or Claude export)
  * Improved memory injection — fewer cases where AI assistants refuse to use your context
  * Memories that failed to sync to search are now automatically repaired
  * Updated compatibility for Google AI Studio, Claude, ChatGPT, and Gemini
  * Multi-turn conversations in Ask — your full conversation history is preserved across messages
  * Browser extension versions 3.0.3 through 3.0.7
</Update>

<Update label="December 2025" description="MemoryPlugin 2.0" tags={["Major Release", "Features", "Integrations"]}>
  ### MemoryPlugin 2.0

  A major update focused on simplicity and usability. The interface has been redesigned to reduce clutter, keep things closer, and help you stay in context.

  ### New sidebar layout

  Your buckets now live in a sidebar, always visible and one click away. No more hunting through menus.

  ### Unified Ask tool

  Talk to your memories, chat history, and files from one place. Rebuilt from scratch with:

  * **Conversation history** — pick up where you left off
  * **Referenced sources** — see which chats and files informed the answer
  * **Three modes** — Chat History, Memories, Files
  * **Copy responses** with one click

  Related docs: [Ask](/features/ask)

  ### File buckets

  Upload PDFs, Word docs, markdown, and text files. Query them through the Ask tool, MCP, or TypingMind plugin.

  Related docs: [File buckets](/features/file-buckets)

  ### Keyboard shortcuts

  * **⌘K / Ctrl+K** — Quick search chat history
  * **⌘J / Ctrl+J** — Add memory without leaving your page
  * **⌘Shift+O / Ctrl+Shift+O** — Jump to Ask tool

  ### Memory management

  * **Bulk add** — paste multiple memories at once, separated by line breaks
  * **Import/Export** — bring memories in from CSV or JSON, or export them out

  Related docs: [Import & Export](/features/import-export)

  ### UI improvements

  * **Clutter removal** — simplified, less busy interface throughout
  * **Dialogs and panels** — settings, add memory, and other actions open without losing context
  * **Inline suggestions** — review memory improvements without leaving your list
  * **Smart Categories easier to use** — redesigned panel with clearer controls
  * **Redesigned imports page** — clearer status at a glance
  * **Better copy** — clearer labels and explanations throughout

  ### Other additions

  * **Interactive setup guide** — floating checklist for new users
  * **Redesigned Get to Know You** — full-page chat experience
  * **Custom profile** — set a display name and avatar
  * **Roadmap & feedback** — accessible directly from the app

  ***

  ### Browser extension v3.0.0

  * **Draggable floating button** — position it where you want, remembers per site
  * **TypingMind auto-sync toggle** — enable or disable in extension settings
  * **TypingMind sync performance** — batch loading handles thousands of chats much faster

  Related docs: [Browser extension](/integrations/browser-extension)

  ***

  ### TypingMind plugin

  * **Chat history support** — recall past conversations with `recall_chat_history`
  * **File search** — query uploaded documents with `search_uploaded_files`

  Related docs: [TypingMind plugin](/integrations/typingmind-plugin)

  ***

  ### MCP server improvements

  * **Better tool descriptions** — AI tools now understand when and how to use each tool more effectively
  * **New tools** — `get_full_conversation` (complete transcripts), `search_uploaded_files` (query documents)
  * **Renamed tools** for clarity: `search_memories`, `recall_chat_history`, `list_bucket_categories`, `list_category_memories`

  Related docs: [MCP server](/integrations/mcp-server), [Remote MCP server](/integrations/remote-mcp-server)
</Update>

<Update label="November 2025" description="Smart Categories & Safari Fixes" tags={["Features", "Platform Support"]}>
  ### Smart Memory enhancements

  * **Create custom categories** — define your own smart categories instead of relying only on auto-generated ones
  * **Remove categorization** — uncategorize buckets when you want to reorganize or start fresh

  ### Safari extension fixes

  * **Fixed chat history sync** — ChatGPT, Claude, and Gemini conversations now sync properly on Safari
  * **See which account is active** — user email now displayed in the extension panel
  * **Improved reliability** — better authentication and error handling for Safari users

  Related docs: [Browser extension](/integrations/browser-extension)

  ### Chat history improvements

  * **Protected pins** — pinned conversations can't be accidentally deleted
  * **Better search highlighting** — easier to see which parts of conversations matched your search
  * **Faster MCP queries** — Remote MCP server now runs multiple queries in parallel for quicker results

  Related docs: [Remote MCP server](/integrations/remote-mcp-server)

  ### Dashboard

  * **Quick help access** — contextual help links throughout the dashboard
  * **AskLibrary Plus bundle** — now included in Believer tier

  ### Extension compatibility

  * Updated for latest ChatGPT interface changes
</Update>

<Update label="October 2025" description="Chat History Evolution & Performance" tags={["Features", "Platform Support"]}>
  ### Background sync improvements

  * See sync frequency and the next scheduled run in Settings
  * More reliable provider switching with clearer controls
  * Safer limits when adding chat history context

  Related docs: [Browser extension](/integrations/browser-extension)

  ### Chat history relevance

  Smarter selection of what to include from past conversations, leading to more on‑topic answers.

  ### Chat history enhancements

  * **Pin important conversations** — keep your most valuable chats at the top for quick access
  * **Improved branch handling** — active conversation path is now correctly isolated, preventing messages from different branches from getting mixed together
  * **Modern table redesign** — cleaner, more refined interface for browsing your chat history
  * **Parallel queries** — Remote MCP inject tool runs queries in parallel so 10 queries take only as long as the slowest one, not 10x the time

  ### Expanding Core plan access

  Laying the groundwork to bring chat history features to more users:

  * Import limits and quota management for Core tier users
  * Clear usage visibility to help you track your chat history imports

  ### Performance improvements

  * Faster memory browsing with virtualized lists — smooth scrolling even with thousands of memories
  * In‑app search with Cmd/Ctrl+F — find memories instantly, with native browser search as fallback
  * Improved landing page with optimized hero video and better mobile experience

  ### Vision page

  New page sharing our long‑term vision and roadmap for AI memory.

  ### Reliability improvements and bug fixes

  * Fixed duplicate memory deletion handling
  * Better database error handling for chat history processing
  * Improved notification persistence — dismissed messages stay dismissed
  * Better mobile text sizing to prevent overflow on smaller screens
</Update>

<Update label="September 2025" description="Chat History (private beta), Remote MCP, Platforms" tags={["Features", "Platform Support", "Integrations"]}>
  ### Chat history (private beta)

  * Import conversations from ChatGPT, Claude, and TypingMind and search them in one place
  * Extension support to add chat‑history context to your messages
  * Available via Remote MCP as a chat‑history inject tool
  * New Chat History section in the extension settings
  * You can cancel adding chat‑history context while a message is sending

  <Note>Private beta — request access via Support.</Note>

  ### Chat with chat history (private beta)

  Ask questions about your imported conversations. Answers stream and include source excerpts for transparency.

  <Note>Private beta — request access via Support.</Note>

  ### New AI platforms

  * **Kimi (kimi.com)** support
  * **Z.ai (GLM)** support (reasoning blocks stripped for clean parsing)
  * **OpenRouter** support (streaming + message selectors)
  * **ChatLLM** platform support

  Learn more: [Browser extension platforms](/integrations/browser-extension)

  ### Enhanced search (Smart Memory + Query Mode, extension)

  * Less intrusive search overlay while browsing chats
  * Option to skip reranking for faster results
  * Better relevance for retrieved context

  ### Settings and sync (extension)

  * Redesigned Chat Sync tab with clearer status and controls
  * Settings menu overhaul for easier discovery (late September)

  Learn more: [Browser extension](/integrations/browser-extension)

  ### Remote MCP server (hosted)

  Connect from any MCP‑compatible tool over the internet — no local setup. Supports Smart Memory, basic memory tools, and a chat‑history inject tool.

  Learn more: [Remote MCP server](/integrations/remote-mcp-server)
</Update>

<Update label="August 2025" description="Memory suggestions & onboarding" tags={["Features"]}>
  ### Memory suggestions

  Keep your memories dynamic and up to date:

  * Merge similar notes, remove duplicates, and flag outdated info
  * Evolve existing memories with fresher details instead of piling on new ones
  * Reduce clutter so relevant context surfaces more often
  * Review suggestions and apply changes with one click for full control

  ### Improved onboarding

  Helpful notifications and prompts to discover features and complete setup.

  ### Reliability improvements and bug fixes

  * Improved Smart Memory reliability with progress tracking and fewer stuck jobs
  * Fixed Claude issues in the extension
</Update>

<Update label="July 2025" description="Performance, UI, Platforms" tags={["Features"]}>
  ### Performance

  * Faster memory lists — pages open quicker and feel snappier
  * Quicker search — results update smoothly as you type
  * Better on mobile — navigation and actions feel lighter

  ### Pricing updates

  Introduced flexible monthly and annual billing options for the Pro plan with early-bird pricing for annual subscribers.

  ### Platform updates

  * **Perplexity**: New platform support via the browser extension
  * **DeepSeek**: Updated selectors for better compatibility
  * **Claude**: More resilient message interception on single-page navigation

  Related docs: [DeepSeek](/platforms/deepseek), [Claude](/platforms/claude)

  ### Memory Chat improvements

  Better dark‑mode styling and readability in Memory Chat.

  ### Dark mode (dashboard)

  Dark mode across core dashboard components for comfortable use at night.

  ### Settings page

  Better structure and mobile experience for Settings.

  ### Dashboard navigation

  New tabbed dashboard interface and a more compact action bar.

  ### Smart Memory

  Filter Smart Memory categories directly in the dashboard.

  ### Search relevance

  Better ranking for memory search results.

  ### Bulk actions

  Bulk delete memories directly from the dashboard.
</Update>

<Update label="June 2025" description="Feature Launch: Smart Memory" tags={["Features"]}>
  ### Feature Launch: Smart Memory

  Automatically organizes buckets (30+ memories) into meaningful categories with concise summaries. During a chat, MemoryPlugin can load only the categories that match the topic — reducing noise and token use while keeping answers focused.

  #### Benefits

  * More relevant answers by sending only what’s needed
  * Lower token usage and less clutter in long chats
  * Scales better as your memory collection grows

  #### How to use

  1. Add 30+ memories to a bucket
  2. Click “Create Smart Categories” in the dashboard — see the [Smart Memory guide](/features/smart-memory)
  3. Refresh categories anytime as your memories evolve

  #### Post‑release reliability

  Smoother processing for large collections with clearer progress feedback and fewer interruptions.

  Related docs: [Smart Memory](/features/smart-memory)
</Update>

<Update label="May 2025" description="Reliability & platform improvements" tags={["Improvements"]}>
  ### Saving reliability

  More dependable saving — memories save even if a selected bucket changes or isn't available. Automatically falls back to "General" bucket when needed.

  ### Browser extension improvements

  * Clearer text insertion with better formatting — memories appear properly separated and easier to read
  * More reliable memory loading across Claude, ChatGPT, Gemini, Grok, and AI Studio
  * Better timing when inserting context prevents text from merging together

  ### Sign‑in

  Added one‑time passcode (OTP) support for a smoother, more secure login.

  ### In development

  Foundational work on Smart Memory categorization system, preparing for June launch.
</Update>

<Update label="April 2025" description="Token tracking & Canvas support" tags={["Features", "Platform Support"]}>
  ### Token usage tracking

  See how much context your buckets use with visual percentage indicators and color-coded warnings to help you stay within model limits.

  ### ChatGPT Canvas compatibility

  MemoryPlugin button now adjusts position automatically when Canvas opens, keeping controls accessible while you work.

  ### Support & feedback

  * Integrated live chat support for faster help
  * New feedback system to share suggestions and report issues

  ### Reliability improvements

  Various backend improvements and bug fixes for better stability.

  Learn more: [Browser extension](/integrations/browser-extension)
</Update>

<Update label="March 2025" description="New platforms & memory chat" tags={["Features", "Platform Support"]}>
  ### New platform support

  * **Grok (x.ai)** - Access your memories while chatting with X's AI assistant
  * **Poe** - MemoryPlugin now works with Poe's multi-model platform

  Learn more: [Grok](/platforms/grok), [Browser extension](/integrations/browser-extension)

  ### Memory chat (beta)

  Ask questions about your stored memories and get AI-powered answers based on your memory collection.

  ### Text handling improvements

  Smoother memory insertion and formatting in chats, with better cursor behavior across platforms.

  ### Browser extension reliability

  Better bucket switching and improved ChatGPT message detection for more consistent behavior.
</Update>

<Update label="February 2025" description="Platform Expansion" tags={["Platform Support"]}>
  ### Qwen support

  Added support for Qwen, expanding MemoryPlugin's reach to more AI platforms and giving you consistent memory access wherever you chat.

  Learn more: [Qwen](/platforms/qwen)

  ### Reliability improvements

  * Fixed Safari cookie handling for better browser compatibility
  * Improved bucket and profile initialization for new users
</Update>

<Update label="January 2025" description="Platform & Feature Additions" tags={["Platform Support", "Features"]}>
  ### Mistral support

  MemoryPlugin now supports Mistral AI! Access your memories while chatting with Mistral's powerful language models.

  ### DeepSeek support

  Get long-term memory with DeepSeek via the browser extension! Your memories work across all platforms - no lock-in, no starting from scratch with each new tool.

  Learn more: [DeepSeek](/platforms/deepseek)

  ### Team functionality (private beta)

  Initial team collaboration features for TypingMind custom deployments.

  Related docs: [Teams (TypingMind custom)](/teams/typingmind-custom)

  ### Interactive onboarding

  Smart onboarding that learns about you through conversation and automatically creates your first memories based on what you share — getting you set up with personalized context from day one.
</Update>

<Update label="December 2024" description="Productivity & Platform Support" tags={["Features", "Platform Support"]}>
  ### Bulk operations

  Perform operations on multiple memories at once:

  * Delete multiple memories in one action
  * Move memories across buckets in bulk
  * No more one operation at a time

  Learn more: [Bulk operations](/features/bulk-operations)

  ### Performance improvements

  Faster memory operations — adding, updating, and deleting memories now happen in the background so you don't have to wait.

  ### ChatGPT saved memories import

  Import your ChatGPT "saved memories" via the browser extension.

  ### Google AI Studio support

  Added compatibility for Google AI Studio platform.
</Update>

<Update label="November 2024" description="TypingMind extension & self-hosted support" tags={["Platform Support", "Improvements"]}>
  ### TypingMind browser extension support

  Access your memories directly in TypingMind through the browser extension — no plugin configuration needed.

  ### Self-hosted AI platform support

  Extension permission improvements enable compatibility with self-hosted AI platforms and custom deployments.

  ### Browser extension improvements

  Extension can now save multiple memories from a single AI response when multiple save commands are detected.

  ### API enhancements

  Bucket creation now available in the OpenAPI spec for custom integrations and automations.

  ### Performance improvements

  Faster memory moves — moving memories between buckets now happens quicker with parallel database updates.

  ### Reliability improvements

  Fixed duplicate memory detection to prevent accidental re-saves.
</Update>

<Update label="October 2024" description="iOS Support Launch" tags={["Platform Support", "Integrations"]}>
  ### iOS Safari support

  MemoryPlugin now works on iOS! Use the browser extension with Safari on your iPhone and iPad.

  Enjoy the same seamless experience across all your favorite AI tools from your iOS devices. The extension works exactly the same way as it does on Chrome on desktop.

  ### TestFlight access

  Early access available through [TestFlight](https://testflight.apple.com/join/3nBR4xdN) - install and start testing on iOS.

  ### Browser extension improvements

  * Faster memory loading with caching — your memories appear instantly when you reopen the panel
  * Visual feedback when saving memories — button shows spinner and checkmark states
  * Fixed issues with ChatGPT compatibility

  Learn more: [Browser extension](/integrations/browser-extension)
</Update>

<Update label="September 2024" description="Memory Buckets Launch" tags={["Features"]}>
  ### Memory buckets

  Organize your memories like never before! Group related memories together with custom buckets:

  * Create "Personal" vs "Work" buckets
  * Separate "Project 1" from "Project 2"
  * Isolate related memories from unrelated ones
  * Have more control over which memories appear in each chat

  All memories default to a "General" bucket.

  Learn more: [Memory buckets](/features/memory-buckets)

  ### Browser extension updates

  Pick which bucket to save to when the AI suggests a memory — no need to move it later.

  ### Improvements

  * Won't save the same memory twice
  * Better memory insertion in ChatGPT
</Update>

<Update label="August 2024" description="Major Platform Expansion" tags={["Platform Support", "Integrations"]}>
  ### ChatGPT support

  Full browser extension support for ChatGPT — access and inject your memories directly while you chat.

  Learn more: [ChatGPT](/platforms/chatgpt)

  ### MemoryPlugin Custom GPT

  Use MemoryPlugin inside ChatGPT with our Custom GPT. It can fetch and use your memories during a conversation — including an option to load your entire set when you ask.

  Learn more: [Custom GPT](/integrations/custom-gpt)

  ### Gemini support

  Google Gemini is now supported via the browser extension.

  Learn more: [Gemini](/platforms/gemini)

  ### LibreChat support

  MemoryPlugin now works with LibreChat so you can use memories on your self‑hosted setup.

  ### Claude improvements

  More reliable detection of new replies so save prompts appear at the right time, and memory insertion is more consistent.

  ### Dashboard

  * One‑click export: copy all memories to your clipboard to paste into any tool or keep a portable backup
  * See your total memory count at a glance

  ### Browser extension

  * Save commands are case‑insensitive — “to=MemoryPlugin” works just like “to=memoryplugin”
  * Gemini: no more cursor jumps when inserting context; text lands where it should
  * Load more context: up to 150 recent memories can be pulled in when you need extra detail

  ### Custom GPT

  * Added a “Load all memories” option so your Custom GPT can fetch your full set on demand

  ### Sign‑in and reliability

  * Fewer re‑logins thanks to automatic session refresh
  * Clearer OAuth consent screen
  * Newest memories appear first in the dashboard and extension
</Update>

<Update label="July 2024" description="TypingMind setup improvements" tags={["Improvements"]}>
  ### Clearer setup when your token is missing or invalid in TypingMind

  * Where you see it: MemoryPlugin now shows a plain‑English message right in TypingMind when your token isn't set or is incorrect
  * What to do: the message tells you to copy your token from [https://www.memoryplugin.com/dashboard](https://www.memoryplugin.com/dashboard) and paste it into the TypingMind plugin settings
  * Consistent across actions: the same guidance appears when reading or saving memories so TypingMind can surface it directly

  ### Reliability improvements

  * Fixed error when viewing memories for the first time
</Update>

<Update label="June 2024" description="Dashboard memory management" tags={["Features"]}>
  ### Add memories directly from the dashboard

  * Create new memories without needing to chat with an AI
  * Your memories appear immediately in your collection

  ### Performance improvements

  * Improved memory loading performance

  ### Support and policies

  * Added refund policy page for transparency about our refund process
  * Fixed checkout issues that prevented some users from signing up
</Update>

<Update label="May 2024" description="MemoryPlugin Launch" tags={["Features", "Integrations"]}>
  ### MemoryPlugin launches

  Give your AI conversations long‑term memory and stop repeating yourself.

  ### TypingMind integration

  MemoryPlugin debuts with a TypingMind plugin, bringing persistent memory to your AI conversations.

  Learn more: [TypingMind plugin](/integrations/typingmind-plugin)

  ### Core features

  * Store and retrieve memories across conversations
  * Vector-based semantic search for relevant context
  * Secure memory storage with authentication
  * Real-time memory injection into AI chats
</Update>
