DeepSeek Harness 插件

dsh-chrome-app-launcher

DeepSeek Harness plugin: creates a Windows desktop shortcut that launches dsh web in a Chrome app-mode window (auto-detects Chrome, waits for the port, no duplicate windows).(英文原文)

跳到安装方式

来源信息

GitHub 仓库
SchrodiL/dsh-chrome-app-launcher
最近更新
2026年8月20日
分类
插件开发工具
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/SchrodiL/dsh-chrome-app-launcher
插件名:dsh-chrome-app-launcher
作者:SchrodiL

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器2 个文件
README.md来源说明 · 只读预览

dsh-chrome-app-launcher

A DeepSeek Harness plugin that creates a Windows desktop shortcut which launches dsh web in a Chrome app-mode window (no address bar / no tabs).

What it does

On every boot (Windows only), the plugin:

1. Writes a small launcher .bat into %LOCALAPPDATA%\dsh-chrome-app-launcher\launch-dsh.bat 2. Creates a Desktop shortcut DeepSeek Harness.lnk pointing at it

Double-clicking the shortcut:

  • auto-detects Chrome (registry App Paths first, then common paths, then Edge as fallback)
  • starts dsh web --no-open in the background
  • waits for the port to become ready
  • opens the Web GUI in a Chrome app-mode window (with a fresh --user-data-dir so it is a real standalone app window even when Chrome is already running)
  • closing that terminal window stops the service

Configuration

Configure via settings.yaml (or the bundle patch):

chrome-app-launcher:
  shortcutName: DeepSeek Harness   # shortcut label
  port: 3080                       # dsh web port

Platform

Windows only (win32). On other platforms the plugin is a no-op.

License

MIT