chore: release v0.3.5

This commit is contained in:
chrishuan
2026-05-20 22:58:05 +08:00
parent f81b79e4ac
commit 0d462e0b63
19 changed files with 3140 additions and 7 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@tencentdb-agent-memory/memory-tencentdb",
"version": "0.3.4",
"version": "0.3.5",
"description": "Four-layer local memory system plugin for OpenClaw — auto-captures, structures, and profiles conversational knowledge using local LLM + SQLite vector search (L0→L1→L2→L3 pipeline)",
"type": "module",
"main": "./dist/index.mjs",
@@ -82,7 +82,8 @@
"sqlite-vec": "0.1.7-alpha.2",
"tsx": "^4.21.0",
"undici": "^8.1.0",
"yaml": "^2.8.3"
"yaml": "^2.8.3",
"zod": "^4.4.3"
},
"optionalDependencies": {
"opik": "^1.0.0"