Skip to content

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 20 May 16:19

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 # Windows

Manual 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 # Windows

Load the Extension

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select Glia-AI/extension
  4. 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