bugmaker2/dsh-plugin-template2

dsh-plugin-template

Minimal host and client plugin template for DeepSeek Harness.

AI Analysis

核心用途是为 DSH 插件开发者提供标准的脚手架起点。适合想要学习或快速开发 DSH 插件的开发者,包含完整的宿主端挂载与浏览器端打包配置示例。

Package
dsh-plugin-template
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bugmaker2/dsh-plugin-template

Install locally

dsh plugin --profile web add /absolute/path/to/dsh-plugin-template

Restart the Web profile and refresh the page. The Host entry is mounted by cordis.patch.yml; the Client bundle is served through the dsh.client declaration in package.json.