Record

Changelog

Release history and updates for ContextQ.

  1. Plugin

    Claude Code plugin 1.6.0, wrap reminders

    1. 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, ctq or /contextq:<skill>), so a bare "tasks" or "remember this" stays with the tools you already use.

    2. NewWrap reminders

      The plugin reminds you to run /contextq:wrap after 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.json to silence it.

    3. ChangedStricter capture scopes

      An unrecognised capture_scope now falls back to metadata, and under metadata a compaction sends only message counts and roles, no text. The install guide lists exactly what leaves the machine once a repository is on.

    4. ChangedKey rotation inside a session

      Run /plugin configure contextq@contextq-plugins, enter the new key, and save; Claude Code reloads the plugin with it.

  2. Product

    First key at signup, plugin 1.3.0

    1. 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 install command.

    2. 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.

    3. 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.

    4. 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.

  3. Plans

    Bigger Free plan, API keys everywhere, Pro trial

    1. ChangedFree quotas raised

      Free now includes 1,000 contexts, 2,000 code contexts and 5,000 search + retrieve queries a month for one user.

    2. 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.

    3. 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.

    4. 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.

  4. Plans

    Free plan scope

    1. ChangedFree is memory and search

      Free covers saving, listing and reading contexts, connecting agents over MCP, and hybrid keyword + vector search. Quotas are unchanged.

    2. 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.

    3. 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.

    4. 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.

  5. v0.1.0

    Initial Launch

    1. 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.

    2. NewVector Embeddings

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

    3. New9 MCP Tools

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

      ctx_savectx_searchctx_listctx_getctx_updatectx_deletectx_importctx_statsctx_dream
    4. NewMulti-Agent Support

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

    5. 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.

    6. 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.

    7. NewWeb Dashboard

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

    8. 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.

    9. 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.

    10. 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).