插件目录 / Developer / dsh-todo-guard
dsh-todo-guard
未验证 a903067276-rgb
功能简介
Reliable todo panel for DeepSeek Harness (dsh) web: survives restarts, completion verified against evidence paths
未验证 — 尚未实测
Reliable todo panel for DeepSeek Harness (dsh) web: survives restarts, completion verified against evidence paths 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-todo-guard ✅
A reliable todo panel plugin for DeepSeek Harness (dsh) web: the todo strip survives restarts (works around the official panel disappearing after a restart), and completion is verified against evidence paths.
Unofficial project: independently developed and maintained by a community member, not an official DeepSeek product.
Screenshot

Requirements
- DSH web >= 0.1.0-rc.6 (run with
npx @deepseek-ai/dsh web) - Version compatibility (best effort — the settings card uses dual-field
key+idregistration to satisfy both rc.6 (id) and rc.7+ (key); verified locally on rc.6/rc.8/0.1.1-rc.2, not guaranteed on every DSH version):- DSH 0.1.0-rc.6 and newer (incl. 0.1.1-rc.1/rc.2): try
main(default). - Conservative fallbacks (the last pre-0.1.1 build): DSH 0.1.0-rc.7/rc.8 →
v0.1.4(dsh plugin add github:a903067276-rgb/dsh-todo-guard#v0.1.4); DSH 0.1.0-rc.6 → frozenrc6-compattag (no maintenance).
- DSH 0.1.0-rc.6 and newer (incl. 0.1.1-rc.1/rc.2): try
- Maintenance policy: this plugin keeps evolving with the latest DSH releases; compatibility with older DSH versions is best-effort only and not guaranteed going forward.
Features
- Restart-proof panel — replaces the official todo strip (
conversation.input.dockcell, shadowed atpriority: -1); after a dsh restart, reopening the session shows the todo list again - Completion verification (three states) — when the agent marks a todo
completed, evidence is checked automatically:(证据:路径)and the path exists → ✅ green check (verified)(证据:路径)but the path does not exist → 🚫 blocked, the agent gets a clear error and must fix it- no evidence marker → ⚠️ allowed, the item shows a yellow "unverified" badge (no false blocks on "did it but forgot to write evidence"; visible at a glance)
Evidence syntax
Write (证据:路径) inside a todo item (multiple allowed). Relative paths resolve against the session working directory; absolute paths work as-is:
Fix the button(证据:lib/index.js)
Run tests(证据:test/run.log)(证据:docs/result.md)
Install
dsh plugin --profile web add "github:a903067276-rgb/dsh-todo-guard#main"
# restart dsh web to activate
How it works (why it survives restarts)
- Data: todos live in the session event stream (official
todo/write, last-wins whole-list), persisted on disk — the official panel just fails to re-render them after a restart - Panel: official
useProjection('todos')projection + same-id slot shadowing (priority: -1, lowest renders) — official interfaces only - Verification: official
tools/pre-executewaterfall interceptstodo_writebefore it commits; failed evidence denies the write with a readable reason
Notes
- Pure local logic: zero model calls, zero token cost
- Fake files are the verification boundary: an existing path does not prove the work was done, but the unverified badge keeps the loop honest
- Strict mode (block when evidence is missing) is planned for v2
License
MIT
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-todo-guard」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:a903067276-rgb/dsh-todo-guard Headless(CLI)profile:
dsh plugin --profile headless add github:a903067276-rgb/dsh-todo-guard 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。
备注:尚无失败备注——排队中或尚未跑过。 浏览全部待验证失败 →