@wingsky-1/dsh-plugins-all
v0.1.13
Published
DSH 插件全家桶聚合包:一键安装全部功能插件(idle-archive / notifier / provider-usage / mcp-manager / lan-proxy / web-file-preview)。装它 = 子包 dependencies 拉齐 + 聚合 cordis patch 激活。dsh-gzip 已退役(压缩合并进 lan-proxy),不再随全家桶分发。
Readme
@wingsky-1/dsh-plugins-all
DSH 插件全家桶聚合包:安装本包 = 一键装齐全部功能插件。
安装
前提:已安装 DeepSeek Harness 且 dsh web 可正常启动(未全局安装 dsh 见下方「未全局安装 dsh」)。
安装插件(add)
dsh plugin --profile web add @wingsky-1/dsh-plugins-all卸载插件(remove)
dsh plugin --profile web remove @wingsky-1/dsh-plugins-all更新插件(update)
dsh plugin --profile web update @wingsky-1/dsh-plugins-all安装 / 卸载 / 更新后都需重启一次
dsh web(bundle 层只在启动时组合)生效。
指定版本号(@version)
省略 @版本号 即安装默认 latest(推荐)。仅当 registry 尚未同步到最新、或最新版在你的环境有问题时,在包名后追加 @版本号:
dsh plugin --profile web add @wingsky-1/dsh-plugins-all@<版本号>未全局安装 dsh
若本机没有全局 dsh 命令,用 npx 临时拉起(底层调用 pnpm,仍需本机装好 pnpm 与 Node.js):
npx @deepseek-ai/dsh plugin --profile web add @wingsky-1/dsh-plugins-all
npx @deepseek-ai/dsh plugin --profile web remove @wingsky-1/dsh-plugins-all
npx @deepseek-ai/dsh plugin --profile web update @wingsky-1/dsh-plugins-all包含的插件
| 包 | 功能 |
|---|---|
| @wingsky-1/dsh-notifier | 审批/完成/错误事件通知(浏览器 Notification + 系统 toast) |
| @wingsky-1/dsh-provider-usage | 多 provider 用量悬浮框(适配器框架,内置 OpenCode Go) |
| @wingsky-1/dsh-lan-proxy | 局域网访问 dsh web UI(HTTP/HTTPS/WS + TLS + HTTP 响应 gzip 压缩) |
| @wingsky-1/dsh-mcp-manager | MCP 服务器管理器(stdio/HTTP,工具注册给模型) |
| @wingsky-1/dsh-idle-archive | 会话闲置提醒归档 |
| @wingsky-1/dsh-web-file-preview | 点击对话文件链接在 web 端预览(图片/文本/Markdown/代码/Diff) |
@wingsky-1/dsh-gzip已退役:HTTP 响应压缩合并进 dsh-lan-proxy,不再随全家桶 分发。此前单独安装过 dsh-gzip 的用户升级后请执行dsh plugin --profile web remove @wingsky-1/dsh-gzip卸载。dsh-memory(项目长期记忆)未包含在本聚合包内。
@wingsky-1/dsh-subagent-model-inherit(子 Agent 模型继承,实验性)处于观察期, 独立发包、暂不包含在本聚合包内;如需使用请单独安装,详见其 README。
单独安装
只想用某个插件时单独安装(见各插件 README):
dsh plugin --profile web add @wingsky-1/dsh-notifier安全提示
lan-proxy会在 0.0.0.0: 监听端口并提供 HTTPS,使用前阅读其 README 安全说明。mcp-manager会启动 MCP 服务器子进程(stdio)并执行其命令,仅配置可信服务器。notifier在 Windows 通过 PowerShell WinRT 弹系统通知。
