memory-forge 0.1.7 → 0.1.8

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,7 @@ Free 层零依赖外部服务。Pro 层需 `SHELBY_API_KEY` 启用 Shelby 云同
35
35
  | autoMerge | 检测 >80% 重叠自动合并 |
36
36
  | autoPriority | 基于访问频率 + 时效计算优先级(Ebbinghaus 遗忘曲线) |
37
37
  | autoDecay | 90 天未访问自动归档 |
38
- | autoCapture | 会话结束自动更新优先级 + 清理过期记忆 |
38
+ | autoCapture | 会话结束自动更新优先级 + 清理过期;PreCompact 提醒 Agent 保存关键信息 |
39
39
 
40
40
  ## 定价
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memory-forge",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Forge persistent memories for your AI agent. 8 MCP tools + 5 auto-engines. Powered by Shelby decentralized cloud.",
5
5
  "type": "module",
6
6
  "license": "MIT",