dsh-wake
Wake up DeepSeek Harness: one-click desktop/taskbar/startup shortcuts that start the dsh web server (hidden) and open the GUI, a cold-start whale-girl dance overlay, and a close-button overlay with a fully-quit / close-window dialog.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RickDeng005/dsh-wake说明文档
阅读完整 README ↗从本地目录安装(开发 / 使用)
dsh plugin --profile web add file:
🖥️ 使用
| 操作 | 效果 |
|---|---|
| 点桌面 / 任务栏「DeepSeek Harness」 | 启动服务(如未运行)+ 打开 GUI |
| 冷启动等待时 | 屏幕中央鱼娘跳舞动画 |
| 点 GUI 右上角 X | 弹出 彻底关闭 / 关闭窗口 / 取消 |
| 设置 → 通用 → 开机启动 | 下拉开启 / 关闭开机自启 |
任务栏固定(Windows 限制,需手动):右键桌面快捷方式 → 固定到任务栏。
⚙️ 配置与 HTTP 接口
插件自动检测环境(node 路径、dsh 入口、工作区、端口、Edge 应用窗口),通常无需配置。可用 config 覆盖(需要重启激活):
| 配置项 | 说明 | 默认 |
|---|---|---|
workspace | 服务启动目录 | 工作区注册表路径 |
port | GUI 端口 | 3080 |
nodeExe / dshEntry | 服务启动入口 | 自动检测 |
scriptDir | 启动器脚本目录 | ~/.dsh/launcher |
autoSetup | 激活时自动生成脚本+快捷方式 | true |
HTTP 路由(同源 POST 需带 Origin):
| 路由 | 方法 | 说明 |
|---|---|---|
/dsh-wake/status | GET | 当前状态(脚本、快捷方式、开机启动开关) |
/dsh-wake/setup | POST | 重新生成脚本 + 刷新快捷方式 |
/dsh-wake/startup | POST | {enabled: true/false} 开/关开机自启 |
/dsh-wake/remove | POST | 移除快捷方式(保留脚本) |
/dsh-wake/log | GET | 启动器日志尾部 |