Skip to content

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 17 May 11:04
1823468

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

  • 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