DeepSeek Harness plugin

dsh-review

DeepSeek Harness session review and lessons plugin

Jump to install

Source facts

Repository
qq12346/dsh-review
Latest update
Aug 16, 2026
Category
Memory
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/qq12346/dsh-review
Plugin: dsh-review
Author: qq12346

Check the source files

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

File explorer2 files
README.mdSource · read only

dsh-review

DeepSeek Harness(DSH)的「会话复盘 + 经验沉淀」插件。核心定位是复盘插件,不是记忆插件:它会生成人类可读的复盘报告,并把经验条目沉淀到工作区 .dsh-review/,供以后会话复用。

安装

dsh plugin --profile <profile> add dsh-review

安装后需要重启该 profile。

配置

在 profile 的 cordis.patch.yml 中覆盖以下字段:

  • stateDir:数据目录,默认 .dsh-review
  • maxInjectedLessons:系统提示注入的经验条数,默认 5。
  • injectionBudgetChars:注入文本字符预算,默认 800。
  • llmProvider / llmModel:可选,配置后才启用 LLM 经验提炼;不配置则只做确定性结构化报告。

数据目录

.dsh-review/
├── reports/<session-id>.md
├── lessons.json
├── lessons.md
└── index.json

工具

  • review_session:对当前会话立即复盘并生成报告。
  • search_lessons:按关键词或标签检索经验库。

开发

npm install --legacy-peer-deps
npm test
npm run build
node scripts/verify.mjs

DSH 仍处开发者预览期,SESSION_FORMAT_VERSION = 0,集成 API 以 API-NOTES.md 为准。