dsh-diff-approval
DeepSeek Harness 的待处理改动审查:每次 edit/write/str_replace_editor 改动都会自动汇总到文件列表,可对单个差异块、选区内的多块或整个文件执行保留/回退,支持撤销重做。还能导入工作区的版本控制改动,以单栏或左右对照视图展示差异,并提供亦能保留/回退差异的 Markdown 预览、文件内搜索、差异块跳转与可复制的行号引用;差异数据持久化存储,重启后可继续审查。
Pending-change review for DeepSeek Harness: every `edit`, `write` and `str_replace_editor` change is collected automatically into the file list, where a single change block, the blocks within a selection, or the whole file can be kept or reverted, and undo/redo is supported. It imports the workspace's version-control changes, shows the diff in a single-column or side-by-side view, and provides a Markdown preview in which changes can also be kept or reverted, in-file search, block jumping and copyable line references; the diff data is stored persistently, so the review continues after a restart.
怎么安装
dsh plugin add dsh-diff-approval 简介
dsh-diff-approval English | 中文 A DeepSeek Harness (DSH) plugin for pending-change review: it automatically tracks every successful edit, write, and editor (str_replace_editor) mutation, folds them into a single pending list in the sidebar where each file's diff can be reviewed and kept/reverted — and it can also import the workspace's version-control repository's local changes (Git / SVN / Perforce) in one click. The panel also collapses its file list into a floating card; while floating, each of its four edges — the left sidebar, the header above, the right sidebar, the composer below — can b…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 4
- 月下载
- 4.6K
- 最近更新
- 2026-09-14
- 创建于
- 2026-08-16
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- ai-coding, approval, deepseek-harness, diff, dsh-plugin
同类推荐
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-solution-explorer
xiaoksio/dsh-solution-explorer
DSH Web GUI 右侧边栏:VS Code 风格文件浏览器加源代码管理(git 状态、暂存/取消暂存/放弃变更、提交、差异、提交图形、同步抓取/拉取/推送、分支管理、远程管理、Git 初始化、多仓库切换、文件状态着色(未跟踪/已修改/已忽略)、文件类型图标、图片预览),含可编辑全文差异视图、语法高亮编辑器(15 种语言)、文件操作(新建/移动/复制/删除)与保存。
dsh-review-checkout
Binaryinject/dsh-review-checkout
Codex 风格的会话文件修改审查:每轮编辑一张卡片(点击文件跳转到该轮审查);审查标签支持分屏/卡片双视图切换(选择在重启后保留)、按轮展示语法高亮 diff 且文件头吸顶;运行态胶囊/徽章跟随当前进行中的轮次(新轮次开始时不再显示上一轮变更,并即时刷新);12 项完整生效的颜色设置与深浅双套预设,随 DSH 主题即时切换;内置工具按轮一键撤销(DSH Desktop 同样可用,撤销指令自动填入对话输入框);工作区相对路径显示;多级回退的会话历史通道(含冷启动通道附加),兼容当前 DSH 会话 API。