left0ver/dsh-file-review1

dsh-file-review

在带行号的统一差异(diff)弹窗中审查 DSH 变更文件的插件。

AI 分析

核心用途是在 Web 界面直接审查 Agent 修改的文件。适合需要在任务完成后快速查看代码 diff、展开上下文并确认变更的 DSH 用户。

包名
dsh-file-review
版本
0.1.1
许可证
MIT
最近更新
2026年8月14日

安装

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

DSH File Review

Review every file an agent just changed—without leaving DeepSeek Harness Web.

DeepSeek Harness 0.1.x Web profile GitHub repository MIT License

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

leftover

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:

  1. Find the produced-file chips below the final response.
  2. Click a file to open its diff.
  3. 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}

License

MIT