Service

Changelog

What changed when, grouped by area. Useful for maintaining your own integrations and for audits.

  1. 2026-08-20Platform

    Connectors: knowledge arrives where it is created. A connector pulls nothing out of your systems — it receives what a person has marked as settled. The first one is Jira: when an issue is closed, it enters the memory with its task, resolution and participants, and replaces its earlier version if the issue is closed again. Setup requires no permissions in the source system; knowmind shows a receiving address that you enter in Jira as a webhook. Every incoming event appears with its timestamp and outcome in the connector's inbox. Content can be filed into a domain so the same access boundary applies as everywhere else. Available from the Team plan (two connectors), ten from Business. Slack, e-mail, GitHub, Confluence and Microsoft Teams are designed and will follow.

  2. 2026-08-19Platform

    Domains as an access boundary. Knowledge can be assigned to areas below the workspace — department, product, project. Anyone outside a domain will not find its content: the filter applies across every stage of retrieval, not just the display. A management view per workspace covers domains, memberships and roles. Nothing changes until a domain exists; current content stays visible to the entire workspace.

  3. 2026-08-18Platform

    Sign-in through the company directory (OpenID Connect). Companies connect knowmind to their own directory — Entra, Okta, Keycloak and other OIDC providers. Roles are taken from directory groups, and the password never leaves the customer's directory. Anyone not booking this keeps signing in by magic link. A per-workspace appearance (name, logo, accent colour) ships alongside it.

  4. 2026-08-18Platform

    The access log becomes tamper-evident. Entries are linked into a chain, later changes are blocked at database level, and the latest state is witnessed by an independent timestamp service under RFC 3161. This makes it provable that a log entry already existed at a given point in time. Also new is the incident report: for any period you can answer who retrieved which knowledge — narrowed by time, access and domain. The export is available to you at any time for your own review.

  5. 2026-07-16Tools

    knowmind CLI 0.3.0: a visible sign of life. The new command knowmind status prints a short reachability report (number of memories and relationships, response time); knowmind status --line emits a single-line status for the status bar of an AI tool — steady green when reachable, a green flicker like a disk lamp while knowmind works, red on failure with self-recovery. The display also shows how many memories were retrieved during the running session, and it never blocks the tool (cache plus background refresh). For Claude Code, knowmind init --client claude-code wires the status bar in automatically; an existing custom status bar is left untouched.

  6. 2026-06-23Tools

    knowmind CLI 0.1.25: guided onboarding. The new command knowmind init --token <kmt_…> --api https://knowmind.de wires up token and endpoint in a single step and prints a hint about completing the token setup at the end (knowmind login --token remains a valid alternative). It also adds a near-dup guard on save: paraphrased duplicates are detected before they are created — instead of producing a second entry, it points to the existing one.

  7. 2026-06-21Plans

    GTM cut: API and CLI access is now available on every plan, including the free Private tier (previously only from Business API). Tokens are issued across all tiers; the memory limit on the Private plan is 2,500 memories. From now on, Business API differentiates itself solely through higher throughput (300 requests per minute), webhooks and priority — no longer through API access itself.

  8. 2026-06-20Tools

    knowmind CLI 0.1.23: new command knowmind install <ide>, which wires knowmind into eight IDEs. The integration writes the matching MCP configuration per IDE schema, is idempotent and never stores secrets in plain text in the project.

  9. 2026-06-11Plans

    Free tier: 2,500 memories + a fair soft limit. The Private plan now stores up to 2,500 memories free of charge (previously 100). The limit is now actually enforced: the count covers the stored documents/memories of the workspace — not the auto-extracted graph nodes. From 80% usage, knowmind_stats, store_memory and upload_document return the fields memoryLimit, memoriesUsed and warnAt80 plus a plain-text hint; the dashboard shows the usage and a banner from 80%. Once the limit is reached, the write paths reject with 402 plan_upgrade_required (MCP: a JSON-RPC error with the same message); recall, export and all existing content remain fully available.

  10. 2026-06-10Tools

    Eleventh MCP tool knowmind_list_recent (latest corpus entries, created_at descending). Write path fixed: knowmind_store_memory and knowmind_upload_document now actually persist — Postgres document, vector index and graph node instead of a volatile in-process store; stored entries are findable via recall and list_recent and survive restarts. Documents: upsert-by-title (a new version replaces old versions only after a successful ingest). Errors now return a JSON-RPC error instead of a faked success. Tool reference, OpenAPI description and all integration pages updated to eleven tools.

  11. 2026-06-10Platform

    Stability and consistency release after a full audit: MCP tool names unified to the knowmind_ (underscore) form across the remote endpoint, the npm package and the docs; streamable-HTTP responses are now spec-compliant (standard message events), fixing hanging tool calls in Claude. OAuth connectors are multi-tenant, with scope validation and rate limiting on the token endpoint. Magic links are valid for 24 hours. Transactional mail fully moved to our own SMTP (ALL-INKL.COM, Germany). Stripe webhooks extended (plan changes, failed payments), prices shown as final prices incl. VAT. Timeouts on all backend calls.

  12. 2026-05-23Docs

    Full restructure along the Diátaxis model (tutorial, how-to, reference, explanation). Security section added to ISO/IEC/IEEE 82079-1:2019. New integration guides for Claude Desktop, Claude.ai, ChatGPT and Cursor with OAuth and token options. Complete MCP tool reference with ten documented tools. Glossary expanded past 40 entries. English mirror released under /docs/en.

  13. 2026-05-22Platform

    Private plan capped at 100 memories. Forum bot renamed "Documentation Search". Audit retention now tiered by plan: 30 days (Private) up to 5 years (Enterprise). Rate-limit headers hardened, wikilink extractor added to the ingestion path.

  14. 2026-05-17Tools

    knowmind CLI 0.1.5: preference / fact / update extractor before ingestion, which stores tagged additional chunks. Sync command with manifest and content hash. Package published on npm.

  15. 2026-05-12Platform

    knowmind established as the brand. Control plane live at knowmind.de with magic-link sign-in via Brevo. Docs moved to /docs, Diátaxis sections introduced, OAuth for custom connectors enabled.

  16. 2026-05-11Platform

    Sprint 1 gate exceeded: Recall@5 reaches 100 percent on the internal gold standard, P99 latency 239 ms. Corpus migrated to the sc-internal tenant; multilingual-e5-large becomes the default embedding model.

  17. 2026-05-08Platform

    Hybrid recall with BM25 (German analyzer), pgvector and Neo4j graph hops + cross-encoder rerank promoted to the default path. Recall quality test reaches 98.61 percent on the internal corpus.

Related