dsh-plugins
Small, independently installable plugins for DeepSeek Harness.
- Stars
- 0
- Language
- TypeScript
- Created
- Sep 3, 2026
- Updated
- Sep 3, 2026
Introduction
dsh-plugins
A small pnpm monorepo for focused DeepSeek Harness plugins that do not need a repository of their own. Every directory under plugins/ is an independently installable DSH bundle.
Plugins
| Package | Purpose |
|---|---|
dsh-current-title | Keeps a session title aligned with the current task using `MMDD |
Install one plugin directly from its GitHub subdirectory:
dsh plugin --profile web add "github:klarkxy/dsh-plugins#path:/plugins/dsh-current-title"
Git source installs require a one-time pnpm build allowlist. See the plugin documentation for the exact profile setting and platform notes.
Development
Requires Node.js 22 or newer and pnpm 10.
pnpm install
pnpm check
Each package owns its bundle patch, runtime code, tests, and release version. The repository root is not itself a DSH bundle.