@dsh-electron/dsh-plugin-multi-root-workspace
Multi-root Workspace for DeepSeek Harness: adds N additional roots to the workspace sandbox scope as an out-of-tree bundle
39 results
Multi-root Workspace for DeepSeek Harness: adds N additional roots to the workspace sandbox scope as an out-of-tree bundle
A minimal, extension-first desktop shell for DeepSeek Harness
Custom theme plugin for DeepSeek Harness (deepseek-harness-desktop): per-region color/translucency/brightness tints, ready-made presets, scheme-adaptive tints, and a vividness slider
Desktop (Electron) GUI daemon for DeepSeek Harness: a Cordis host plugin plus a command-line launcher wrapping the existing dsh web UI.
Electron 应用端到端测试:通过 Chrome DevTools Protocol(CDP)连接真实 Electron 渲染器——DOM 检查/JS 求值/点击/截图、DPR 乘数、右键事件真实触发、xterm 布局延迟等坑。受 bholmesdev/hubble.md(test-desktop-app)启发。
Conversation-aware TRAE Bao digital pet for DeepSeek Harness Desktop
macOS (Apple Silicon) desktop shell for the DeepSeek Harness Web GUI — double-click to run, no terminal needed.
Custom background image for the DeepSeek Harness web UI (theme token overlay + settings card)
Adds a "重启Desktop" button beside Settings in the sidebar foot that restarts DSH Desktop.
Fix DSH Desktop copy buttons by bridging clipboard writes to the Electron main process.
Drag a file into the composer to auto-fill its absolute path. Desktop app only (relies on the Electron preload path bridge).
DSH KITT — Spanish-first voice for the DeepSeek Harness web UI: hands-free conversation, push-to-talk (Whisper), read-aloud replies, and a floating overlay window with global hotkeys. · DSH KITT 语音:为 DeepSeek Harness 打造的语音插件——免提对话、按键说话(Whisper)、朗读回复,以及带全局快捷键的悬浮窗;界面支持中文、英文和西班牙语。
Drag local files into DeepSeek Harness Desktop as absolute-path attachment cards without copying them into the workspace
拖入本地文件时,自动把文件在电脑上的绝对路径填入输入框并复制到剪贴板 | Fill a dropped local file's absolute path into the DSH composer
DSH 的安全无感重启:agent 可以自己重启宿主并接着干,但重启前必须过四道闸(重启循环熔断、有别的会话在跑就拒绝、profile bundle 解析不了就拒绝、拿不到可靠的拉起手段就拒绝),重启后原会话自动接续。桌面端走 Electron app.relaunch(),web/CLI 端走 detached helper。