dsh-plugins
No description
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 19, 2026
- Updated
- Aug 19, 2026
Introduction
dsh-plugins
DeepSeek Harness 插件合集,由社区维护。
| 插件 | npm | 说明 |
|---|---|---|
| dsh-desktop-entry | Windows 桌面入口:一键在桌面生成快捷方式 + 启动器(官方图标,后端未运行时自动拉起 dsh web,用 Chrome 应用模式打开 UI) | |
| dsh-quote-selection | 对话引用注释:选中任意文本 → 浮动「引用」按钮 → 可选备注 → 编号卡片显示在输入区左上角,发送时自动附带 |
安装
dsh plugin --profile web add dsh-desktop-entry
dsh plugin --profile web add dsh-quote-selection
两个插件都是正式格式(dsh.bundle 自动加入 bundle 层 + dsh.client 客户端 bundle),
重启后端不丢、零依赖。
开发
每个插件都是独立的零依赖包,可直接改后重新发布:
cd dsh-desktop-entry && npm publish
cd dsh-quote-selection && npm publish
贡献
欢迎通过 PR 添加新插件到本仓库;也欢迎给本仓库打 dsh-plugin 主题标签,
让它出现在 GitHub dsh-plugin 主题页。