nickhelion/dsh-serverchan-notify ↗★ 0
dsh-serverchan-notify
DeepSeek Harness 插件,在 Agent 回合结束输出回答时,通过 Server酱 (ServerChan3) 推送消息通知。
AI 分析
核心用途是实现 Agent 任务完成或出错时的即时消息推送。适合需要通过 Server 酱接收手机端通知提醒的用户,需配置 SendKey。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nickhelion/dsh-serverchan-notify说明文档
阅读完整 README ↗Configuration
| Key | Default | Description |
|---|---|---|
sendkey | — | Inline key (overridden by the SERVERCHAN_SENDKEY env var) |
sendkeyFile | $DSH_HOME/secrets/serverchan_sendkey | Path to a key file; ~ is expanded |
reasons | [completed, blocked, error, max-tokens, aborted] | Which turn/end reasons trigger a push (interrupted is never pushed) |
notifySubagents | false | Also push subagent sessions (off by default to avoid spam) |
timeoutMs | 8000 | HTTP timeout in milliseconds |
maxResponseChars | 16000 | Reply excerpt truncation length |
disabled | false | Disable without removing the row (no key read, no subscription) |