Uknown-wang/dsh-approval-notify0

dsh-approval-notify

DeepSeek Harness plugin: Windows toast notification with sound when a session requests elevation approval — shows which session, why, and what is being elevated

包名
dsh-approval-notify
版本
1.0.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Uknown-wang/dsh-approval-notify

配置 / Config

默认说明
dedupeMs1500同一会话的去重窗口(毫秒)
soundms-winsoundevent:Notification.DefaultWindows 通知音事件名;置 null 静音(仍弹 toast)
launchUrl环境变量 DSH_WEB_URL点击通知跳转的地址;置 null 关闭跳转
titlePrefix需要提权审批通知标题前缀(可改为英文等)
disabledfalsetrue 临时停用
appId / powershellPowerShell 经典 toast AppId / powershell.exe高级项,一般无需改动

注意:DSH 组合补丁按行整段替换 config(不深合并),覆盖配置时请重写完整字段。