Leitarkkk/dsh-research-nudge1

dsh-research-nudge

DSH 研发债务守护插件,在编程 Agent 进行重复的本地尝试和报错时,引导其先检索文档、GitHub 和网页,避免陷入盲目试错。

AI 分析

核心用途是规范和优化 AI 编码 Agent 的工具调用行为。适合使用 DSH 进行自动化编程、希望减少 Agent 盲目本地试错消耗的用户。

套件
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