Skip to content

claude-mem

v13.5.4 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 1mo AI Coding Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agents ai-memory anthropic artificial-intelligence chromadb
+14 more
claude claude-agent-sdk claude-agents claude-code claude-code-plugin claude-skills embeddings long-term-memory mem0 memory-engine openmemory llm sqlite supermemory

Affected surfaces

auth

Summary

AI summary

Updates Privacy, Tests, and https://docs.claude-mem.ai/telemetry across a mixed release.

Changes in this release

Feature Low

Adds regression test ensuring PostHog client constructed with `disableGeoip: false`.

Adds regression test ensuring PostHog client constructed with `disableGeoip: false`.

Source: llm_adapter@2026-06-10

Confidence: high

Bugfix Medium

Telemetry geolocation: disables default $geoip_disable to allow coarse location inference.

Telemetry geolocation: disables default $geoip_disable to allow coarse location inference.

Source: llm_adapter@2026-06-10

Confidence: high

Full changelog

Fixed

  • Telemetry geolocation: closed the ~98.5% "unknown location" gap. The posthog-node SDK assumes server deployments and stamps $geoip_disable: true on every event by default. claude-mem's worker runs on the user's own machine, so this needlessly suppressed PostHog's ingest-side GeoIP on all worker events (worker_started, session_compressed, context_injected, …). The client now passes disableGeoip: false, letting PostHog derive coarse location (country / region / city) at ingestion — from the request IP, which is then discarded. CLI events (install_*) were already unaffected.

Privacy

  • No change to the IP promise: raw IP addresses are still never attached to events by the client and never stored — the sender IP is used transiently at ingest for the coarse-location lookup, then discarded.
  • The telemetry docs (https://docs.claude-mem.ai/telemetry) and the npx claude-mem telemetry enable consent screen now disclose the ingest-derived coarse location.

Tests

  • New regression test asserts the PostHog client is constructed with disableGeoip: false (telemetry suite now 58 tests, all passing).

🤖 Generated with Claude Code

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track claude-mem

Get notified when new releases ship.

Sign up free

About claude-mem

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

All releases →

Related context

Earlier breaking changes

  • v13.11.0 Retires the standalone `cloud-sync.mjs` daemon.

Beta — feedback welcome: [email protected]