fuyue521/dsh-desktop-shortcut 预览 preview

fuyue521/dsh-desktop-shortcut

DeepSeek Harness 插件,用于创建 Windows 桌面快捷方式以启动 dsh Web。

项目介绍Project Overview

dsh-desktop-shortcut 是 DSH 插件,为 Windows 自动创建 DeepSeek Harness 桌面快捷方式,双击即可启动 dsh web 并打开浏览器;还在 Web UI 加入可拖动悬浮刷新按钮,支持浏览器、图标、名称和启动参数配置。适用于想免命令、免网址快速打开本地 DSH 的场景。仅限 Windows,且需已安装 Node.js、pnpm、dsh CLI,并确保 dsh web 正常运行。

dsh-desktop-shortcut is a DSH plugin that creates a Windows desktop shortcut for DeepSeek Harness. Double-clicking it starts dsh web and opens the local Web UI in the configured browser. It also adds a draggable floating refresh button with status feedback, and supports browser, icon, name, and launch-argument configuration. Use it when you want one-click access instead of running commands or copying URLs. It requires Windows, Node.js, pnpm, the DSH CLI, and a working local dsh web service.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add dsh-desktop-shortcut

fuyue521/dsh-desktop-shortcut 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

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

From npm (recommended)

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

上一个 Prev dsh-workflow-canvas 下一个 Next dsh-ai-pm