Skip to content

v0.1.0

Latest

Choose a tag to compare

@Leitarkkk Leitarkkk released this 18 Aug 01:58
c6bc8ed

dsh-research-nudge v0.1.0

Initial public release of dsh-research-nudge, an advisory Research Debt guard for DeepSeek Harness.

Highlights

  • Detects prolonged local trial-and-error without external research
  • Adds a non-blocking research reminder through the DSH tools/post-execute lifecycle
  • Recognizes repeated failures, mutations, executions, and research-tool usage
  • Provides configurable thresholds, cooldowns, weights, and tool matching
  • Includes English and Simplified Chinese documentation
  • Tested on Node.js 22 and 24
  • Compatible with the DeepSeek Harness 0.1.0-rc.7 release line

Install from this release

dsh plugin --profile web add github:Leitarkkk/dsh-research-nudge#v0.1.0

OR

Tell your DSH Agent:

Install this plugin: https://github.com/Leitarkkk/dsh-research-nudge/

See the README for configuration, compatibility notes, and the calculated Research Debt example.


dsh-research-nudge v0.1.0

这是 dsh-research-nudge 的首次公开版本。它是一款为 DeepSeek Harness 设计的插件,专门留意“在本地反复试错、却不查外部资料”的情况,在合适的时候提醒你:该去查查资料了。

它的能力

  • 能察觉在本地折腾了很久、却迟迟没做外部调研的情况;
  • 通过 DSH 的“工具执行后”节点插入一条不打扰你的研究提醒(不会打断你正在做的事);
  • 会识别这几类迹象:反复失败、频繁改动、重复执行,以及你有没有用研究工具;
  • 各项参数都能自己调:
    • 阈值:折腾到什么程度就算“该查资料了”;
    • 冷却时间:两次提醒之间隔多久;
    • 权重:不同行为在判断里占多大比重;
    • 工具匹配:哪些工具算“研究工具”;
  • 附带英文和简体中文两套文档;
  • 已在 Node.js 22 和 24 上测试通过;
  • 兼容 DeepSeek Harness 0.1.0-rc.7 系列版本。

从本版本安装

dsh plugin --profile web add github:Leitarkkk/dsh-research-nudge#v0.1.0

或告诉你的DSH Agent:

帮我安装 https://github.com/Leitarkkk/dsh-research-nudge/ 这个插件

配置方法、兼容性说明,以及“提醒如何触发”的示例,请看 README。