Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a

</details>

**493** plugins · [PRs welcome](#contributing)
**494** plugins · [PRs welcome](#contributing)

## Contents

Expand Down Expand Up @@ -536,6 +536,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a
- [vibeinging/dsh-agent-budget](https://github.com/vibeinging/dsh-agent-budget) - Agent-tree token budget management.
- [vibeinging/dsh-trace](https://github.com/vibeinging/dsh-trace) - Telemetry backend exporting turns, model steps, and tool calls to yiTrace.
- [vlln/plugin-registry](https://github.com/vlln/plugin-registry) - Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development.
- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) - WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page.
- [weibaohui/user-management](https://github.com/weibaohui/user-management) - Login gate for the dsh web UI: unauthenticated visitors get a login/register page and the first registrant becomes admin; includes user and role management plus login and access audit logs.
- [william-jin-cmu/dsh-evolve](https://github.com/william-jin-cmu/dsh-evolve) - Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session.
- [dsh-review-loop](https://github.com/wuxiangru915/dsh-review-loop) - Incremental diff reviewer with a Web UI panel and feedback injection into the agent.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行

</details>

**493** 个插件 · 欢迎 [PR](#贡献)
**494** 个插件 · 欢迎 [PR](#贡献)

## 目录

Expand Down Expand Up @@ -536,6 +536,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行
- [vibeinging/dsh-agent-budget](https://github.com/vibeinging/dsh-agent-budget) — agent 树 token 预算管理。
- [vibeinging/dsh-trace](https://github.com/vibeinging/dsh-trace) — 遥测后端:把 turns、model steps、tool calls 导出到 yiTrace。
- [vlln/plugin-registry](https://github.com/vlln/plugin-registry) — 插件生态基建:浏览器面板管理官方 repository 插件(0 patch)+ make-dsh-plugin 插件开发引导技能。
- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) — WebDAV 服务器:把一个共享目录变成 Windows/macOS/Linux 都能挂载成本地磁盘的 WebDAV 服务,令牌认证、可选只读、目录/端口/令牌全可配,设置页自带三平台挂载指南。
- [weibaohui/user-management](https://github.com/weibaohui/user-management) — 用户管理:给 dsh web 加登录门禁,未登录访问弹登录/注册页,首个注册者自动成为管理员;管理员可管理用户/角色,带登录与访问审计。
- [william-jin-cmu/dsh-evolve](https://github.com/william-jin-cmu/dsh-evolve) — 自进化:agent 在会话内给自己热挂载/卸载持久化插件。
- [wuxiangru915/dsh-review-loop](https://github.com/wuxiangru915/dsh-review-loop) — 增量 diff 审查器:Web 审查面板 + 审查意见注入 agent。
Expand Down
1 change: 1 addition & 0 deletions data/added-dates.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@
"https://github.com/weibaohui/dsh-settings-ui": "2026-09-06",
"https://github.com/weibaohui/dsh-smart-title": "2026-09-08",
"https://github.com/weibaohui/dsh-tasks": "2026-09-07",
"https://github.com/weibaohui/dsh-webdav-server": "2026-09-13",
"https://github.com/weibaohui/dsh-xiuxian": "2026-09-06",
"https://github.com/weibaohui/experts-management": "2026-09-07",
"https://github.com/weibaohui/hermes-loop": "2026-09-06",
Expand Down
21 changes: 15 additions & 6 deletions docs/dev/index.html

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions docs/en/dev/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/en/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@
<updated>2026-09-13T00:00:00Z</updated>
<summary>Merged, version-locked plugin upgrade skill for DeepSeek Harness (0.1.3-alpha.1 to 0.1.5-rc.1 as two closed legs): an evidence-bound version card plus a zero-dependency 20-seam scanner, as a bundle skill and an npx CLI.</summary>
</entry>
<entry>
<title>weibaohui/dsh-webdav-server</title>
<id>https://github.com/weibaohui/dsh-webdav-server</id>
<link href="https://github.com/weibaohui/dsh-webdav-server"/>
<updated>2026-09-13T00:00:00Z</updated>
<summary>WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page.</summary>
</entry>
<entry>
<title>hutao562/dsh-remote-dsh</title>
<id>https://github.com/hutao562/dsh-remote-dsh</id>
Expand Down Expand Up @@ -208,11 +215,4 @@
<updated>2026-09-07T00:00:00Z</updated>
<summary>Login gate for the dsh web UI: unauthenticated visitors get a login/register page and the first registrant becomes admin; includes user and role management plus login and access audit logs.</summary>
</entry>
<entry>
<title>ice5kysl/dsh-file-explorer-kit</title>
<id>https://github.com/ice5kysl/dsh-file-explorer-kit</id>
<link href="https://github.com/ice5kysl/dsh-file-explorer-kit"/>
<updated>2026-09-06T00:00:00Z</updated>
<summary>In-session &quot;Files&quot; tab for dsh Web: breadcrumb browsing of the active session's workspace with inline previews of sanitized Markdown, images, line-numbered text and PDF via read-only /dsh-files host routes; no write endpoints. Bilingual zh/en.</summary>
</entry>
</feed>
4 changes: 2 additions & 2 deletions docs/en/fun/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<span class="count" id="count" aria-live="polite">0 / 0</span>
</div>
<div class="filters" id="filters">
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>494</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/ui/">UI Enhancements <small>93</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/theme/">Themes & Appearance <small>17</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/session/">Sessions & Messages <small>27</small></a>
Expand All @@ -309,7 +309,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>37</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/notify/">Notifications & Integrations <small>26</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/model/">Models & Providers <small>11</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>69</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>70</small></a>
<a class="chip active" href="https://beancookie.github.io/awesome-dsh-plugin/en/fun/" aria-current="page">Just for Fun <small>24</small></a>
</div><!--/filters-->
</div>
Expand Down
23 changes: 16 additions & 7 deletions docs/en/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/en/memory/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<span class="count" id="count" aria-live="polite">0 / 0</span>
</div>
<div class="filters" id="filters">
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>494</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/ui/">UI Enhancements <small>93</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/theme/">Themes & Appearance <small>17</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/session/">Sessions & Messages <small>27</small></a>
Expand All @@ -309,7 +309,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>37</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/notify/">Notifications & Integrations <small>26</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/model/">Models & Providers <small>11</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>69</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>70</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/fun/">Just for Fun <small>24</small></a>
</div><!--/filters-->
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<span class="count" id="count" aria-live="polite">0 / 0</span>
</div>
<div class="filters" id="filters">
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>494</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/ui/">UI Enhancements <small>93</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/theme/">Themes & Appearance <small>17</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/session/">Sessions & Messages <small>27</small></a>
Expand All @@ -309,7 +309,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>37</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/notify/">Notifications & Integrations <small>26</small></a>
<a class="chip active" href="https://beancookie.github.io/awesome-dsh-plugin/en/model/" aria-current="page">Models & Providers <small>11</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>69</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>70</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/fun/">Just for Fun <small>24</small></a>
</div><!--/filters-->
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/notify/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<span class="count" id="count" aria-live="polite">0 / 0</span>
</div>
<div class="filters" id="filters">
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>494</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/ui/">UI Enhancements <small>93</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/theme/">Themes & Appearance <small>17</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/session/">Sessions & Messages <small>27</small></a>
Expand All @@ -309,7 +309,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>37</small></a>
<a class="chip active" href="https://beancookie.github.io/awesome-dsh-plugin/en/notify/" aria-current="page">Notifications & Integrations <small>26</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/model/">Models & Providers <small>11</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>69</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>70</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/fun/">Just for Fun <small>24</small></a>
</div><!--/filters-->
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/session/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<span class="count" id="count" aria-live="polite">0 / 0</span>
</div>
<div class="filters" id="filters">
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>494</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/ui/">UI Enhancements <small>93</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/theme/">Themes & Appearance <small>17</small></a>
<a class="chip active" href="https://beancookie.github.io/awesome-dsh-plugin/en/session/" aria-current="page">Sessions & Messages <small>27</small></a>
Expand All @@ -309,7 +309,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>37</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/notify/">Notifications & Integrations <small>26</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/model/">Models & Providers <small>11</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>69</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>70</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/fun/">Just for Fun <small>24</small></a>
</div><!--/filters-->
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/skill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<span class="count" id="count" aria-live="polite">0 / 0</span>
</div>
<div class="filters" id="filters">
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>494</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/ui/">UI Enhancements <small>93</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/theme/">Themes & Appearance <small>17</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/session/">Sessions & Messages <small>27</small></a>
Expand All @@ -309,7 +309,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>37</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/notify/">Notifications & Integrations <small>26</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/model/">Models & Providers <small>11</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>69</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>70</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/fun/">Just for Fun <small>24</small></a>
</div><!--/filters-->
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<span class="count" id="count" aria-live="polite">0 / 0</span>
</div>
<div class="filters" id="filters">
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>494</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/ui/">UI Enhancements <small>93</small></a>
<a class="chip active" href="https://beancookie.github.io/awesome-dsh-plugin/en/theme/" aria-current="page">Themes & Appearance <small>17</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/session/">Sessions & Messages <small>27</small></a>
Expand All @@ -309,7 +309,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>37</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/notify/">Notifications & Integrations <small>26</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/model/">Models & Providers <small>11</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>69</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>70</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/fun/">Just for Fun <small>24</small></a>
</div><!--/filters-->
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<span class="count" id="count" aria-live="polite">0 / 0</span>
</div>
<div class="filters" id="filters">
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/">All <small>494</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/ui/">UI Enhancements <small>93</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/theme/">Themes & Appearance <small>17</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/session/">Sessions & Messages <small>27</small></a>
Expand All @@ -309,7 +309,7 @@ <h1 translate="no"><span class="h1-sm">Awesome</span><em>DeepSeek Harness</em><s
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>37</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/notify/">Notifications & Integrations <small>26</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/model/">Models & Providers <small>11</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>69</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/">Development & Runtime <small>70</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/fun/">Just for Fun <small>24</small></a>
</div><!--/filters-->
</div>
Expand Down
Loading
Loading