Changelog

Release history and updates for ContextQ.

v0.1.0 April 14, 2026

Initial Launch

New

Hybrid Search

PostgreSQL tsvector full-text search combined with Elasticsearch BM25 scoring, unified via Reciprocal Rank Fusion (RRF). Queries hit both engines and results are merged for higher relevance.

New

Vector Embeddings

Semantic search powered by pgvector with HNSW indexing (768-dimensional vectors). Supports multiple embedding providers: Gemini, OpenAI, Voyage, and Jina.

New

9 MCP Tools

Full tool suite for AI agents via the Model Context Protocol:

ctx_savectx_searchctx_listctx_getctx_updatectx_deletectx_importctx_statsctx_dream
New

Multi-Agent Support

Works with any MCP-compatible AI tool. Tested and documented for Claude Code, Cursor, Codex, Gemini CLI, Windsurf, and Cline.

New

Dream: Memory Consolidation

Automatic memory consolidation via vector clustering and LLM synthesis. Groups related context entries using embedding similarity, then generates consolidated summaries with OpenAI gpt-4.1-mini. Reduces noise, surfaces patterns.

New

Multi-Tenant SaaS

Full multi-tenant architecture with JWT and API key authentication, team management with role-based access (owner, admin, member), and Row-Level Security isolation at the database layer.

New

Web Dashboard

React-based dashboard for managing your context. Includes a context editor, Dream UI for memory consolidation, activity logs, and team management.

New

Content Encryption

AES-256 content encryption with tenant-managed keys, available on the Pro plan. Content is encrypted before storage — Henia cannot read your context content.

New

Streamable HTTP MCP Endpoint

Single HTTP endpoint for MCP tool execution. No stdio servers, no local processes. Connect any MCP client over HTTPS with a Bearer token.

New

Pricing Plans

Three tiers: Free (100 entries, 1 member), Pro at $19/mo (10,000 entries, 10 members, encryption, Dream), and Enterprise with custom pricing (unlimited members, SSO, self-hosted option).