dsh-plugin-template:DeepSeek Harness 插件入门模板
`dsh-plugin-template` 是 DSH 的入门插件模板,旨在通过最小代码展示 Config、Tool、Events、Service、Hook 及 Browser Client Half 六类常见插件形态,并演示如何在单一可安装 Bundle 中正确激活。该模板遵循 DSH 的 Bundle 分发模型,通过 `dsh plugin add` 接入配置层,同时覆盖 Host 端逻辑与 Web 端 UI 注册(包括 14 个 UI 表面的 Slot 注册及 Config Card 数据写入)。安装支持本地目录、GitHub 源码拉取(需配置 `allowBuilds` 授权构建)及本
Read Moredsh-plugin-template: DeepSeek Harness Plugin Skeleton
`dsh-plugin-template` is a DeepSeek Harness plugin development skeleton maintained by `sunshine-lang` (MIT license), designed to simplify the plugin creation process. This template centralizes core components such as bundle formats, tool DSL, configuration validation, testing, and release checks. Developers can quickly generate a plugin directory using the `scaffold` script, then supplement tool logic and configurations as needed, and finalize documentation following the release checklist. The template supports two build paths: using `pnpm` with `tsconfig.local.json` within the harness repository, or cloning independently and building with `npm`. During development, specific conventions must be followed, such as omitting the `required` field for optional parameters.
Read More