Release·
✅ Upgrading
Just pull the v0.2.0 tags and restart both the API and web apps.
👉 Changelog
👥 User Administration
Manage your users directly from the admin back office:
- Add, edit, and delete accounts
- Centralized control for administrators
🔒 Restrict User Accounts by Domain
Secure your instance with domain restrictions:
- By default, all domains are allowed
- Add one or more domains to restrict sign-ups
- Only emails from authorized domains will be able to create accounts
🤖 Global Agents
Create simple pre-prompt agents accessible to all users:
- Define an icon, name, description, default model, and prompt
- Agents are visible and usable from the
/agentspage - Fully manageable from the admin panel
🧠 New Ollama Models
Several new LLM Ollama models are now available:
- gpt-oss:20b
- gpt-oss:120b
- deepseek-r1:1.5b, 7b, 8b, 14b, 32b, 70b
- llama3.1:8b, 70b
- mistral:7b
🌈 Chat with Markdown
Models are now pre-prompted to respond in Markdown, rendered beautifully with nuxt/mdc:
- Better readability
- Structured and formatted answers
🐳 Docker Workflow
Run the API and frontend with prebuilt Docker images:
# Backend
docker pull singularitiesai/singularities-ai-api:latest
# Frontend
docker pull singularitiesai/singularities-ai-frontend:latest
Or build them yourself for full control.
🪳 Fixes
- Ollama model downloading now displays progress logs every 5 seconds
📑 Refactoring
- API: All models now extend
AbstractModel - Web: Standardized TypeScript stores
📑 Chores
- Migrated the project to Nuxt 4
🧹 Cleanups
- Removed an unused mobile menu
📚 Documentation
Full documentation is now available at https://docs.singularities-ai.com
A big thank you to everyone who contributed to this release ❤️