remembra 0.10.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,13 @@ TypeScript/JavaScript SDK for [Remembra](https://remembra.dev) - the AI Memory L
5
5
  [![npm version](https://badge.fury.io/js/remembra.svg)](https://www.npmjs.com/package/remembra)
6
6
  [![PyPI version](https://badge.fury.io/py/remembra.svg)](https://pypi.org/project/remembra/)
7
7
 
8
- ## What's New in v0.10.1
8
+ ## What's New in v0.12.0
9
9
 
10
- - **Slim Recall Mode** — `recall(query, { slim: true })` returns 90% smaller payloads
11
- - **Better Error Messages** — Clear failure labels for debugging
12
- - **Full Python CLI** — `remembra-install`, `remembra-doctor`, `remembra-bridge` for setup
10
+ - **👤 User Profiles** — Profile management with avatars and preferences
11
+ - **🧠 Smart Auto-Forgetting** — Human-like memory that naturally fades
12
+ - **⏰ Event-driven Expiry** — `expires_at` field for precise lifecycle control
13
+ - **🔒 Strict Mode 410 GONE** — Expired memories return proper HTTP 410
14
+ - **🌐 Browser Extension** — Access memories from any webpage
13
15
 
14
16
  > **Note:** The TypeScript SDK is for client-side usage. For AI agent setup (Claude, Codex, Cursor), use the Python package: `pip install remembra && remembra-install --all`
15
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remembra",
3
- "version": "0.10.1",
3
+ "version": "0.12.0",
4
4
  "description": "TypeScript/JavaScript SDK for Remembra - AI Memory Layer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",