Skip to main content

v0.12.0 - 2026-03-06

Added

  • Context endpoint: AI-curated memory retrieval in one call
  • OG/Twitter meta tags for social sharing on all pages

Improved

  • Hero performance badges: under 200ms recall, 99.9% uptime
  • Accessibility improvements: ARIA labels, skip links, focus-visible

v0.11.0 - 2026-03-01

Added

  • Consolidate endpoint: Merge related memories with GPT-4o-mini
  • Dashboard empty states and keyboard shortcuts

Fixed

  • CSV export formula injection sanitization

v0.10.0 - 2026-02-20

Added

  • Extract endpoint: Auto-extract structured facts from raw text
  • Ingest endpoint: Extract, deduplicate, and store in one call
  • Migrate endpoint: Import .md files via API

v0.9.0 - 2026-02-13

Added

  • TypeScript SDK (memoclaw) interface designed (client not yet exported — see TypeScript SDK)
  • Memory history endpoint: Track how memories evolve over time
  • Session-scoped memories with GET /v1/session/:id

Improved

  • Dashboard redesign with wallet management and usage stats

Pricing Overhaul - 2026-02-15

Changed

  • Free endpoints: List, get, delete, search (text), suggested, core memories, relations, history, graph, export, namespaces, and stats are now completely free — no payment required
  • Paid endpoints now only include those using OpenAI (embeddings or LLM):
    • Embedding endpoints: store ($0.005), store/batch ($0.04), recall ($0.005), update ($0.005)
    • LLM + embedding endpoints: extract ($0.01), consolidate ($0.01), ingest ($0.01), context ($0.01), migrate ($0.01)
  • Free tier reduced from 1,000 to 100 calls (only paid endpoints consume credits)

v0.8.0 - 2026-02-01

Added

  • Smart ingestion endpoint: Auto-extract, deduplicate, and relate memories
  • Proactive memory suggestions: Surface stale, fresh, hot, and decaying memories

Improved

  • Recall latency improved to under 200ms p95

v0.7.0 - 2026-01-15

Added

  • Python SDK (pip install memoclaw) with sync + async support
  • MCP server integration for Claude Desktop and Cursor
  • Connection-weighted decay algorithm
  • 4-signal hybrid retrieval: Semantic + recency + importance + frequency

v0.6.0 - 2025-12-20

Added

  • Initial launch: Store, recall, list, delete endpoints
  • x402 payment protocol integration (no API keys needed)
  • 1,000 free calls per wallet