pitetow/dsh-notify-on-complete4

dsh-notify-on-complete

适用于 DeepSeek Harness 的系统桌面通知插件,在运行完成、模型提问或等待审批时发送通知

AI 分析

核心用途是在后台任务执行完毕、AI 提问或需要人工审批时,向操作系统发送桌面弹窗通知。适合经常挂机运行长任务、需要及时响应 AI 交互的用户。

套件
dsh-notify-on-complete
版本
0.2.0
授權
MIT
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:pitetow/dsh-notify-on-complete

Configuration

Configuration lives in the profile's cordis.patch.yml (the user layer, applied last, wins per row):

profileconfig file path
web (default, dsh web)~/.dsh/profiles/web/cordis.patch.yml
headless (dsh --profile headless)~/.dsh/profiles/headless/cordis.patch.yml
other ``~/.dsh/profiles//cordis.patch.yml

You can also use the home-level $DSH_HOME/cordis.patch.yml (default ~/.dsh/cordis.patch.yml), shared by every profile.

Configure by declaring/overriding the row with id: notify-on-complete. Notes:

  • A later layer replaces the whole config of the same-id row (no per-key deep merge), so either write the full id + name + config, or write only the keys you want to change and let the defaults fill the rest.
  • cordis.patch.yml must be a top-level YAML array (start with -); if you delete everything, write [].

Full example (all fields with defaults):