omdsh-dev/dsh-notification55

dsh-notification

Browser desktop notifications when the DeepSeek Harness finishes a turn: configurable per-outcome toggles and include/exclude keyword rules, shown through the browser Notification API.

AI 分析

在 DSH 完成一轮对话或任务时,通过浏览器 API 发送系统级桌面通知。适合运行耗时任务(如长代码生成或复杂推理)时,需要切到其他窗口工作的用户。

パッケージ
dsh-notification
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-notification

ドキュメント

README 全文を読む ↗

Configuration

Host-side tunables live on the plugin row in cordis.yml:

- id: dsh-notification
  name: dsh-notification
  config:
    maxBodyChars: 400      # projection body budget; longer replies are ellipsized host-side