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.

Queue Plus — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-queue-plus

Queue Plus

A calm, unified prompt queue for DeepSeek Harness with smart expansion, persistent confirmations, editing, steering, accessible reordering, and official queue removal.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-queue-plus@0.3.0
READMECompatibilityVersions
Queue Plus 真实交互演示

Compatibility and provenance

Queue Plus is published as dsh-queue-plus and currently resolves to version 0.3.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.3.0stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.3.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
711.9 kB
Files
38
Surface
web
License
MIT
Source
npm
GitHub
★ 15
Weekly downloads
118
Security scan
✓ v0.3.0 scan passed
Last push
8/16/2026
View source ↗Project homepage ↗
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

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-queue-plus

English | 简体中文

一个更好用的 DSH 排队消息面板:编辑、删除、插话、排序和批量删除。

Queue Plus 真实交互演示

Queue Plus 使用 DSH 官方插槽接管 QueueDock,不隐藏或复制排队消息;停用或卸载插件后,官方队列会自动恢复。

功能

  • 编辑、删除或插话发送排队消息。
  • 拖动消息,或使用上下箭头调整执行顺序。
  • 一键批量删除,确认后按 DSH 官方方式逐条处理。
  • 新队列自动展开,并记住手动收起状态。
  • 支持中文、英文、键盘和触屏操作。

安装

推荐安装 Release 中的预构建包,无需授权安装脚本:

dsh plugin --profile web add -w https://github.com/starslittle/dsh-queue-plus/releases/download/v0.3.0/dsh-queue-plus-0.3.0.tgz

重启 dsh web。运行中连续发送至少两条“排队”消息,队列标题旁会出现“排序”。

装完怎么验

现象怎么办
排队两条后标题旁出现「排序」已生效
没有「排序」确认已重启,并选「排队发送」而不是马上发送
关掉或卸载后队列变回原样正常

边界

  • 单条和批量删除都调用 DSH 官方 conversation.updateQueue(..., { kind: 'remove' })。
  • 删除全部只处理确认时可见的消息;并发变化时可能部分完成,不会误删随后加入的消息。
  • 排序使用服务端确认和并发保护;若队列已经变化,本次排序会拒绝而不是排乱。
  • 不操作 steering / context 队列,也不管理父 Agent 所有的 subagent 队列。
  • 卸载后官方队列自动恢复。
指定版本、源码与开发

锁定版本、从 GitHub 源码安装:

dsh plugin --profile web add github:starslittle/dsh-queue-plus#v0.3.0

源码安装会跑仓库自带的 prepare 构建。pnpm 10 及以上需要先在对应 profile 的 pnpm-workspace.yaml 里允许 dsh-queue-plus 执行构建;只对可信源码开这个权限。

本地开发:

pnpm install
pnpm run check
dsh plugin --profile web add -w link:/absolute/path/to/dsh-queue-plus

更新与卸载:

dsh plugin --profile web update dsh-queue-plus
dsh plugin --profile web remove dsh-queue-plus

面向 @deepseek-ai/* 0.1.0-rc.6 的公开 Agent Inbox 与 Web 插件契约。DSH 仍在 RC,契约若改需要同步升级插件。

许可

MIT