Kevin87654/dsh-away-notify ↗★ 0
dsh-away-notify
DeepSeek Harness 插件:当任务完成且你不在 DSH 界面时,发送 Windows 系统通知(右下角 Toast)
AI 分析
核心用途是在 AI 任务执行完毕且浏览器处于后台时发送系统弹窗提醒。适合运行耗时较长的重度任务、需要挂机等待结果的 Windows 用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kevin87654/dsh-away-notify说明文档
阅读完整 README ↗配置
配置保存在 ~/.dsh/plugins/away-notify.json(默认值如下):
{
"enabled": true,
"includeSubagents": false
}
| 配置 | 默认 | 说明 |
|---|---|---|
enabled | true | 总开关。关闭后不再弹任何通知 |
includeSubagents | false | 是否也提醒子代理(subagent)会话;默认只提醒主会话 |
也可通过设置卡片里的开关直接切换(会写回该文件)。