Leitarkkk/dsh-research-nudge1

dsh-research-nudge

Research-debt guard for DeepSeek Harness: nudges coding agents to search docs, GitHub and the web before repeated local trial-and-error.

包名
dsh-research-nudge
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Leitarkkk/dsh-research-nudge

Configuration

Edit the plugin entry in the profile's Cordis configuration:

dsh-research-nudge:
  enabled: true
  debtThreshold: 20
  maxToolCallsWithoutResearch: 15
  maxMinutesWithoutResearch: 15
  cooldownMinutes: 10
  ordinaryToolDebt: 1
  mutationDebt: 2
  executionDebt: 1
  failureDebt: 4
  repeatedFailureDebt: 6
  researchTools:
    - web_search
    - web_fetch
    - github_search
    - docs_search