npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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.

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)
  • 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/[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-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):

| 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.