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.

Multi Candidate — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-multi-candidate

Multi Candidate

Multi-candidate mode plugin (test-time scaling): 🐋 Configure via the floating ball panel (enable/number of candidates/second opinion/validation criteria; applies only to the current session). The model automatically runs a “parallel candidates → validation and selection” pipeline for tasks, without

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

npx -y @deepseek-ai/dsh plugin --profile web add github:WintryGrass/dsh-multi-candidate#4bdf1107089d226264922ffe7fdec3e0155b295f
READMECompatibilityVersions

Description

Multi-candidate mode plugin (test-time scaling): 🐋 Configure via the floating ball panel (enable/number of candidates/second opinion/validation criteria; applies only to the current session). The model automatically runs a “parallel candidates → validation and selection” pipeline for tasks, without requiring any special instruction prefix.

Compatibility and provenance

Multi Candidate is published as dsh-multi-candidate and currently resolves to version 1.1.3. 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/7/2026

Versions

1.1.3stable
9/7/2026
1.1.2stable
8/21/2026
1.1.1stable
8/21/2026

Related plugins

Loading related plugins…

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

Related plugins

More verified plugins in models-usage.

Usage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.Ui Usage Billing@kenz1117/dsh-ui-usage-billingUsage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.Codex Subscriptiondsh-codex-subscriptionUse ChatGPT and Codex subscriptions in DeepSeek Harness with OAuth, quota, safe resets, web search, images, and Fast mode

README

dsh-multi-candidate 🐋

多候选模式插件(test-time scaling):让 DeepSeek Harness 对同一任务并行生成多个独立候选方案,再用验证者选优——用更多推理算力换取成功率("跑 N 遍交最好的一份")。

功能

  • 🐋 悬浮球面板:可自由拖动(位置记忆),点击开/关面板
  • 纯配置、零操作:勾选启用后,直接在输入框正常说任务即可,模型自动按多候选流水线执行——无需特殊指令前缀、无需复制粘贴
  • 配置项:启用开关、候选数(2-5)、第二意见复核(多声音合议)、验证标准(选填)
  • 仅当前会话生效:开启时绑定当前会话,新会话默认关闭,不跨会话泄漏
  • 硬接线工具 multi_candidate_run:模型显式触发入口,参数化调用

要求

  • DeepSeek Harness rc.8 及以上(依赖新版 defineTool API:execute/output/裸属性表)
  • web profile(客户端面板运行于 Web GUI)
  • 宿主已提供 peer 依赖:@deepseek-ai/dsh-tools、dsh-settings、dsh-system-prompt、schemastery、cordis(均 optional,宿主自带)

安装

# 从 npm(如已发布)
dsh plugin --profile web add dsh-multi-candidate

# 从本地 tarball
dsh plugin --profile web add file:/path/to/dsh-multi-candidate-1.1.0.tgz

# 从本地目录(开发)
dsh plugin --profile web add file:/path/to/dsh-multi-candidate

安装后重启 DSH,Web GUI 右下角出现 🐋 按钮。

使用

  1. 点右下角 🐋 打开面板
  2. 勾选「启用多候选模式(仅当前会话)」,可选候选数(默认 3)、第二意见、验证标准
  3. 在主输入框正常输入任务(如"帮我写一个 Python 猜数字游戏")
  4. 模型自动执行:并行 N 候选 → 验证者选优 →(可选第二意见)→ 汇报

执行时自动尊重当前会话模式(router / J-space / Anchored 等)。

工作原理

🐋 面板(客户端)→ settingsScope.set() → 服务端 settings 持久化
        ↓
systemPrompt.section 动态注入(仅对绑定会话)→ 模型上下文自动带配置
        ↓
任务正常输入 → 模型按配置调用 workflow 工具执行「并行候选→验证选优」

给开发者的注意

  • file: 安装是复制模式:修改源码后需 remove + add 重装,或手动同步到 profile 的 node_modules(pnpm 缓存不自动刷新)
  • 服务端改动必须重启 DSH;仅客户端改动刷新页面即可
  • 多候选的最终执行依赖 agent 层的 workflow 工具(服务端工具无法直接编排子代理,这是架构边界)

License

MIT