其他
完整应用
deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
DeepSeek Harness (DSH) Web GUI 的小工具插件:右下角悬浮「⚡」打开提示词模板库(一键填入输入框、可增删模板);agent 任务完成/出错时页面右上角弹 toast,同时发 macOS / Linux 系统原生通知。不修改任何 DSH 源码,卸载即完全还原。
agent/status(running → idle)与 agent/error,完成/出错事件写入内存环形缓冲,前端每 2.5s 轮询 /dsh-toolbox/events 弹 toast;宿主同时调用 osascript(macOS)/ notify-send(Linux)发系统通知。dsh plugin --profile web add github:Mryuanliu/dsh-prompt-presets
dsh web # 重启 DSH 生效
打开 dsh web 页面,右下角出现「⚡」按钮即安装成功。
~/.dsh/dsh-toolbox.json,可手动编辑(重启后生效)。DSH_TOOLBOX_DATA_DIR 指定其他目录。osascript(系统自带);Linux 需要 notify-send(libnotify),缺失时自动跳过、只保留页面 toast。agent/status 包含子 agent 的状态切换,理论上子任务结束也会提醒;已对同一会话做 1s 防抖。dsh web 重启后清空;前端只在页面打开时轮询。bundle/host.js(宿主,ESM)与 bundle/client.js(浏览器,window.__ModuleLoader__.load 格式),改完重启 dsh web 生效。link: 安装指向本目录,改动无需重装。dsh plugin --profile web remove dsh-prompt-presets,重启后页面完全还原。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。