From a4a42f16e6170583cbfe3282a5bd655fe78539e2 Mon Sep 17 00:00:00 2001 From: weibaohui Date: Sat, 12 Sep 2026 21:22:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Add=20weibaohui/dsh-process=EF=BC=88?= =?UTF-8?q?=E5=B7=A5=E8=89=BA=E7=AE=A1=E7=90=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index e1117ea95..b97594258 100644 --- a/README.en.md +++ b/README.en.md @@ -424,6 +424,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a - [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- 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. +- [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. ### Notifications & Integrations - [Abel-86/task-chime](https://github.com/Abel-86/task-chime) - Plays local sounds for approval/permission requests and task completion, configurable from the Web GUI settings. diff --git a/README.md b/README.md index a29a8d634..347761b62 100644 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 - [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 两级看板。 +- [weibaohui/dsh-process](https://github.com/weibaohui/dsh-process) — 工艺管理:把 ntd 的「工艺」(多阶段·多环节 agent 工作流模板)接进 dsh web——浏览/编辑/校验/导入导出/AI 生成工艺,内置库只读、我的库可写,文件改动实时同步;agent 可通过 process_* 工具读工艺库、按工艺分阶段推进。 ### 🔔 通知与集成 - [Abel-86/task-chime](https://github.com/Abel-86/task-chime) — 审批/权限请求与任务完成提示音,可在 GUI 设置中自定义声音、音量与冷却时间。 From a2cbdc94423d6d361b20d35c82c91e19defdee91 Mon Sep 17 00:00:00 2001 From: LuZhong Date: Sun, 13 Sep 2026 11:50:23 +0800 Subject: [PATCH 2/2] chore: normalize README order --- README.en.md | 4 ++-- README.md | 4 ++-- data/added-dates.json | 1 + docs/dev/index.html | 4 ++-- docs/en/dev/index.html | 4 ++-- docs/en/feed.xml | 14 +++++++------- docs/en/fun/index.html | 4 ++-- docs/en/index.html | 23 ++++++++++++++++------- docs/en/memory/index.html | 4 ++-- docs/en/model/index.html | 4 ++-- docs/en/notify/index.html | 4 ++-- docs/en/session/index.html | 4 ++-- docs/en/skill/index.html | 4 ++-- docs/en/theme/index.html | 4 ++-- docs/en/tools/index.html | 4 ++-- docs/en/ui/index.html | 4 ++-- docs/en/workflow/index.html | 21 +++++++++++++++------ docs/feed.xml | 14 +++++++------- docs/fun/index.html | 4 ++-- docs/index.html | 23 ++++++++++++++++------- docs/memory/index.html | 4 ++-- docs/model/index.html | 4 ++-- docs/notify/index.html | 4 ++-- docs/plugins.json | 17 ++++++++++++++++- docs/session/index.html | 4 ++-- docs/skill/index.html | 4 ++-- docs/theme/index.html | 4 ++-- docs/tools/index.html | 4 ++-- docs/ui/index.html | 4 ++-- docs/workflow/index.html | 21 +++++++++++++++------ 30 files changed, 137 insertions(+), 85 deletions(-) diff --git a/README.en.md b/README.en.md index aa9aecfcc..d5b50af10 100644 --- a/README.en.md +++ b/README.en.md @@ -32,7 +32,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a -**492** plugins · [PRs welcome](#contributing) +**493** plugins · [PRs welcome](#contributing) ## Contents @@ -427,10 +427,10 @@ 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- 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. -- [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. ### Notifications & Integrations - [Abel-86/task-chime](https://github.com/Abel-86/task-chime) - Plays local sounds for approval/permission requests and task completion, configurable from the Web GUI settings. diff --git a/README.md b/README.md index ecb792145..aefda3328 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 -**492** 个插件 · 欢迎 [PR](#贡献) +**493** 个插件 · 欢迎 [PR](#贡献) ## 目录 @@ -427,10 +427,10 @@ 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 两级看板。 -- [weibaohui/dsh-process](https://github.com/weibaohui/dsh-process) — 工艺管理:把 ntd 的「工艺」(多阶段·多环节 agent 工作流模板)接进 dsh web——浏览/编辑/校验/导入导出/AI 生成工艺,内置库只读、我的库可写,文件改动实时同步;agent 可通过 process_* 工具读工艺库、按工艺分阶段推进。 ### 🔔 通知与集成 - [Abel-86/task-chime](https://github.com/Abel-86/task-chime) — 审批/权限请求与任务完成提示音,可在 GUI 设置中自定义声音、音量与冷却时间。 diff --git a/data/added-dates.json b/data/added-dates.json index 078b8e2e3..f732a8852 100644 --- a/data/added-dates.json +++ b/data/added-dates.json @@ -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", diff --git a/docs/dev/index.html b/docs/dev/index.html index 671d53010..5bbcfc4ab 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -299,14 +299,14 @@

AwesomeDeepSeek Harness0 / 0
- 全部 492 + 全部 493 UI 增强 93 主题与外观 17 会话与消息 27 记忆 40 工具与能力 135 技能包 14 - 工作流与自动化 36 + 工作流与自动化 37 通知与集成 26 模型与账号接入 11 开发与运行时 69 diff --git a/docs/en/dev/index.html b/docs/en/dev/index.html index 2ee239e6f..d6ec1a992 100644 --- a/docs/en/dev/index.html +++ b/docs/en/dev/index.html @@ -299,14 +299,14 @@

AwesomeDeepSeek Harness0 / 0

- All 492 + All 493 UI Enhancements 93 Themes & Appearance 17 Sessions & Messages 27 Memory 40 Tools & Capabilities 135 Skills 14 - Workflow & Automation 36 + Workflow & Automation 37 Notifications & Integrations 26 Models & Providers 11 Development & Runtime 69 diff --git a/docs/en/feed.xml b/docs/en/feed.xml index 5701795ca..2e2cd5b0f 100644 --- a/docs/en/feed.xml +++ b/docs/en/feed.xml @@ -47,6 +47,13 @@ 2026-09-13T00:00:00Z 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. + + weibaohui/dsh-process + https://github.com/weibaohui/dsh-process + + 2026-09-13T00:00:00Z + 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. + PerryLink/dsh-reach https://github.com/PerryLink/dsh-reach @@ -208,11 +215,4 @@ 2026-09-06T00:00:00Z In-session "Files" 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. - - ice5kysl/dsh-workspace-kit - https://github.com/ice5kysl/dsh-workspace-kit - - 2026-09-06T00:00:00Z - 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. - diff --git a/docs/en/fun/index.html b/docs/en/fun/index.html index 22be87583..4bd20b1c8 100644 --- a/docs/en/fun/index.html +++ b/docs/en/fun/index.html @@ -299,14 +299,14 @@

AwesomeDeepSeek Harness0 / 0

- All 492 + All 493 UI Enhancements 93 Themes & Appearance 17 Sessions & Messages 27 Memory 40 Tools & Capabilities 135 Skills 14 - Workflow & Automation 36 + Workflow & Automation 37 Notifications & Integrations 26 Models & Providers 11 Development & Runtime 69 diff --git a/docs/en/index.html b/docs/en/index.html index 3da404918..eb9cbad1b 100644 --- a/docs/en/index.html +++ b/docs/en/index.html @@ -4,7 +4,7 @@ DeepSeek Harness (dsh) Plugins — Curated List · Awesome DSH Plugin - + @@ -12,7 +12,7 @@ - + @@ -27,7 +27,7 @@ - +