dsh-file-reviewDeepSeek Harness plugin
dsh插件 - 立刻审查agent对文件的修改,查看diff,支持在dsh-better-sidebar中使用。a dsh plugin - review files that an agent just changed,you can see the diff,support dsh-better-sidebar
- Stars
- 35
- Forks
- 3
- License
- MIT
- Last commit
- Sep 2, 2026
- Latest release
- v0.6.0
Overview
dsh插件 - 立刻审查agent对文件的修改,查看diff,支持在dsh-better-sidebar中使用。a dsh plugin - review files that an agent just changed,you can see the diff,support dsh-better-sidebar
Original README
Cached from the project repository on Sep 3, 2026. This is source content, separate from the Agents.md review above.
DSH File Review
Review every file an agent just changed—without leaving DeepSeek Harness Web.
English · 简体中文
How to use
💬 Chat → ✨ Generate → 📄 Click a changed file → 🔍 Review
Preview
Standalone usage:

Used with dsh-better-sidebar:

Features
- Supports DSH Better Sidebar. You can use this plugin on its own or together with DSH Better Sidebar.
- This plugin supports standard, PTC, and Creator modes, but does not currently support Minimal mode.
- Review every file the agent just changed in the
Diffpanel. - Undo edited and newly created files. Undoing deleted files is not currently supported.
DSH does not currently provide a file-deletion tool, so this plugin cannot yet undo deleted files. Support will be added once DSH provides such a tool.
- Add comments to changed lines and ask the agent to continue making updates based on the feedback, or ask questions about the changes.
- Automatically wrap long text while reviewing. Enable it under Settings → Plugins → Plugin configuration → File review; it is disabled by default.
- Multilingual support, including Chinese and English.
Compatibility
The plugin's main branch currently supports only RC and stable releases of DSH. The npm package is also published from the main branch.
If you use the latest version of DSH, such as an alpha or beta pre-release, check the README on the dev branch for plugin version compatibility and install the plugin from that branch:
shdsh plugin --profile web add github:left0ver/dsh-file-review#dev
Quick start
0. Add dsh-file-review and dsh-better-sidebar to pnpm's minimum release age allowlist
Open ~/.dsh/profiles/web/pnpm-workspace.yaml and add:
yamlminimumReleaseAgeExclude: - dsh-file-review - dsh-better-sidebar
Recent versions of pnpm enforce a minimum release age, so newly published packages are not installed until that waiting period has passed. To install the latest versions, add both dsh-file-review and dsh-better-sidebar to the exclusion list.
Install dsh-better-sidebar (optional)
Skip this step if you do not need dsh-better-sidebar or already have it installed. This plugin works without dsh-better-sidebar. For details, see the DSH Better Sidebar installation instructions.
shdsh plugin --profile web add dsh-better-sidebar@latest # 首次会因 pnpm 11 拦截 node-pty 构建脚本而失败(依赖已写入) cd ~/.dsh/profiles/web && pnpm approve-builds --all # 放行构建脚本(自动重跑安装) dsh plugin --profile web add dsh-better-sidebar@latest # 重跑即成功
1. Install this plugin
shdsh plugin --profile web add dsh-file-review
2. Start DSH Web
shdsh web
3. Enjoy it
Install from source
shgit clone https://github.com/left0ver/dsh-file-review.git cd dsh-file-review pnpm install pnpm run build dsh plugin --profile web add ${PWD}
Install from GitHub repository
shdsh plugin --profile web add github:left0ver/dsh-file-review
Update the plugin
shdsh plugin --profile web update dsh-file-review
Uninstall the plugin
shdsh plugin --profile web remove dsh-file-review
Roadmap
- Add undo support for deleted files.
Friendly Links
LINUX DO — A new ideal community