v1.5.1
GLIA v1.5.1
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
- Added high end models for ollama options, refactored dashboardfor a s… by @Eshaan-Nair in #37
- feat(mcp): enhance protocol with surgical attribution and auto-provis… by @Eshaan-Nair in #38
Full Changelog: v1.5.0...v1.5.1