From f081138ec81e6c9b57e4838e3a38eb35cc02dad8 Mon Sep 17 00:00:00 2001 From: Neil Ji <45644652+neil-ji@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:15:52 +0800 Subject: [PATCH 1/2] Add dsh-plugin topic page --- topics/dsh-plugin/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 topics/dsh-plugin/index.md diff --git a/topics/dsh-plugin/index.md b/topics/dsh-plugin/index.md new file mode 100644 index 00000000000..43d19ea1814 --- /dev/null +++ b/topics/dsh-plugin/index.md @@ -0,0 +1,14 @@ +--- +display_name: DeepSeek Harness Plugins +related: deepseek, ai, llm, agent +short_description: Third-party plugins that extend the DeepSeek Harness (DSH) agentic coding platform with tools, connectors, and custom UI. +topic: dsh-plugin +--- + +DeepSeek Harness (DSH) is an agentic, plugin-based software development harness. The *dsh-plugin* topic gathers third-party plugins that extend it with new host capabilities, agent tools, connectors, and custom web settings UI. + +A plugin typically ships a host bundle plus an optional client section, and registers into the harness through Cordis. Explore the community ecosystem: + +- [dsh-marketplace](https://github.com/ouyangyipeng/dsh-marketplace) — a live, safe plugin marketplace for DeepSeek Harness +- [awesome-dsh-list](https://github.com/kingselyjoe/awesome-dsh-list) — a ranked index of DeepSeek Harness tools +- [awesome-dsh-plugin](https://github.com/wgd753/awesome-dsh-plugin) — an automated plugin directory with machine-readable data From 288368084c841eb500954202166e671f38468daa Mon Sep 17 00:00:00 2001 From: Eric Sorenson Date: Fri, 4 Sep 2026 12:50:19 -0700 Subject: [PATCH 2/2] Apply suggestion from @ahpook --- topics/dsh-plugin/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/topics/dsh-plugin/index.md b/topics/dsh-plugin/index.md index 43d19ea1814..bcecfbe8bc7 100644 --- a/topics/dsh-plugin/index.md +++ b/topics/dsh-plugin/index.md @@ -8,7 +8,3 @@ topic: dsh-plugin DeepSeek Harness (DSH) is an agentic, plugin-based software development harness. The *dsh-plugin* topic gathers third-party plugins that extend it with new host capabilities, agent tools, connectors, and custom web settings UI. A plugin typically ships a host bundle plus an optional client section, and registers into the harness through Cordis. Explore the community ecosystem: - -- [dsh-marketplace](https://github.com/ouyangyipeng/dsh-marketplace) — a live, safe plugin marketplace for DeepSeek Harness -- [awesome-dsh-list](https://github.com/kingselyjoe/awesome-dsh-list) — a ranked index of DeepSeek Harness tools -- [awesome-dsh-plugin](https://github.com/wgd753/awesome-dsh-plugin) — an automated plugin directory with machine-readable data