DeepSeek Harness plugin

dsh-session-search-uckkk

DSH 会话全文搜索:在所有本地会话(含 zstd 压缩与明文存储)中按关键词检索,返回命中的会话、行内容与上下文。Full-text search across DeepSeek Harness sessions — find any past conversation by keyword, works with zstd and plaintext session logs.

Jump to install

Source facts

Repository
uckkk/dsh-session-search
Latest update
Aug 17, 2026
Category
Docs & Rendering
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/uckkk/dsh-session-search
Plugin: dsh-session-search-uckkk
Author: uckkk

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-session-search · DSH 会话全文搜索

![npm](https://www.npmjs.com/package/dsh-session-search) ![GitHub](https://github.com/uckkk/dsh-session-search) ![License: MIT](LICENSE)

在 DeepSeek Harness(DSH)本地保存的所有会话中按关键词全文搜索,找回历史对话、代码片段与决策记录。 Full-text search across DeepSeek Harness (dsh) sessions — find anything you ever discussed, in zstd or plaintext session logs.

支持 zstd 压缩.jsonl.zstd,DSH 默认存储格式)与明文.jsonl)两种会话存储。纯 Node 实现,零第三方运行时依赖。

功能 Features

  • session_search — 关键词全文搜索:返回命中会话(标题/ID/工作目录)、命中行号与具体行内容
  • 按最近使用排序,默认扫描最近 20 个会话;maxSessions/limit 可调
  • 不区分大小写(可开关 caseSensitive
  • peer-only 依赖(随 DSH 宿主加载)

安装 Install

dsh plugin --profile web add dsh-session-search
# 或任意 profile:dsh plugin --profile <name> add dsh-session-search

使用 Usage(agent 工具)

  • 「我上次讨论过 <关键词>,帮我找找」→ 调用 session_search
  • 「搜索会话里所有提到 <函数名> 的地方」→ session_search query=<函数名>
  • English: "Find where I mentioned <keyword>" → session_search

为什么选它 Why

  • 找回被遗忘的历史:agent 会话是重要资产,搜索让它们可复用
  • 跨项目检索:所有工作目录的会话一网打尽

配套插件 Companion plugins

License

MIT © istone