kestiny18/dsh-plugins
kestiny18★ 2TypeScript最后同步: 2026-08-15
Community plugins for DeepSeek Harness
README 摘要
dsh-plugins Monorepo for independently published DeepSeek Harness plugins. The repository uses one Git history, one pnpm lockfile, and shared CI/release automation; every dsh- directory remains its own npm package. Packages Package Description dsh-redact Fail-closed canonical tool-output tokenization before model and Session persistence dsh-usage Replay-aware token usage and estimated model cost for the Harness Web UI Development Run a command for one plugin with a pnpm filter: New plugins should be direct child directories named dsh- . Give each package its own package.json , README.md , CHANGELOG.md , LICENSE , source, tests, and release:check script. Do not create a nested .git directory or package lockfile. Releases Packages are published independently from GitHub Releases through npm Trusted Publishing, without a long-lived npm token. After adding the GitHub repository as origin , run pnpm repo:sync and commit the package metadata. Configure a GitHub environment named npm , then configure each npm package's trusted publisher with this repository, workflow publish.yml , environment npm , and allowed action npm publish . Release tags are package-specific: -v , for example dsh-us…
在 GitHub 查看完整 README →