left0ver/dsh-file-review1

dsh-file-review

Review files produced by DeepSeek Harness turns in a line-numbered unified diff modal

AI 分析

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

パッケージ
dsh-file-review
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/14

インストール

$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.

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