v1.5.2
GLIA v1.5.2
See CHANGELOG.md for full release notes.
One-Command Setup (Recommended)
npx glia-ai-setup# Regular Start
./start.sh # Linux/macOS
./start.bat # WindowsManual Setup
git clone https://github.com/Eshaan-Nair/Glia-AI.git
cd Glia-AI
# Installation
./install.sh # Linux/macOS
./install.bat # Windows
# Regular Start
./start.sh # Linux/macOS
./start.bat # WindowsLoad the Extension
- After installation, open
chrome://extensions - Enable Developer mode
- Load unpacked → select
Glia-AI/extension - GLIA will automatically open the folder and page for you at the end of setup.
What's Changed
- Change asset link in README.md by @Eshaan-Nair in #44
- fix(ci): run selector smoke tests in fixture mode to bypass login walls by @Eshaan-Nair in #46
- Add div.ProseMirror as primary input selector for Mistral (live DOM u… by @Eshaan-Nair in #47
- feat: v1.5.2 — Global Search, Graph Pruning, Log Verbosity & SQLite CI by @Eshaan-Nair in #54
Full Changelog: v1.5.1...v1.5.2