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).
91 results
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).
Desktop (Electron) GUI daemon for DeepSeek Harness: a Cordis host plugin plus a command-line launcher wrapping the existing dsh web UI.
Local service control deck for DeepSeek Harness: a global per-project service registry with port-conflict arbitration, one-click start/stop/restart buttons in the Web UI, start-command normalization across project types, auto-follow of the active session, and 7 agent tools.
发布上线:发布检查清单、灰度、回滚预案、上线后监控。受 addyosmani/agent-skills(88k★ MIT)启发。
A minimal Windows launcher for DeepSeek Harness. It starts the DSH web interface without bundling user data.
OpenRouter image, video, and speech generation as dsh tools, shipped as an out-of-tree profile bundle
Side-chat (旁会话) plugin for DeepSeek Harness: launch a fresh, continuable parallel session from the conversation header while the main session keeps running. · DSH 旁会话插件:主会话进行中也能一键新开一个独立会话并行提问。
DSH 应用启动器:扫描本机已安装的 Windows 应用,在侧边栏设置图标上方提供一键启动(零依赖、纯原生 JS,宿主侧通过 PowerShell 扫描 + Shell 启动)。
Let the agent restart DSH Desktop itself — detached watchdog survives the teardown, relaunches, verifies health
2D Palette Board & Application Drawer for DeepSeek Harness (dsh): a Raycast/Launchpad-style floating application grid, with the paletteHub service open to all client plugins
A DeepSeek Harness Web plugin that runs a user-defined command after the web profile has started successfully.
Restart recovery for dsh web: after a crash/restart, an interrupted agent turn continues automatically (host-side agent/created listener — no browser timing races). Pairs with the dsh-web-guard skill (which auto-relaunches the web process); together they
DSH bundle: re-inject KEY/PASSWORD/SECRET/TOKEN variables from the launching environment into dsh bash subprocesses under their original names
🐳 大肥鱼 — DeepSeek Harness (dsh) launcher: a Windows tray app and a macOS menu-bar app to start/stop the dsh service, summon the web UI, restart and top up — independent of the dsh process. Ships the compiled desktop apps from Releases.
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.
Compile Windows .bat/.cmd launchers into real .exe shells inside DeepSeek Harness: renders the icon, emits the C# wrapper, compiles with csc.exe (or dotnet), and installs Start Menu / Desktop shortcuts.
DSH web plugin: Restart and Shutdown buttons in the sidebar footer. Restart relaunches the `dsh web` server on the same host/port so the tab reconnects itself; Shutdown stops the server to free the terminal and then closes the browser tab.
Generates and installs a verified one-click desktop launcher for DeepSeek Harness on Windows, after checking Node, npx, the desktop folder, and whether the target port is already serving a Harness instance.
DSH 的安全无感重启:agent 可以自己重启宿主并接着干,但重启前必须过四道闸(重启循环熔断、有别的会话在跑就拒绝、profile bundle 解析不了就拒绝、拿不到可靠的拉起手段就拒绝),重启后原会话自动接续。桌面端走 Electron app.relaunch(),web/CLI 端走 detached helper。