deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:V-Reason/dsh-task-notify
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DSH(DeepSeek Harness)Web 插件:Agent / 子代理 / 工作流任务完成时,弹出真正的 Windows 系统通知(带提示音与 DeepSeek 图标),可选 PushPlus 微信推送。浏览器关闭也能收到。
task-notify 命名空间),重启不丢;DSH Web(profile 插件机制),Windows 10/11;
PowerShell 7(pwsh)与 BurntToast 模块:
Install-Module BurntToast -Scope CurrentUser
在 profile 的 package.json 中 dependencies 增加:
"dsh-task-notify": "file:<本仓库路径>"
在 dsh.profile.bundles 数组末尾追加 "dsh-task-notify";
在 profile 目录执行 pnpm install,重启 DSH。
宿主行由本包自带的 bundle 补丁(
cordis.patch.yml)注入,不要再写入 profile 的cordis.patch.yml,否则启动报duplicate loader entry id: dsh-task-notify。
node build.mjs
# pnpm 对 file: 依赖按内容拷贝,改完后同步到 profile 再刷新页面 / 重启:
Copy-Item lib\*.js <profile>\node_modules\dsh-task-notify\lib\ -Force
Copy-Item deepseek.png <profile>\node_modules\dsh-task-notify\ -Force
说明:构建使用 DeepSeek Harness 自带的 esbuild 与 vendored schemastery/cosmokit(@deepseek-ai/dsh-* 保持外部引用);harness 不在默认路径时用环境变量指定:
$env:DSH_HARNESS = 'D:\path\to\deepseek-harness'
wire 编解码为手写严格 schema,无额外运行时依赖。
MIT
图标 deepseek.png 由 DeepSeek 品牌标识(deepseek.svg)转出,仅用作应用图标。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。