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.
- package/README.md +6 -4
- 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
|
[](https://www.npmjs.com/package/remembra)
|
|
6
6
|
[](https://pypi.org/project/remembra/)
|
|
7
7
|
|
|
8
|
-
## What's New in v0.
|
|
8
|
+
## What's New in v0.12.0
|
|
9
9
|
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
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
|
|