DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Model Capabilities — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
M

@maiziman/dsh-model-capabilities

Model Capabilities

自动检测自定义 DeepSeek Harness 模型的推理和图像能力

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:maiziman/cedardsh-model-probe#89bfe7c5a875f793b61a2b241710fee0207b9dd0
README兼容性版本

兼容性与来源证明

Model Capabilities 以 @maiziman/dsh-model-capabilities 发布,当前版本为 0.1.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/1

版本

0.1.3stable
2026/9/1
0.1.2stable
2026/8/31

相关插件

正在加载相关插件…

最新版
0.1.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/31
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 vision-media 分类下经过校验的插件。

Tool Describe Image@linxin666/dsh-tool-describe-image面向模型的 describe_image 工具,用于 dsh Web GUI:通过在兼容 OpenAI 的端点调用视觉语言模型,为文本模型提供图像理解能力,以描述一张图像(本地路径、http(s) URL 或附件引用)。可热插拔 —Modlens@liustack/modlens面向仅支持文本的 LLM 的插件视觉能力,由免费的 Antigravity CLI 提供支持Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio,以及 27 个可编辑视频模板,以原生 DeepSeek Harness 对话视图呈现。Image Gendsh-image-gen将类似 ChatGPT 的图像生成功能带到 DeepSeek Harness——支持 Gemini、OpenAI、Seedream、DashScope、本地 ComfyUI 等。

README

CedarDSH Model Probe

Automatically detects reasoning and image support for custom DeepSeek Harness models.

Download the plugin · 中文说明

Install in CedarDSH Desktop

  1. Download CedarDSH-Model-Probe-Windows-v0.1.3.zip from the latest release.
  2. Put the ZIP in the CedarDSH Desktop folder, beside CedarDSH-Desktop.exe and dsh.cmd, then choose Extract All.
  3. Close CedarDSH Desktop. Open the extracted plugin folder and double-click Install-Model-Probe.cmd.
  4. Reopen CedarDSH-Desktop.exe.

That is all. There is no separate plugin window and no configuration file to edit. Add or save a custom OpenAI-compatible provider; the plugin works in the background. To verify installation, open Settings → Plugins → Global Plugins and search for model-capabilities.

Keep the extracted plugin folder if you want to use its one-click removal file later.

What it does

  • Reads capability metadata supplied by OpenRouter, Ollama, and compatible model endpoints.
  • Detects supported reasoning levels and image input when a local endpoint omits that metadata.
  • Keeps every capability setting that the user or provider set explicitly.
  • Uses active test requests only for localhost and private-network endpoints by default.
  • Does not modify the official DeepSeek Harness adapter, so DSH updates do not overwrite the plugin.

The active tests use a fixed arithmetic prompt and two generated 32 × 32 color images. They do not read or upload user files. Public endpoints remain metadata-only unless the user explicitly changes the probe policy.

Remove

Close CedarDSH Desktop and double-click Uninstall-Model-Probe.cmd in the extracted plugin folder. Removing the plugin does not erase capabilities already saved in model settings.

Manual installation

Advanced users can download the TGZ, place it beside dsh.cmd, and run:

New-Item -ItemType Directory -Force .\dsh-home\profiles\web\plugin-packages | Out-Null
Copy-Item .\CedarDSH-Model-Probe-v0.1.3.tgz .\dsh-home\profiles\web\plugin-packages\
.\dsh.cmd plugin --profile web add "file:plugin-packages/CedarDSH-Model-Probe-v0.1.3.tgz" --offline --ignore-scripts

For a global DeepSeek Harness installation, use the official dsh plugin --profile web add <package> command.

Compatibility

Version 0.1.3 is verified with DeepSeek Harness 0.1.2-alpha.2 from official tag dsh-v0.1.2-alpha.2. Harness is still in preview, so a future upstream change may require a plugin update.

Advanced settings

The defaults discover metadata, actively test local endpoints, and test reasoning levels low, high, and max. Maintainers can override the model-capabilities row in the profile's cordis.patch.yml; see cordis.patch.yml for the complete defaults.

Run the local checks with:

npm test
npm pack --dry-run

License

MIT