What's new

Every release, every fix, every improvement — in one place.

v1.0
May 2026
Launch

MemorieAI Embed — public launch

The standalone web embed is live. Drop one script tag on any website and get a full voice-powered AI guide with no extension, no plugins, no rebuild.

  • NewSelf-contained IIFE embed — works on any website via <script> tag
  • NewVoice mode with Vapi SDK (sub-second latency)
  • NewText / keyboard mode fallback
  • New6 browser tools: navigate_to, highlight_element, click_element, fill_field, scroll_to, read_content
  • NewSemantic page map builder — reads live DOM on every page load
  • NewMiramar FL specialized knowledge base (first government pilot)
  • NewEnglish + Spanish auto-detection
  • NewFloating bubble + slide-up panel UI
  • KnownVisual highlight overlay positioning on scrolled pages — fix in progress

v4.0
May 2026
Extension

Chrome Extension — Miramar specialization

Major upgrade to the Chrome extension powering the Miramar, FL government website demo. Full knowledge base expansion and architecture overhaul.

  • NewComplete Miramar knowledge base: 17 departments, all 5 commissioners, exact service URLs
  • New10 resident workflows with step-by-step guidance
  • FixCSP: removed illegal blob: from script-src (MV3 compliance)
  • FixDaily.co remote script execution — widget now served from localhost:8080 to bypass extension CSP
  • FixDead water bill URL (mss.miramarfl.gov) — updated to live portal path
  • ImprovePage map is now Promise-based — eliminates race condition before vapi.start()
  • ImproveAUTO_START delay increased to 1500ms for reliable iframe boot
  • ImprovePost-navigate page map refresh chain via sessionStorage + PAGE_READY signal
  • KnownVisual highlight (liquid border) not working — coordinate system fix in next release

v3.x
Apr 2026
Feature

Browser tools + sidepanel architecture

First version with full browser automation: navigate, highlight, click, fill, and scroll tools working via postMessage bridge between widget iframe and content script.

  • NewpostMessage bridge: widget ↔ sidepanel ↔ content.js
  • NewSemantic page map (DOM reader in content.js)
  • NewLiquid border highlight overlay on elements
  • Newnavigate_to with automatic content script re-injection
  • ImproveVapi tool-output handler — toolCallId now correctly threaded through all tool responses

v1.0
Mar 2026
Extension

Initial Chrome extension

First working prototype — voice assistant in a Chrome sidepanel with basic Vapi integration.

  • NewChrome MV3 extension scaffold (manifest, background, content, sidepanel)
  • NewVapi SDK integration via local bundle
  • NewBubble UI injected into active tab via content script
  • NewBubble click opens sidepanel automatically