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>

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

## Contents

Expand Down Expand Up @@ -427,6 +427,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a
- [titanwings/dsh-automation](https://github.com/titanwings/dsh-automation) - Scheduled coding runs in fresh agent sessions with auditable history.
- [titanwings/dsh-plannotator](https://github.com/titanwings/dsh-plannotator) - Plan review with anchored annotations and structured feedback back to the agent.
- [vlln/dsh-loop](https://github.com/vlln/dsh-loop) - Recurring loops: `/loop` command + loop tool + activity status bar.
- [weibaohui/dsh-process](https://github.com/weibaohui/dsh-process) - Process management: brings ntd-style processes (multi-stage, multi-step agent workflow templates) into the dsh web UI - browse, edit, validate, import/export and AI-generate processes; the built-in library is read-only while the personal library is writable with live file sync, and agents read the library through process_* tools and advance work stage by stage.
- [weibaohui/dsh-tasks](https://github.com/weibaohui/dsh-tasks) - Scheduled tasks: run a prompt on cron schedules, each run opens a new agent session to do the work, with workspace binding, manual run, session auto-naming, and a fullscreen task management page.
- [weibaohui/experts-management](https://github.com/weibaohui/experts-management) - Expert manager: manage ntd-format experts and expert teams (plugin.json + Agent MD + skill sets), browse and install from a built-in market of 50+ experts, and run tasks in an expert persona via /expert-<name> without consuming model directory tokens.
- [whateverboy2333/dsh-flat-teams](https://github.com/whateverboy2333/dsh-flat-teams) - Leaderless flat agent teams: cross-window structured task dispatch (state machine + event stream + offline resume), a read-only progress recorder, and a two-level web dashboard.
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>

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

## 目录

Expand Down Expand Up @@ -427,6 +427,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行
- [titanwings/dsh-automation](https://github.com/titanwings/dsh-automation) — 定时任务:让 Coding 任务按计划在全新 Agent Session 中运行,保留可审计历史。
- [titanwings/dsh-plannotator](https://github.com/titanwings/dsh-plannotator) — 计划批注:选中计划原文逐条批注,结构化反馈送回 Agent。
- [vlln/dsh-loop](https://github.com/vlln/dsh-loop) — 定时循环:`/loop` 命令 + loop 工具 + 活动状态条。
- [weibaohui/dsh-process](https://github.com/weibaohui/dsh-process) — 工艺管理:把 ntd 的「工艺」(多阶段·多环节 agent 工作流模板)接进 dsh web——浏览/编辑/校验/导入导出/AI 生成工艺,内置库只读、我的库可写,文件改动实时同步;agent 可通过 process_* 工具读工艺库、按工艺分阶段推进。
- [weibaohui/dsh-tasks](https://github.com/weibaohui/dsh-tasks) — 定时任务:用 cron 表达式定时执行提示词,到点自动开一个新 agent 会话替你干活,支持绑定工作区、手动立即执行与会话自动命名。
- [weibaohui/experts-management](https://github.com/weibaohui/experts-management) — 专家管理:管理 ntd 格式的专家与专家团队(plugin.json + Agent MD + 技能集),内置 50+ 专家市场,`/expert-名称` 以专家身份执行任务,不占模型目录 token。
- [whateverboy2333/dsh-flat-teams](https://github.com/whateverboy2333/dsh-flat-teams) — 无队长扁平 Agent 团队:跨窗口结构化任务派发(状态机 + 事件流 + 离线唤醒)、记录员进展服务与 Web 两级看板。
Expand Down
1 change: 1 addition & 0 deletions data/added-dates.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@
"https://github.com/vlln/whale-girl": "2026-08-13",
"https://github.com/weibaohui/context-razor": "2026-09-07",
"https://github.com/weibaohui/dsh-continue": "2026-09-06",
"https://github.com/weibaohui/dsh-process": "2026-09-13",
"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",
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,14 @@ <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/">全部 <small>492</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/">全部 <small>493</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/ui/">UI 增强 <small>93</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/theme/">主题与外观 <small>17</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/session/">会话与消息 <small>27</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/memory/">记忆 <small>40</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/tools/">工具与能力 <small>135</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/skill/">技能包 <small>14</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/workflow/">工作流与自动化 <small>36</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/workflow/">工作流与自动化 <small>37</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/notify/">通知与集成 <small>26</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/model/">模型与账号接入 <small>11</small></a>
<a class="chip active" href="https://beancookie.github.io/awesome-dsh-plugin/dev/" aria-current="page">开发与运行时 <small>69</small></a>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,14 @@ <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>492</small></a>
<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/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>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/memory/">Memory <small>40</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/tools/">Tools & Capabilities <small>135</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/skill/">Skills <small>14</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>36</small></a>
<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 active" href="https://beancookie.github.io/awesome-dsh-plugin/en/dev/" aria-current="page">Development & Runtime <small>69</small></a>
Expand Down
14 changes: 7 additions & 7 deletions docs/en/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
<updated>2026-09-13T00:00:00Z</updated>
<summary>Persistent, cross-session multi-agent team rooms for DeepSeek Harness — members, a message bus, a shared task board, and a shared timeline that survive restarts.</summary>
</entry>
<entry>
<title>weibaohui/dsh-process</title>
<id>https://github.com/weibaohui/dsh-process</id>
<link href="https://github.com/weibaohui/dsh-process"/>
<updated>2026-09-13T00:00:00Z</updated>
<summary>Process management: brings ntd-style processes (multi-stage, multi-step agent workflow templates) into the dsh web UI - browse, edit, validate, import/export and AI-generate processes; the built-in library is read-only while the personal library is writable with live file sync, and agents read the library through process_* tools and advance work stage by stage.</summary>
</entry>
<entry>
<title>PerryLink/dsh-reach</title>
<id>https://github.com/PerryLink/dsh-reach</id>
Expand Down Expand Up @@ -208,11 +215,4 @@
<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>
<entry>
<title>ice5kysl/dsh-workspace-kit</title>
<id>https://github.com/ice5kysl/dsh-workspace-kit</id>
<link href="https://github.com/ice5kysl/dsh-workspace-kit"/>
<updated>2026-09-06T00:00:00Z</updated>
<summary>Workspace-first enhanced sidebar (shadows the built-in workspace browser at low priority, one-click toggle back) with soft workspace archive/restore, per-workspace icons and accent colors, drag reorder and title/path/session-content search, plus a ⌘K Spotlight palette; host side ships read-only workspace_find/workspace_list tools and slash commands. 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,14 +299,14 @@ <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>492</small></a>
<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/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>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/memory/">Memory <small>40</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/tools/">Tools & Capabilities <small>135</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/skill/">Skills <small>14</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>36</small></a>
<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>
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,14 +299,14 @@ <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>492</small></a>
<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/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>
<a class="chip active" href="https://beancookie.github.io/awesome-dsh-plugin/en/memory/" aria-current="page">Memory <small>40</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/tools/">Tools & Capabilities <small>135</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/skill/">Skills <small>14</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>36</small></a>
<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>
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,14 +299,14 @@ <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>492</small></a>
<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/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>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/memory/">Memory <small>40</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/tools/">Tools & Capabilities <small>135</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/skill/">Skills <small>14</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>36</small></a>
<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>
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,14 +299,14 @@ <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>492</small></a>
<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/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>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/memory/">Memory <small>40</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/tools/">Tools & Capabilities <small>135</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/skill/">Skills <small>14</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>36</small></a>
<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>
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,14 +299,14 @@ <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>492</small></a>
<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/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>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/memory/">Memory <small>40</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/tools/">Tools & Capabilities <small>135</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/skill/">Skills <small>14</small></a>
<a class="chip" href="https://beancookie.github.io/awesome-dsh-plugin/en/workflow/">Workflow & Automation <small>36</small></a>
<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>
Expand Down
Loading
Loading