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.

Triss Dsh Provider Bundle — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

triss-dsh-provider-bundle

Triss Dsh Provider Bundle

Configuration-only DeepSeek Harness (dsh) provider bundle activating the pi-ai opencode, opencode-go, and zai catalogue routes.

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

npx -y @deepseek-ai/dsh plugin --profile web add triss-dsh-provider-bundle@0.44.1
READMECompatibilityVersions

Compatibility and provenance

Triss Dsh Provider Bundle is published as triss-dsh-provider-bundle and currently resolves to version 0.44.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.44.1stable
9/9/2026
0.44.0stable
9/7/2026
0.43.0stable
9/5/2026
Show 13 more versionsCollapse versions
0.42.0stable
9/3/2026
0.41.1stable
8/29/2026
0.41.0stable
8/27/2026
0.40.0stable
8/27/2026
0.39.2stable
8/25/2026
0.39.1stable
8/25/2026
0.39.0stable
8/23/2026
0.38.0stable
8/22/2026
0.37.2stable
8/20/2026
0.37.1stable
8/19/2026
0.37.0stable
8/18/2026
0.36.0stable
8/18/2026
0.35.0stable
8/16/2026

Related plugins

Loading related plugins…

Latest
0.44.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
6.7 kB
Files
4
Surface
any
License
MIT
Source
npm
GitHub
★ 5
Weekly downloads
107
Security scan
✓ v0.44.1 scan passed
Last push
9/15/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 models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a dedicated pet bubble for the current providerWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage 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.

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.