DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Quick Window Launcher — DSH Plugin for DeepSeek Harness
← Plugins
Q

dsh-quick-window-launcher

Quick Window Launcher

Start DeepSeek Harness web in its own standalone app-style window from a desktop shortcut (Chromium app-mode, not the default browser tab), plus sidebar shutdown/restart actions that adapt to the rail/wide layout and an open_web tool that opens a URL in the system default browser's new tab.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Yuanloss/dsh-quick-window-launcher#a28c22c2fb818a47f0c3f11a40cbd1a2de3a251c
READMECompatibilityVersions

Compatibility and provenance

Quick Window Launcher is published as dsh-quick-window-launcher and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/15/2026

Versions

0.2.11stable
9/15/2026
0.2.8stable
9/4/2026
0.2.6stable
9/1/2026
1.0.0stable
8/25/2026
Show 3 more versionsCollapse versions
0.2.5stable
8/27/2026
0.2.4stable
8/26/2026
0.2.3stable
8/25/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/15/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-quick-window-launcher

用桌面快捷方式把 DeepSeek Harness web 以独立的应用窗口(app 窗口)打开——而不是跳到默认浏览器的标签页——并提供关闭 / 重启电源控制与一个 open_web 工具。

插件启动时会:

  • 生成桌面快捷方式(DeepSeek Harness.lnk):若 harness 未在运行则先启动,然后用专属应用窗口打开(Chromium / Edge 的 --app=<url>,无标签栏、无地址栏)。仅当本机没有安装任何 Chromium 系浏览器时才回退到系统默认浏览器。
  • 在侧栏底部新增一个关闭按钮(⏻)——优雅停止 harness(SIGTERM → 释放资源 → 落盘会话 → 退出)。
  • 新增一个重启按钮(⟳)——优雅停止进程,再由常驻看门狗拉起新实例。
  • 让两个按钮自适应侧栏(56px 收起态显示纯图标圆钮,展开态显示 图标+文字 徽章)。
  • 新增一个 DSH 更新检查按钮(⬆)——点击后查询 npm 上 @deepseek-ai/dsh 的最新版本,并提示当前版本与是否已是最新。
  • 注册 open_web 模型工具——在系统默认浏览器的新标签页打开指定 URL。

所有数据都在运行时从当前 harness 推导——Node 二进制、dsh 入口脚本、工作目录、监听端口,以及 ~/.dsh/logs。

安装

该插件面向 web 配置文件。用 dsh 插件命令添加:

dsh plugin --profile web add Yuanloss/dsh-quick-window-launcher

然后(重新)启动 harness:

dsh web

首次启动时,插件会把辅助脚本写入 %USERPROFILE%\.dsh\logs、拉起持久重启看门狗,并创建桌面快捷方式(仅当其不存在时——绝不会覆盖你自己创建的快捷方式)。

新插件 bundle 需要重启才会加载。桌面快捷方式和侧栏按钮会在插件激活后出现。

桌面快捷方式做什么

双击桌面上的 DeepSeek Harness,启动器会:

  1. 检查 harness 是否已在端口监听。
  2. 若未运行,则(隐藏地)用插件自身运行所用的同一个 Node 二进制 / 入口启动它。
  3. 等待 UI 可访问。
  4. 以独立应用窗口打开——找到 Google Chrome 或 Microsoft Edge,用 --app=<url> 启动,界面会在它自己的无边框窗口里打开(没有标签栏、没有地址栏)。若没有 Chromium 系浏览器,则回退到默认浏览器。

功能

关闭

侧栏底部一个红色电源图标。确认后优雅停止 harness——会话数据会落盘,页面关闭(若浏览器拦截 window.close(),则改写为“已关闭”提示页)。

重启

一个蓝色重启图标,优雅停止进程后拉起重启新实例。重启由运行在 harness 进程树之外的看门狗完成(harness 会清理自己的子进程,所以点击时临时 spawn 的进程会被杀掉)。页面显示“正在重启…”界面,轮询到新实例恢复后自动刷新。

自适应位置(props.wide)

两个按钮都使用 sidebar.footer.action 槽位传下来的侧栏 wide 列状态:收起态是纯图标圆钮,展开态是 图标+文字 徽章。不再针对任何产品 CSS 类名。

open_web 工具

模型可用 https://… / http://… URL 调用 open_web,在系统默认浏览器的新标签页打开——符合 harness“外部打开网页而不是内嵌”的约定。

配置项

该行可选配置(通过 profile patch 覆盖):

键默认值说明
createShortcuttrue启动时生成/刷新桌面快捷方式(指向本插件的应用窗口启动器;设为 false 关闭)
desktopNameDeepSeek Harness快捷方式的基础文件名

示例:

- id: quick-window-launcher
  name: 'dsh-quick-window-launcher'
  config:
    createShortcut: true
    desktopName: 'DeepSeek Harness'

安全

HTTP 路由(/api/shutdown、/api/restart)只接受回环地址客户端,拒绝跨域请求,且仅接受 POST。open_web 只打开 http:// / https:// URL。


语言 / Language: English | 中文