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.

Workflow Console — DSH Plugin for DeepSeek Harness
← Plugins
W

dsh-workflow-console

Workflow Console

Workflow Console for DeepSeek Harness: a sidebar speed-rail with plan/execute switch, goal lifecycle, token occupancy, and workflow launcher.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:chen6896qqwee/dsh-workflow-console#beb6b55f7b162b2a106e0c161219f6e6b603d4ea
READMECompatibilityVersions

Compatibility and provenance

Workflow Console is published as dsh-workflow-console and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/6/2026

Versions

0.1.0stable
9/6/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/6/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 productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-workflow-console

DeepSeek Harness (dsh) 的侧边栏「工作流速控条」插件: 把会话的 规划/执行模式、目标(Goal)、上下文 Token 占用、工作流运行态、会话进度 汇聚成一条可实时观察、一键操作的驾驶舱面板。

面向 dsh Web UI(dsh web)。

功能

区块作用
Plan / Execute一键切换 规划↔执行 模式
Goal查看 / 新建 / 完成当前目标
Context实时显示上下文占用压力与 Token 估量(容量的 projectedTokens / contextWindow)
Workflow一键运行 / 停止预置工作流,显示当前阶段
Session当前会话步骤数、工具调用数

面板为自包含轻量渲染: 订阅 dsh 公共事件(session/event + agent/assistant-stream + workflow/*)自行刷新,不硬依赖 host UI 组件库,失败时静默降级。

安装

# 用 dsh 的 plugin 命令把插件装进你的 profile
dsh plugin --profile <your-profile> add dsh-workflow-console

或在 profile 的 cordis.patch.yml 手动装配:

- insert:
    - id: workflow-console
      name: "dsh-workflow-console"

依赖

  • 后端(lib/index.mjs)通过 ctx.get() 可选探测全部服务(planMode / goals / tokenMeter / workflowEngine / agents / commands),缺提供方也能加载,不崩。
  • 前端(lib/client.mjs)运行时注入 dsh client 运行时(@deepseek-ai/dsh-client-runtime + @deepseek-ai/dsh-client-locale),由宿主提供。
  • 唯一 peer 依赖: @deepseek-ai/cordis。

开发

lib/ 下为可直接运行的产物(手写 ESM,无构建步骤):

  • lib/index.mjs — 后端 Host 插件(事件聚合 / 快照服务 / workflow 探测)
  • lib/client.mjs — 前端 Client 插件(window.__ModuleLoader__.load 形态,原生 DOM 自绘)
# 语法/加载自检
node --check lib/index.mjs
node --check lib/client.mjs

# 装配冒烟(用 dsh 加载器跑空任务,观察插件 apply 不崩)
dsh --profile <test-profile> --patch ./cordis.patch.yml "say ok"

License

MIT