fuyue521 / dsh-desktop-shortcut

已收录

DeepSeek Harness plugin that creates a Windows desktop shortcut for launching dsh web.

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:fuyue521/dsh-desktop-shortcut

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 6bd601c同步于 2026年8月18日

dsh-desktop-shortcut

Awesome DSH Plugin

English | 中文

One-click Windows desktop shortcut for the DeepSeek Harness (DSH) web UI.

✨ About

DeepSeek Harness (dsh web) has no official desktop entry.
This tool creates a Windows desktop shortcut so you can open DSH Web directly by double-clicking, without typing commands or copying URLs.

It also adds a draggable floating refresh button to the Web UI for a smoother daily experience.

🖼️ Icon Showcase

DeepSeek Harness Icon

🚀 Usage

  1. Install the plugin
  2. Start dsh web
  3. A DeepSeek Harness shortcut is created on the desktop automatically
  4. Double-click the icon to open DSH Web

Install pnpm

npm install -g pnpm
dsh plugin --profile web add dsh-desktop-shortcut

From GitHub

dsh plugin --profile web add github:fuyue521/dsh-desktop-shortcut

Then start:

dsh web

📋 Features

  • ✅ One-click Windows desktop shortcut
  • ✅ Double-click the shortcut to start dsh web and open the browser
  • ✅ Draggable floating refresh button in the Web UI
  • ✅ Refresh button shows a spinning animation and green "Refresh success" feedback
  • ✅ When AI is replying, shows red "AI is replying" and disables refresh
  • ✅ Configurable browser: auto / edge / chrome
  • ✅ Custom shortcut name, icon, and launch arguments

⚠️ Prerequisites

  • Windows
  • DeepSeek Harness (dsh web) is already running locally
  • Node.js / pnpm / dsh CLI installed

📝 FAQ

Q: Double-clicking the shortcut does not open the page?
A: Make sure dsh web is running and the URL is correct (default http://127.0.0.1:3080).

Q: The refresh button does not work?
A: If AI is replying, the button shows red "AI is replying" and refresh is disabled. Wait until the reply finishes.

Q: I want to use Chrome instead of Edge?
A: Configure it in cordis.patch.yml:

- id: desktop-shortcut
  config:
    browser: chrome

Q: The service does not stop after closing the Harness browser window?
A: Make sure you are using the latest version; if there is still a delay, close the command-line window manually.

📄 License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月18日 13:37

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。