PulseAugur
实时 11:27:42
实体 session-indexer

session-indexer

PulseAugur coverage of session-indexer — every cluster mentioning session-indexer across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
1
90 天内 1
发布 · 30天
0
90 天内 0
论文 · 30天
0
90 天内 0
层级分布 · 90 天
主题
情绪 · 30 天

1 天有情绪数据

最近 · 第 1/1 页 · 共 1 条
  1. TOOL · CL_124943 ·

    新工具为 Claude Code 提供项目特定的持久记忆

    一款名为 session-indexer 的新开源工具已被开发出来,为 Claude Code 提供针对单个项目的持久记忆。这款基于 Go 的实用工具将对话记录存储在每个项目目录内的本地 SQLite 数据库中,避免了集中式记忆解决方案中常见的单点故障。当新对话开始时,session-indexer 会根据当前项目上下文,通过 Ollama 使用 bge-m3 嵌入进行语义相似性搜索,自动检索相关的过去讨论片段,如果 Ollama 不…