DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

kestiny18 /

dsh-plugins

仅 Topic 仓库

Community plugins for DeepSeek Harness

★ 2 Stars0 Forks2 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@c7190733

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

pnpm install --frozen-lockfile
pnpm run check
pnpm run pack:check

Run a command for one plugin with a pnpm filter:

pnpm --filter dsh-usage run check

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: <package>-v<version>, for example dsh-usage-v0.1.1. The workflow validates the tag against the selected package, runs that package's release checks, and publishes only that package. Normal releases use the npm latest tag; GitHub prereleases use next.

See CONTRIBUTING.md and SECURITY.md for project policy.

—/ 5

暂无评分

需要先验证清单

Commit c7190733eb2f

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于