AnCoSONG/dsh-task-notifier0

@anco-dsh/dsh-task-notifier

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

AI Analysis

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

Package
@anco-dsh/dsh-task-notifier
Version
0.1.2
Last updated
Aug 15, 2026

Install

$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