DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Triss Dsh Provider Bundle — DeepSeek Harness 插件(DSH Plugin)
← Plugins

triss-dsh-provider-bundle

Triss Dsh Provider Bundle

仅配置的 DeepSeek Harness (dsh) 提供商包,用于激活 pi-ai 的 opencode、opencode-go 和 zai 目录路由。

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

npx -y @deepseek-ai/dsh plugin --profile web add triss-dsh-provider-bundle@0.44.1
README兼容性版本

兼容性与来源证明

Triss Dsh Provider Bundle 以 triss-dsh-provider-bundle 发布,当前版本为 0.44.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.44.1stable
2026/9/9
0.44.0stable
2026/9/7
0.43.0
stable
2026/9/5
查看其余 13 个版本收起版本
0.42.0stable
2026/9/3
0.41.1stable
2026/8/29
0.41.0stable
2026/8/27
0.40.0stable
2026/8/27
0.39.2stable
2026/8/25
0.39.1stable
2026/8/25
0.39.0stable
2026/8/23
0.38.0stable
2026/8/22
0.37.2stable
2026/8/20
0.37.1stable
2026/8/19
0.37.0stable
2026/8/18
0.36.0stable
2026/8/18
0.35.0stable
2026/8/16

相关插件

正在加载相关插件…

最新版
0.44.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
6.7 kB
文件数
4
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 5
周下载
107
安全扫描
✓ v0.44.1 扫描通过
最近提交
2026/9/15
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

triss-dsh-provider-bundle

A configuration-only DeepSeek Harness (dsh) provider bundle. It activates three provider routes that already exist in the @earendil-works/pi-ai catalogue resolved by your Harness installation — no new transport adapter, endpoints, or model metadata are bundled.

What it does

The bundle replaces the dormant llm-pi-ai composition row so these catalogue routes become active:

RouteCredential referenceInitial acceptance model for resolved pi-ai@0.82.1
opencodeOPENCODE_API_KEYnemotron-3-ultra-free (free tier; paid deepseek-v4-flash blocked by the acceptance workspace's balance)
opencode-goOPENCODE_API_KEYdeepseek-v4-flash, glm-5.2
zaiZAI_API_KEYglm-5.2

The table is release evidence tied to the resolved pi-ai version, not a package-owned catalogue. Model availability, billing, quota, and provider policy remain service-owned runtime facts.

The bundle declares only id + credential references. Endpoints, protocols, model catalogues, and authentication logic stay owned by pi-ai; the bundle never duplicates baseURL, api, models, headers, context windows, output limits, reasoning formats, or pricing. It does not change the Harness default provider or model. Both OpenCode routes share one OPENCODE_API_KEY reference without copying the secret. Triss's own ZHIPU_API_KEY is deliberately not aliased; if you want the same underlying credential in both products, store it under each product's expected reference.

Prerequisites

  • Node ^22.19.0 || >=24.0.0 (verified against the DeepSeek Harness engine range)
  • pnpm installed and on PATH (the dsh plugin command forwards to pnpm)
  • pnpm 9 treats the Harness profile directory (which carries its own pnpm-workspace.yaml with packages: [.]) as a workspace root, so dsh plugin add needs the -w flag (the form the lifecycle CI job verifies) or NPM_CONFIG_IGNORE_WORKSPACE_ROOT_CHECK=true in the environment. Verified against the compatibility tuple dsh 0.1.0-rc.6 × pnpm 9.0.0; revisit when either pin moves.
  • A Harness profile that already includes @deepseek-ai/dsh-base (this bundle does not own the runner or UI layer)

Tested with: @deepseek-ai/dsh at commit 47f9438, @deepseek-ai/dsh-llm-pi-ai@0.1.0-rc.5, resolved @earendil-works/pi-ai@0.82.1. This package installs only into Harness profiles; global installation is unsupported because it would recreate an installation-anchor ambiguity.

Install

Prerequisites check, then install into a profile whose template boots a one-shot application. Profile name selects the application template in DeepSeek Harness (dsh 0.1.0-rc.6 defines exactly two named templates):

Profile nameTemplateWhat boots
headlessdsh-base + dsh-headlessone-shot CLI application — exits when the run completes
webdsh-base + dsh-web-appinteractive web application — waits for a browser client forever
any other namedsh-base onlycustom base-only profile — no app-specific bundles

Only headless terminates by itself; web blocks waiting for a client, and a custom profile carries no application template at all. If you smoke-test this bundle from a terminal, create or use a headless profile:

pnpm --version
node --version
dsh plugin --profile headless add -w triss-dsh-provider-bundle@0.44.1
dsh --profile headless --dump-config

Removing the bundle never deletes your user settings; in a clean profile with no user llm-pi-ai settings and no later activating patch, removal restores the dormant base posture.

Compatibility evidence

Every acceptance records Node, pnpm, @deepseek-ai/dsh, @deepseek-ai/dsh-llm-pi-ai, resolved pi-ai version + lockfile integrity, and this package's version + tarball integrity. Compatibility is never claimed from the Harness version alone.

Tested tuple (packed-tarball fixture, dsh plugin full cycle — add, remove, reinstall):

FactValue
Nodev22.23.1 (satisfies ^22.19.0)
pnpm9.0.0 (lockfileVersion 9.0)
@deepseek-ai/dsh0.1.0-rc.6
Profile templatedsh-headless@0.1.0-rc.6 (bundles: dsh-base + dsh-headless)
This package0.44.1

Artifact integrity (tarball sha256/sha512) for each release is recorded in the root repository CHANGELOG.md release entry — it cannot be embedded here, because this README ships inside the tarball it would describe.

The llm-pi-ai adapter and its pi-ai dependency are supplied by the profile's dsh-base bundle, not by this package (the companion declares no dependencies).

License

MIT — see LICENSE.

相关插件

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

Usage@linxin666/dsh-usagedsh Web GUI 的使用统计插件:检测各提供商余额和编码计划配额,并提供实时令牌使用记录,以及当前提供商的专属宠物气泡Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。