Tenold-a/dsh-notice0

dsh-notice

Windows system notification for the DeepSeek Harness when a session turn completes

包名
dsh-notice
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

第二步:一键配置

powershell -ExecutionPolicy Bypass -File .\setup.ps1

这一步会自动完成三件事:

  1. 把插件 dsh-notice.mjs 与兜底脚本 show-toast.ps1 复制到 ~/.dsh/profiles/web/plugins/,并在该 profile 的 cordis.patch.yml 中注册;
  2. 把托盘程序写入开机启动(HKCU\...\CurrentVersion\Run);
  3. 立刻启动托盘程序。

配置成功后,任务栏右下角会出现一个蓝色铃铛图标,并弹出一条「通知服务已启动」的气泡。

配置

插件配置位于 profile 的 cordis.patch.yml

默认值说明
enabledtrue总开关
onlyTopLeveltrue只提示顶层会话,跳过子代理 / fork
title"DeepSeek Harness"通知标题
cooldownMs0两次提示的最小间隔
triggerDir%APPDATA%\dsh-notice\triggers触发文件目录(与托盘程序一致)
notifyCompletetrue是否在对话完成时提醒
completeMessage"会话已完成"完成提醒的正文
includeTitletrue完成提醒是否拼接会话标题
skipReasons["interrupted", "aborted"]视为「非完成」的结束原因
notifyApprovaltrue是否在等待授权时提醒
approvalMessage"需要你允许执行操作"授权提醒的正文
notifyQuestiontrue是否在等待回答时提醒
questionMessage"需要你回答一个问题"提问提醒的正文