跳到正文

truelove-dreamer/dsh-plugin-recall

00最近提交 2026年8月14日

dsh-plugin-recall DSH 插件

dsh-plugin-recall 为 DSH 添加模型工具和人类命令,通过基于 SQLite FTS5 的会话查询服务搜索已持久化的会话历史。

如何安装 dsh-plugin-recall DSH 插件

dsh plugin --profile web add dsh-plugin-recall

复制不会执行命令。运行前请核对仓库和版本。

数据来源

快照日期:2026年8月15日

manifest-valid

dsh-plugin-recall DSH 插件能做什么

  • 提供 `recall` 模型工具,用于在历史会话中全文搜索。
  • 提供 `/recall <query>` 人类命令。
  • 返回匹配会话的 ID、时间、事件类型、live/persisted 状态和高亮摘录。
  • 支持限制结果数量,并可限定到指定会话 ID 范围。
  • 将查询按字面短语处理,而非可执行的 FTS 语法。

dsh-plugin-recall DSH 插件适合哪些场景

  • 从先前会话中的决策继续工作。
  • 查找以前使用过的命令或发布步骤。
  • 回忆此前的错误、调试上下文或安全相关讨论。
  • 在选定的一部分会话历史中进行搜索。

dsh-plugin-recall DSH 插件适合谁

  • 需要跨多个会话工作的 DeepSeek Harness 用户。
  • 使用具备会话查询支持的 web profile 的开发者。

dsh-plugin-recall DSH 插件的限制

  • 依赖 `ctx.sessionQuery`;未挂载时工具会报告错误。
  • 配置为 `openAt: never` 时,全文检索会被禁用。
  • 结果是 FTS5 高亮摘录,并非精确的会话回放;精确阅读需要配合 session 工具。
  • 搜索范围仅限当前 `DSH_HOME` 中已持久化的会话,不包含其他机器或部署的历史。
  • 分词遵循 SQLite FTS5 unicode61 行为,因此可能无法找到子串式匹配。

客观检查信号

这些信号来自公开元数据扫描,不是本站安全认证。

  • dependency counts

    package.json declares 0 runtime, 0 development, 0 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license not declared

    GitHub did not report an SPDX license for this repository snapshot.

    low
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-plugin-recall DSH 插件的相关选择

dsh-plugin-recall DSH 插件常见问题

dsh-plugin-recall DSH 插件是什么?

dsh-plugin-recall 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。

如何安装 dsh-plugin-recall DSH 插件?

页面展示来源记录中的安装命令。复制动作不会执行命令,运行前请确认 package、profile 和版本仍与上游文档一致。

dsh-plugin-recall 使用哪个 DSH profile?

dsh-plugin-recall 快照记录的 profile 是 web。DSH 版本变化可能调整 profile 约定,安装前请再次核对。

dsh-plugin-recall 与当前 DSH 版本兼容吗?

当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。

dsh-plugin-recall 加载失败怎么办?

先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。

dsh-plugin-recall 有哪些替代 DSH 插件?

页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。