Changelog

Everything we've shipped, in reverse chronological order.

v0.1.4

Apr 12, 2026

  • MCP server now ships with a one-line `npx -y @threadline/mcp` install.
  • New REST endpoint: `DELETE /v1/grants/:grantId` for instant grant revocation.
  • Improved injection latency by ~35% for users with large context histories.

v0.1.3

Mar 28, 2026

  • Python SDK reaches feature parity with TypeScript.
  • Added scoped grants with TTL.
  • Fixed a bug where context updates could overwrite recent facts under high concurrency.

v0.1.2

Mar 06, 2026

  • Audit trail now persisted for every read/write operation.
  • Dashboard: per-user context inspector.

v0.1.1

Feb 18, 2026

  • Hard-delete by user (GDPR-friendly).
  • Multi-agent handoff: shared context across cooperating agents.

v0.1.0

Feb 01, 2026

  • Public beta launch.
  • TypeScript SDK with `inject` and `update`.
  • REST API and dashboard for managing API keys.