wuxiangru915/dsh-plugins--packages-dsh-review-loop0

@dsh-plugin/dsh-review-loop

DeepSeek Harness plugins by wuxiangru915: session manager, review loop, session navigator

AI 分析

核心用途是在会话输入框上方展示当前 Git 仓库中待审查的文件差异(Diff),支持一键批准并创建检查点。适合让 Agent 辅助进行代码编写、需要增量审查修改的用户。

パッケージ
@dsh-plugin/dsh-review-loop
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/05

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuxiangru915/dsh-plugins#7d41bb445ad478fb2992e5b3664332fbef1d0539&path:packages/dsh-review-loop

ドキュメント

README 全文を読む ↗

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