AnCoSONG/dsh-task-notifier0

@anco-dsh/dsh-task-notifier

DSH 任务完成通知器:在 Agent 每轮完成、子代理结束、Workflow 跑完、目标完成或 Agent 提问时,通过 macOS osascript 发送系统通知。

AI 分析

核心用途是在 macOS 系统上提供 DSH 任务状态的系统级通知。适合需要后台运行任务、希望在任务结束或需要人工介入(如提问、审批)时获得即时提醒的用户。必要条件是运行在 macOS 环境中。

包名
@anco-dsh/dsh-task-notifier
版本
0.1.2
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AnCoSONG/dsh-task-notifier

配置

所有场景默认开启,可通过 profile 的 cordis.patch.yml 按 id 覆盖整行 config:

- id: task-notifier
  config:
    notifyOnTurnEnd: true
    notifyOnSubagentEnd: false
    notifyOnWorkflowEnd: true
    notifyOnGoalComplete: false
    notifyOnQuestion: true