dsh-change-review: Track write/edit within DSH sessions and review with diffs

dsh-change-review is a DeepSeek Harness client plugin (v0.3.0, MIT) maintained by cirelir. Designed for the Web profile, it automatically monitors write/edit tool calls within a session, displaying changes in line-level diffs. It supports session isolation, sub-agent aggregation, SSE real-time push, and 12 color customization options. The plugin provides a "Review" tab and a single-round review card at the end of the session, allowing rollback by individual operation or entire file. Installation command: dsh plugin --profile web add dsh-change-review.

Read More
Use dsh-file-review to review the files just modified by the Agent in DeepSeek Harness Web

### 翻译版本1(正式技术文档风格): > dsh-file-review is a DeepSeek Harness web interface enhancement plugin maintained by left0ver, licensed under MIT. Files successfully modified by the agent in the current round will appear at the end of the conversation. Click to view line-numbered unified diffs, and undo or reapply the round of text modifications when safe to revert. This article covers the community directory page, GitHub and npm installation commands verified for version 0.3.1, web profile restrictions and precautions. The community directory is not an official DeepSeek store. The plugin runs with the permissions of the current dsh process. Before installation, you should inspect the source code and pin the commit if possible. ### 翻译版本2(更贴合国内开源插件的译法,更自然): dsh-file-review is a web interface enhancement plugin for DeepSeek Harness, maintained by left0ver and released under the MIT License. Files that the agent has successfully modified in the current round will be displayed at the end of the conversation. You can click to view the line-numbered unified diff, and undo or reapply this round of text modifications when it is safe to revert. This article covers the community directory page, verified installation commands for version 0.3.1 on GitHub and npm, as well as web profile limitations and precautions. Note that the community directory is not an official DeepSeek storefront. The plugin runs with the permission level of the current dsh process. Before installing, please check the source code and try to fix the commit hash if possible.

Read More