DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Diff Card — DSH Plugin for DeepSeek Harness
← Plugins

dsh-diff-card

Diff Card

Per-turn file-change card for DSH Desktop: +N −M badges, aligned diffs, and Mac/Windows file open (system app, Finder/Explorer, VS Code).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-diff-card@0.1.4
READMECompatibilityVersions
轮末改动卡

Compatibility and provenance

Diff Card is published as dsh-diff-card and currently resolves to version 0.1.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/15/2026

Versions

0.1.4stable
9/15/2026
0.1.3stable
9/11/2026
0.1.2stable
9/8/2026
Show 1 more versionCollapse versions
0.1.1stable
9/8/2026

Related plugins

Loading related plugins…

Latest
0.1.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
111.8 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/15/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-diff-card

中文 | English

给 DSH Desktop 用的改动卡。智能体改完文件后,工具行显示 +N −M,轮末列出本轮改过的文件,点开就能审 diff。macOS 和 Windows 都能用系统应用、文件夹或 VS Code 打开文件。

轮末改动卡

功能

  • 编辑 / 写入行显示 +N −M
  • 轮末卡片「已编辑 N 个文件」,默认预览 3 条,标题带合计 +xx −xx
  • 点某一行:展开或收起这份 diff
  • 查看更改:展开全部文件并打开 diff,再点一次收起
  • 审核:展开本轮全部 diff
  • 撤销:把本轮文件恢复到改之前(文件若已被别处改过会拒绝);成功后按钮变成 恢复,再点一次把撤销掉的改动写回。撤销和恢复都会弹出轻量确认
  • 行上的 ▾:系统打开、在文件夹中显示、VS Code、复制绝对 / 相对路径
  • 覆盖 edit、write、str_replace_editor 和 Code Dispatch 子调用
  • 文案跟随界面语言(中 / 英)

安装

dsh plugin --profile desktop add dsh-diff-card

装完刷新 Web GUI,或重启 DSH Desktop。需要 DeepSeek Harness >= 0.1.2-rc.1。

从源码:

git clone https://github.com/WongYuYe/dsh-diff-card.git
cd dsh-diff-card
pnpm install
dsh plugin --profile desktop add .

开发

pnpm install
pnpm build
pnpm typecheck
pnpm check:align
pnpm check:join

License

MIT