wuxiangru915/dsh-plugins--packages-dsh-review-loop ↗★ 0
@dsh-plugin/dsh-review-loop
DeepSeek Harness plugins by wuxiangru915: session manager, review loop, session navigator
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuxiangru915/dsh-plugins#7d41bb445ad478fb2992e5b3664332fbef1d0539&path:packages/dsh-review-loop说明文档
阅读完整 README ↗Usage
Web UI

In any session whose workspace is a git repository, a review panel appears above the composer:
- A status line —
N file(s) to review— with an Open review button. - The expanded panel lists the pending files with toggleable, colorized diffs (added lines use the success token, removed lines the error token; the sign is always visible).
- An optional feedback input and an Approve & checkpoint button.
- After approval the panel shows the reviewed state; later edits re-surface the file.
Command line
| Command | Behavior |
|---|---|
/review | Incremental: changes since the last checkpoint (or the full change set vs HEAD when none exists) |
/review all | The complete working-tree change set vs HEAD, ignoring the checkpoint |
/review approve | Record a checkpoint |
/review approve | Record a checkpoint and inject the comment into the agent |