relay-dsh-plugin-workbench
Extensible workbench shell for DeepSeek Harness with generic side and bottom view registration.
159 results
Extensible workbench shell for DeepSeek Harness with generic side and bottom view registration.
Terminals view tab for the DSH web UI: live count of background shells/subagents per session, Chinese purpose titles, collapsible command bodies with streaming output, and one-click kill
Shell command cards (bash / pwsh) for the DSH web UI: fully custom React-rendered tool cards replacing the official terminal tool rows — status dot, cwd, error pill, copy command/output, numbered command + scrollable output.
DeepSeek Harness (dsh) Windows 环境防坑插件:两个防坑 skill(windows-enc/windows-sys:编码/转义/路径/进程/乱码预防规则)+ 三层主动防护(pwsh 结果乱码检测提示、危险写命令拦截、windows_encode_detect/fix 编码诊断修复工具)。零运行时依赖,零构建。
终端面板:在当前工作区敲命令、看实时输出,多标签页、Tab 补全、Ctrl+C 中断。Terminal panel for DeepSeek Harness: run commands with streaming output, tabs, completion.
DSH 应用启动器:扫描本机已安装的 Windows 应用,在侧边栏设置图标上方提供一键启动(零依赖、纯原生 JS,宿主侧通过 PowerShell 扫描 + Shell 启动)。
Desktop alerts for DeepSeek agent states: browser Windows notifications plus PowerShell sounds.
DSH Web 终端插件:右侧 8 列做上下 8/2 分区,下方 2 为系统交互终端(node-pty PTY + xterm.js),底部 iOS 风格透明横杠呼出,可拖拽调高、多标签、挂起/关闭。Host 侧 node-pty 起 $SHELL,经 WebSocket 双向流式;浏览器侧挂 xterm.js。发现入口:GitHub `dsh-plugin` 主题。
A canvas sprite-sheet pet that follows the pointer, rendered in the dsh web shell.overlay slot.
DeepSeek Harness plugin: a deployment deny list of filesystem roots the model may never touch - fences read, write, search, and shell tool calls at tools/pre-execute
在 dsh Web 界面提供启动、退出与重新启动控制,并提供 Windows 前台启动器;WebUI 就绪后最小化终端
DSH plugin: render every subagent as a clickable card in the main conversation that opens the child as an ordinary session — OpenCode-style subagent visibility, without re-rendering the shell's session view.
A Go + WebView2 desktop shell for the DeepSeek Harness Web UI (dsh web). Prebuilt Windows x64 binary bundled in the package; no install script and no runtime download needed.
DeepSeek Harness global account-balance card: live session/job status plus GLM / KIMI quota windows and OpenRouter / DeepSeek balances, pinned to the shell overlay bottom-right
Remote SSH terminal for the DeepSeek Harness web UI: main-area terminal tab, dangerous-command guard (open/guarded/locked), confirmation workflow, and model tools (netshell_servers / netshell_run). Passwords live in the DSH encrypted credential store and never pass through AI sessions.
Shared LLM Providers settings shell, card order, and picker sort for DeepSeek Harness plugins
DSH 危险命令守卫:通过 tools/pre-execute 门禁拦截 bash/pwsh 高危命令(rm -rf /、mkfs、dd 写设备、管道执行脚本、git push --force 等),支持分级策略(极高危始终拒绝 / 中危跟随全局 deny/ask/log)、用户自定义规则与白名单。
Durable conversational and Web-managed scheduled Agent, shell, and system-notification tasks for DeepSeek Harness.
Inject a neofetch-like device info block (host, OS, kernel, arch, CPU, memory, uptime, timezone, locale, shell, node) into each brand-new DeepSeek Harness session once; existing sessions are untouched.
Restyle pwsh tool-call cards in DSH session replies (CSS-injection + optional DOM decoration), modeled on dsh-file-mentions
对话流实时任务进度:后台任务(pwsh/bash/subagent 等 run_in_background)显示状态、耗时、进度条、预计剩余时间与停止按钮;非消费式 jobs.get 跟踪,模型 job_output 不受影响。
DSH 权限预设 workspace-write++:工作区内写文件,可在设置里配置放行 Git Bash / PowerShell 等进程沙箱(修复 Windows ACL 下 MSYS 内存映射错误)。
xmap Excel schema-map tools for DeepSeek Harness — peek/extract/verify/aggregate large Excel sheets with a reusable column-mapping spec library. 模型只写一份几百字节的列映射 spec,引擎用 Excel COM 在模型上下文之外把整张表读成 JSONL。
Prompt history navigation for DeepSeek Harness (dsh) web: browse previously submitted prompts in the conversation composer with the Up/Down arrow keys, shell-style.