Liya AI — 3D Avatar Assistant version history - 1 version
Liya AI — 3D Avatar Assistant by Mahmut Denizli
Liya AI — 3D Avatar Assistant version history - 1 version
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.2.0
Released Jun 18, 2026 - 522.61 KBWorks with firefox 140.0 and later, android 142.0 and later[0.2.0] — 2025-06-18
🚀 New Features- Browser Agent Web Search: AI can now trigger
WEB_SEARCHto open search results in a new tab. Background service worker handlesWEB_SEARCHmessage type with cross-browser support (browser.search.searchfor Firefox,chrome.search.queryfor Chrome). - Page Context Extraction: Content script now extracts and sends page context (up to 4000 chars) with every message, giving the AI awareness of the current page content.
- CSP-Bypass API Proxy: Background service worker acts as a fetch proxy via
apiProxyhandler, bypassing strict Content-Security-Policy on sites like Reddit and GitHub. - API Key Management:
getApiKeyhandler added to background service worker for centralized API key access.
🔧 Improvements- Keyboard Shortcut:
Ctrl+Shift+L/Cmd+Shift+Lto open the Liya popup from any page. - Kiosk Mode: Topbar with settings toggle, close button, and color customization panel.
- Input/Button Disable During Speaking: Chat input and control buttons are disabled while the avatar is speaking to prevent race conditions.
- AudioContext Warm-Up:
AvatarSpeechController.warmUp()now returns a promise, ensuring AudioContext is running before speech starts — fixes Firefox autoplay policy issues. - Form-Fill Preview: Buttons stay active while avatar is speaking; overlay CSS injected into shadow DOM.
- Shadow Container Click Fix: Shadow container no longer traps page clicks in standard mode.
- Storage Migration: Background
onInstallednow initializesliya_configinstorage.local(matching Chrome extension pattern).
🐛 Bug Fixes- Fixed Firefox mic button — force
isRecording=trueon start, force emit on stop. - Added verbose logging to voice start/stop flow in Firefox.
- Fixed kiosk modal class mismatch causing unclickable widget.
- Fixed missing
divtag in kiosk content template literal.
Source code released under MIT License
- Browser Agent Web Search: AI can now trigger