bugmaker2/dsh-plugin-template ↗★ 2
dsh-plugin-template
Minimal host and client plugin template for DeepSeek Harness.
AI 분석
核心用途是为 DSH 插件开发者提供标准的脚手架起点。适合想要学习或快速开发 DSH 插件的开发者,包含完整的宿主端挂载与浏览器端打包配置示例。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bugmaker2/dsh-plugin-templateInstall 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.