triss-dsh-provider-bundle
v0.39.0
Published
Configuration-only DeepSeek Harness (dsh) provider bundle activating the pi-ai opencode, opencode-go, and zai catalogue routes.
Maintainers
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:
| Route | Credential reference | Initial acceptance model for resolved [email protected] |
| --- | --- | --- |
| opencode | OPENCODE_API_KEY | nemotron-3-ultra-free (free tier; paid deepseek-v4-flash blocked by the acceptance workspace's balance) |
| opencode-go | OPENCODE_API_KEY | deepseek-v4-flash, glm-5.2 |
| zai | ZAI_API_KEY | glm-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) pnpminstalled and onPATH(thedsh plugincommand forwards topnpm)- pnpm 9 treats the Harness profile directory (which carries its own
pnpm-workspace.yamlwithpackages: [.]) as a workspace root, sodsh plugin addneeds the-wflag (the form the lifecycle CI job verifies) orNPM_CONFIG_IGNORE_WORKSPACE_ROOT_CHECK=truein the environment. Verified against the compatibility tuple dsh0.1.0-rc.6× pnpm9.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/[email protected], resolved @earendil-works/[email protected]. 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 name | Template | What boots |
| --- | --- | --- |
| headless | dsh-base + dsh-headless | one-shot CLI application — exits when the run completes |
| web | dsh-base + dsh-web-app | interactive web application — waits for a browser client forever |
| any other name | dsh-base only | custom 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 [email protected]
dsh --profile headless --dump-configRemoving 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):
| Fact | Value |
| --- | --- |
| Node | v22.23.1 (satisfies ^22.19.0) |
| pnpm | 9.0.0 (lockfileVersion 9.0) |
| @deepseek-ai/dsh | 0.1.0-rc.6 |
| Profile template | [email protected] (bundles: dsh-base + dsh-headless) |
| This package | 0.39.0 |
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.
