feat: release v0.1.4

This commit is contained in:
chrishuan
2026-04-23 10:58:52 +08:00
parent 7433bdbbb1
commit 76451838b8
3 changed files with 38 additions and 2 deletions
+34
View File
@@ -4,6 +4,40 @@
---
## [0.1.4] - 2026-04-10
### 🚀 Features
- *(auto-recall)* Add recall hint text before memories
## [0.1.3] - 2026-04-09
### 🚀 功能
- *(memory-tdai)* 用 reporter 抽象替换 emitMetric
- *(L3)* L3 使用读写工具,防止模型输出 CoT
- *(memory)* 添加 embedding 截断、召回超时,以及从 L0 捕获中剔除代码块
- *(config)* Embedding 超时支持配置
- *(report)* 在 schema 中暴露 report 配置项,默认值改为 false
### 🐛 修复
- *(capture)* 跳过心跳/定时任务/自动化/调度类消息
- *(recall)* 召回完成时清除超时定时器,避免误报超时警告
### 💼 Other
- 重命名包名为 memory-tencentdb
- *(deps)* 将 node-llama-cpp 改为可选依赖
### ⚡ 性能
- *(auto-capture)* 将 L0 向量嵌入移至后台以降低延迟
### 📚 文档
- 添加 allowPromptInjection 配置警告说明
## [0.1.2] — 2026-03-26
### 更新内容