Maple-Bamboo-Team/dsh-plugin-winnotify ↗★ 0
dsh-plugin-winnotify
Windows native notifications for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Maple-Bamboo-Team/dsh-plugin-winnotify说明文档
阅读完整 README ↗配置
在 profile 的 cordis.patch.yml 中配置,例如关闭启动问候和声音:
- id: winnotify
config:
welcome: false
sound: false
welcome、approval、question、error、completed、interrupted 和 sound 默认开启。更多选项见 src/config.ts。