yuttfu/dsh-reprolab0

dsh-reprolab

为 DeepSeek Harness 提供的完整 Bug 验证与复现工作流插件,支持冻结复现测试、红绿门控及可回放证据。

AI 分析

核心用途是自动化管理和验证代码 Bug 的复现过程。适合进行软件测试、Bug 修复及回归测试的开发任务。必要条件是需要宿主环境提供 tools 和 subprocess 服务。

套件
dsh-reprolab
版本
0.1.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yuttfu/dsh-reprolab

Configuration

All fields are optional and defaulted by the Schemastery schema. Bundle patch rows replace the whole config per row, so restate every key when overriding.

KeyTypeDefaultMeaning
runDirstring.reprolabDirectory (relative to repo root) for runs, worktrees, patches and reports
graceMsnumber (≥50)5000SIGTERM→SIGKILL grace when terminating child process trees
maxOutputBytesnumber (≥1024)1048576In-memory output cap per stream; overflow keeps the tail and spills the full stream
spillMaxBytesnumber (≥1 MiB)16777216Whole-stream spill cap per stream
lockStaleMsnumber (≥1000)300000Repo write-lock staleness threshold (stealing still requires a dead owner)