dsh-plugins
开发工具 活跃维护

dsh-plugins

pingg02/dsh-plugins

社区持续维护的实用功能插件合集,内置桌面快捷方式创建等多类常用功能模块,所有插件均支持npm直接安装,开箱即用无需额外配置。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
32 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:pingg02/dsh-plugins
git clone https://github.com/pingg02/dsh-plugins.git
git clone git@github.com:pingg02/dsh-plugins.git
README.md main

dsh-plugins

DeepSeek Harness 插件合集,由社区维护。

插件 npm 说明
dsh-desktop-entry npm Windows 桌面入口:一键在桌面生成快捷方式 + 启动器(官方图标,后端未运行时自动拉起 dsh web,用 Chrome 应用模式打开 UI)
dsh-quote-selection npm 对话引用注释:选中任意文本 → 浮动「引用」按钮 → 可选备注 → 编号卡片显示在输入区左上角,发送时自动附带

安装

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 主题页。