dsh-do
dsh-DO (Detail Optimization): a Claude Code-style autonomous loop for DeepSeek Harness — auto-continue across turns until loop_done, the round budget, or cancellation, with durable checkpoints — plus a browser half (floating orb with install advice and GitHub dsh-plugin search, and a right-click add-workspace paste dialog).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:toujianjian/dsh-do说明文档
阅读完整 README ↗配置
cordis.patch.yml 中的 config(整段替换语义,覆盖时需重述全部键):
| 键 | 类型 | 默认 | 含义 |
|---|---|---|---|
defaultMaxRounds | number | 20 | loop_start 省略 max_rounds 时的轮次预算 |
checkpointDir | string | "" | 检查点目录;空串 = $DSH_HOME/loops(DSH_HOME 未设置时为 ~/.dsh/loops) |
persist | boolean | true | 置 false 仅内存保存(不落盘) |