@anestis271/dsh-desktop
Cross-platform desktop shell for DeepSeek Harness
11 results
Cross-platform desktop shell for DeepSeek Harness
Clean desktop shell for DeepSeek Harness (DSH) as a DSH plugin — wraps your web profile in a native window, tray-managed backend, offline auto-reconnect, zero visual changes. DSH 插件形态的纯净桌面壳:复用现有 web profile,托盘管理后端,零视觉改造。
DSH plugin: electrical & electronics problem solving
DSH PCB parts search tool — search IC/electronic components from eda.cn by keyword for EDA/PCB design
Electron desktop mode bundle for the DeepSeek Harness Web profile
A minimal, extension-first desktop shell for DeepSeek Harness
Electron 应用端到端测试:通过 Chrome DevTools Protocol(CDP)连接真实 Electron 渲染器——DOM 检查/JS 求值/点击/截图、DPR 乘数、右键事件真实触发、xterm 布局延迟等坑。受 bholmesdev/hubble.md(test-desktop-app)启发。
Fix DSH Desktop copy buttons by bridging clipboard writes to the Electron main process.
出汗电解质
Drag local files into DeepSeek Harness Desktop as absolute-path attachment cards without copying them into the workspace
DSH 的安全无感重启:agent 可以自己重启宿主并接着干,但重启前必须过四道闸(重启循环熔断、有别的会话在跑就拒绝、profile bundle 解析不了就拒绝、拿不到可靠的拉起手段就拒绝),重启后原会话自动接续。桌面端走 Electron app.relaunch(),web/CLI 端走 detached helper。