Skip to main content
Release history for the co-mind.ai platform.

v1.5.4 — June 11, 2026

New Features

  • Multi-tenant SSO — Tenant-scoped sign-on with admin approval.
  • AI Governance — Expanded retention and compliance reporting across chat, retrieval, and ingestion.
  • Knowledge-Base Access Control — Finer role-based access for every KB.
  • Tenant Admin Self-Service — Manage members and reset passwords from the admin UI.
  • Configurable Embedding Model — Choose the embedding model that best fits your content.
  • Native Anthropic Backend — Direct Anthropic Claude integration.

Improvements

  • Research — Higher-quality web research with strategy selection.
  • Content Safety — Strengthened safety policies across chat, retrieval, and ingestion.

Operations

  • Self-Updating Manager — Platform manager updates automatically with sudo comind update.
  • Emergency Recovery — New CLI command for super-admin password recovery.
  • Stability — Upgrade and reliability improvements.

v1.5.3 — May 29, 2026

Maintenance release with stability and upgrade fixes.

v1.5.1 — May 26, 2026

Maintenance release.

New Features

  • White-Labeling — Brand the platform as your own (logo, name, colors).

Improvements & Fixes

  • Retrieval — More accurate knowledge-base answers and steadier uploads.
  • Integrations — Smoother SharePoint and Microsoft sign-in, and more reliable email.
  • Stability — General performance and reliability improvements.

v1.5.0 — May 7, 2026

New Features

  • Email Service — Send emails directly from the platform via your own SendGrid or SMTP transport, configured through Platform Settings → Email Service (no more environment-variable juggling).
  • Inference Configuration — Configure compute backends and per-task model assignments from the admin UI.
  • Governance Dashboard — EU AI Act conformity reporting, policy management, and provenance views in the admin UI.
  • Email Agent Triggers — Agents react to incoming email automatically via the Exchange integration.

Improvements

  • Streaming RAG Citations — Source citations stream alongside chat responses instead of arriving at the end.
  • Faster Uploads — Per-file progress, corrected temp-KB flow, and stability under sustained load.

Security & Infrastructure

  • EU AI Act provenance events emitted across chat, retrieval, and document processing.
  • Tenant Provisioning API (POST /v1/admin/tenants/provision) for automated onboarding, behind a feature flag.

v1.4.0 — April 1, 2026

New Features

  • MCP Data Sources — 6 new integrations: Elasticsearch, Snowflake, S3, Xero, HubSpot, and per-org deployment model
  • Email Compose — Draft and send emails directly from chat via Exchange integration
  • Data Sources Admin UI — Configure and manage connector sources from the admin panel
  • Theme Selector — Light, Dark, and System theme options in General Settings

Security & Infrastructure

  • Various security hardening improvements across authentication, credential management, and deployment configuration

v1.3.0 — March 13, 2026

New Features

  • Smart Inbox — AI-powered priority inbox with email actions, templates, and analytics via Exchange integration
  • Directory Connector Sync — Sync files from SMB and SharePoint with delta tracking
  • Tool Orchestration — Chat augmented with parallel tool discovery and execution
  • Inline Document Comparison — AI-powered structural diffs in chat (supports 6 languages)

v1.2.1 — February 25, 2026

New Features

  • n8n Integration — Community node for workflow automation (@co-mind-ai/n8n-nodes-comind-ai)
  • Infercom Backend — EU sovereign AI inference on SambaNova hardware
  • Document Analyzer — Extract structured data from documents with human-in-the-loop review
  • Researcher — Multi-provider web search, content scraping, and deep research with iterative reasoning
  • Grant Proposals — AI-assisted grant proposal generation

Improvements

  • Security Sanitizer — Configurable per-tenant content safety policies (injection detection, PII redaction, jailbreak prevention)
  • Audit Logs — Comprehensive audit trail with filtering and aggregation
  • Personal Access Tokens — Fine-grained API token scopes for programmatic access
  • Directory Integration — Microsoft Entra ID (Azure AD) support alongside LDAP/Active Directory

v1.0.0

Initial release of the co-mind.ai platform.

Core

  • Chat Completions — OpenAI-compatible chat API with streaming, vision, and tool calling
  • Text Completions — Prompt-based text generation
  • Embeddings — Vector embeddings for semantic search and similarity
  • Multi-backend support — vLLM, Ollama, llama.cpp, OpenAI, and Anthropic passthrough

Knowledge Base (RAG)

  • Knowledge Bases — Upload and manage document collections
  • Stateless & Stateful Chat — Chat with knowledge bases with client- or server-managed history
  • Context Retrieval — Query KBs directly for relevant document chunks

Echo Engine (Audio)

  • Transcription (STT) — Synchronous and async audio transcription with speaker diarization
  • Text-to-Speech (TTS) — Multi-voice, multi-language speech synthesis
  • Recordings — Audio recording metadata management

Administration

  • Multi-tenant isolation — Separate users, API keys, and quotas per tenant
  • LDAP/Active Directory — Enterprise directory integration
  • JWT & PAT authentication — Dual authentication methods