dsh-file-review
Review files produced by DeepSeek Harness turns in a line-numbered unified diff modal
AI 分析
核心用途是在 Web 界面直接审查 Agent 修改的文件。适合需要在任务完成后快速查看代码 diff、展开上下文并确认变更的 DSH 用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:left0ver/dsh-file-reviewドキュメント
README 全文を読む ↗DSH File Review
Review every file an agent just changed—without leaving DeepSeek Harness Web.
English · 简体中文
Zero configuration: install the plugin, restart the Web profile, and use DeepSeek Harness as usual.
How to use
💬 Chat → ✨ Generate → 📄 Click a changed file → 🔍 Review
Preview

Quick start
1. Install the plugin
dsh plugin --profile web add dsh-file-review
2. Start DSH Web
dsh web
3. Review the next completed turn
Ask the agent to create or edit files. When the turn finishes:
- Find the produced-file chips below the final response.
- Click a file to open its diff.
- Inspect the changes, expand hidden context, copy the diff, or open the file in your editor.
Agent edits files → Turn completes → Click a file chip → Review the diff
To uninstall:
dsh plugin --profile web remove dsh-file-review
Install from a local checkout
From the repository root:
git clone https://github.com/left0ver/dsh-file-review.git
cd dsh-file-review
pnpm install
pnpm run build
dsh plugin --profile web add ${PWD}