nickhelion/dsh-plugins--packages-serverchan-notify0

dsh-serverchan-notify

DeepSeek Harness 插件,在 Agent 回合结束输出回答时,通过 Server酱 (ServerChan3) 推送消息通知。

AI 分析

核心用途是实现 Agent 回答完成后的即时消息推送。适合需要离开屏幕、通过手机微信等渠道接收任务结束或报错提醒的用户。

套件
dsh-serverchan-notify
版本
1.0.1
授權
MIT
最近更新
2026年8月21日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nickhelion/dsh-plugins#bacabf61cda5f40b6db8e5f4642ac0ca142f1fa4&path:packages/serverchan-notify

Configuration

KeyDefaultDescription
sendkeyInline key (overridden by the SERVERCHAN_SENDKEY env var)
sendkeyFile$DSH_HOME/secrets/serverchan_sendkeyPath to a key file; ~ is expanded
reasons[completed, blocked, error, max-tokens, aborted]Which turn/end reasons trigger a push (interrupted is never pushed)
notifySubagentsfalseAlso push subagent sessions (off by default to avoid spam)
timeoutMs8000HTTP timeout in milliseconds
maxResponseChars16000Reply excerpt truncation length
disabledfalseDisable without removing the row (no key read, no subscription)