Changelog
Release history and updates for ContextQ.
-
Claude Code plugin 1.6.0, wrap reminders
ChangedClaude Code plugin 1.6.0
Installed copies can update to 1.6.0. Its four skills now fire only when a request names ContextQ (
contextq,ctqor/contextq:<skill>), so a bare "tasks" or "remember this" stays with the tools you already use.NewWrap reminders
The plugin reminds you to run
/contextq:wrapafter commits no wrap covers, after a long stretch without one, and before context compaction. It reads only git state and its own local counter, never the conversation, and makes no network call. Set"nudge": "off"in.contextq/config.jsonto silence it.ChangedStricter capture scopes
An unrecognised
capture_scopenow falls back tometadata, and undermetadataa compaction sends only message counts and roles, no text. The install guide lists exactly what leaves the machine once a repository is on.ChangedKey rotation inside a session
Run
/plugin configure contextq@contextq-plugins, enter the new key, and save; Claude Code reloads the plugin with it.
-
First key at signup, plugin 1.3.0
NewFirst API key on Connect an Agent
After signup and email verification, the dashboard shows the account's first API key once, with a ready-to-copy
claude plugin installcommand.NewTrial end date on Billing
During the Pro trial the Billing page shows the date the trial ends, and you can subscribe at any time.
ChangedClaude Code plugin 1.3.0
Installed copies can update to 1.3.0, which adds tool tracing through function hooks and a checkpoint before context compaction.
FixedHandoffs after changing directory
The plugin's lifecycle hooks no longer skip or misfile the session handoff when the agent has moved into another repository.
-
Bigger Free plan, API keys everywhere, Pro trial
ChangedFree quotas raised
Free now includes 1,000 contexts, 2,000 code contexts and 5,000 search + retrieve queries a month for one user.
ChangedAPI keys on every plan
Every plan can create dashboard API keys. The cap counts active keys: 3 on Free, 20 on Pro, unlimited on Team and Enterprise. Keys behind MCP OAuth connectors do not count.
NewKey controls
Keys can carry an expiry date and be bound to a single workspace on every plan. IP allowlists on keys are available from Pro.
New14-day Pro trial
Every new account starts with a 14-day Pro trial, no card required. When it ends, the account moves to Free unless you upgrade.
-
Free plan scope
ChangedFree is memory and search
Free covers saving, listing and reading contexts, connecting agents over MCP, and hybrid keyword + vector search. Quotas are unchanged.
ChangedAI memory features move to paid plans
Atomicity and contradiction checks, memory evolution, skill distillation, extraction from conversations and ingest, conversation summaries, OCR for image-only PDFs, LLM handoffs and automatic dream runs now start at Pro.
ChangedDream on Free
Free workspaces get one manual dream every 14 days, without synthesis preview or auto-trigger. Paid plans are unlimited and dream automatically.
ChangedSearch stages by plan
Cross-encoder reranking is included from Team and LLM query rewrite on Enterprise; Free and Pro use hybrid keyword + vector search.
-
Initial Launch
-
NewHybrid 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.
-
NewVector Embeddings
Semantic search powered by pgvector with HNSW indexing (768-dimensional vectors). Supports multiple embedding providers: Gemini, OpenAI, Voyage, and Jina.
-
New9 MCP Tools
Full tool suite for AI agents via the Model Context Protocol:
ctx_savectx_searchctx_listctx_getctx_updatectx_deletectx_importctx_statsctx_dream -
NewMulti-Agent Support
Works with any MCP-compatible AI tool. Tested and documented for Claude Code, Cursor, Codex, Gemini CLI, Windsurf, and Cline.
-
NewDream: 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.
-
NewMulti-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.
-
NewWeb Dashboard
React-based dashboard for managing your context. Includes a context editor, Dream UI for memory consolidation, activity logs, and team management.
-
NewContent 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.
-
NewStreamable 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.
-
NewPricing 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).
-