Uknown-wang/dsh-approval-notify ↗★ 0
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
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Uknown-wang/dsh-approval-notify说明文档
阅读完整 README ↗配置 / Config
| 项 | 默认 | 说明 |
|---|---|---|
dedupeMs | 1500 | 同一会话的去重窗口(毫秒) |
sound | ms-winsoundevent:Notification.Default | Windows 通知音事件名;置 null 静音(仍弹 toast) |
launchUrl | 环境变量 DSH_WEB_URL | 点击通知跳转的地址;置 null 关闭跳转 |
titlePrefix | 需要提权审批 | 通知标题前缀(可改为英文等) |
disabled | false | 置 true 临时停用 |
appId / powershell | PowerShell 经典 toast AppId / powershell.exe | 高级项,一般无需改动 |
注意:DSH 组合补丁按行整段替换 config(不深合并),覆盖配置时请重写完整字段。