dsh-tray-notify
DSH → 托盘通知:agent 停顿 / 提问 / 计划审批 / 授权时调用 notify-sender.py 弹窗(--source dsh,托盘按蓝色主题区分于 Claude Code)。纯 node 侧插件。
AI Analysis
适合需要后台运行 DSH 任务并及时接收状态提醒的用户。必要条件是系统 PATH 中需有 Python 环境以调用通知脚本。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
默认值已可移植(不依赖作者机器):
| 键 | 默认值 | 覆盖方式 |
|---|---|---|
pythonw | pythonw(从 PATH 解析) | 环境变量 DSH_TRAY_NOTIFY_PYTHONW,或 cordis.patch.yml 传入 config |
sender | ~/.claude/notify-sender.py(用 homedir() 拼接) | 环境变量 DSH_TRAY_NOTIFY_SENDER,或 cordis.patch.yml 传入 config |
title | DSH | cordis.patch.yml 传入 config |
pythonw 需在 PATH 上(Windows Python 安装默认满足);若你的 Python 不在 PATH,
用环境变量或 config 指定绝对路径即可。通知即发即弃,失败只记 warn,不影响 agent loop。