wuxiangru915/dsh-review-loop2

@dsh-plugin/dsh-review-loop

Incremental diff reviewer for DeepSeek Harness — Web UI review panel + /review command. 增量代码审查插件:checkpoint 增量队列 + 审查意见注入 agent.

AI 분석

核心用途是为 DSH 提供增量代码审查。适合需要对 Git 仓库进行增量 Diff 审查、反馈注入及一键 Checkpoint 的开发者,需在 Git 仓库会话中使用。

패키지
@dsh-plugin/dsh-review-loop
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuxiangru915/dsh-review-loop

Usage

Web UI

Review panel (English)

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

CommandBehavior
/reviewIncremental: changes since the last checkpoint (or the full change set vs HEAD when none exists)
/review allThe complete working-tree change set vs HEAD, ignoring the checkpoint
/review approveRecord a checkpoint
/review approve Record a checkpoint and inject the comment into the agent