truelove-dreamer/dsh-plugin-recall

插件 ⭐ 0 developer-toolsmemory

DeepSeek Harness 插件:为模型提供跨会话记忆。通过 ctx.sessionQuery(SQLite FTS5)对所有历史会话进行全文搜索,并将最匹配的摘录带回当前上下文——回顾之前的决策、命令和错误。

catalog 简介:DeepSeek Harness plugin: cross-session memory for the model. Full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context — recall earlier decisions, commands, and mistakes.

安装

返回每个命中会话:session id、时间、事件类型、live/persisted 标记、最强匹配片段。查询按**字面短语**处理(永不解释为 FTS 可执行语法)。

**人类命令 `/recall <查询>`:** 同样输出。

## 安装

truelove-dreamer/dsh-plugin-recall 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。