PulseAugur
实时 05:15:17
实体 Claude Code Memory

Claude Code Memory

PulseAugur coverage of Claude Code Memory — every cluster mentioning Claude Code Memory across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
0
90 天内 1
发布 · 30天
0
90 天内 0
论文 · 30天
0
90 天内 0
层级分布 · 90 天
主题
最近 · 第 1/1 页 · 共 1 条
  1. TOOL · CL_97957 ·

    Recall 工具为 Claude Code 会话添加本地、私有内存

    一款名为 Recall 的新工具已被开发出来,为 Claude Code 提供持久的本地项目内存。与其他将数据发送到外部模型的工具不同,Recall 使用经典的 Python 摘要器(TF-IDF 和 TextRank)将会话日志压缩成一个 `context.md` 文件。这种方法为用户节省了 token 成本,并通过将所有数据保留在用户机器上来确保隐私。该工具旨在通过提供先前会话的简洁、可读的摘要来解决 Claude Code 的冷…