jackControls/dsh-telegram-control0

dsh-telegram-control

Remote-control plugin for DeepSeek Harness (dsh): drive agents, jobs and status from a Telegram bot

包名
dsh-telegram-control
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jackControls/dsh-telegram-control

Configuration

Config keyEnv fallbackDefaultMeaning
tokenDSH_TELEGRAM_TOKEN— (required)Telegram bot token.
allowedChatIdsDSH_TELEGRAM_ALLOWED_CHATS[] (deny all)Authorized chat ids. Note: schemastery validates a missing array to [], so an empty/absent allowlist always falls back to the environment.
apiBasehttps://api.telegram.orgBot API base (useful for proxies and tests).
defaultAgentIdnoneSession id plain messages target when the chat has no /agent selection.
pollTimeoutSec50Long-poll getUpdates timeout (Telegram accepts up to 50).
replyTimeoutMs600000 (10 min)Max wait for an agent reply before flushing partial output with a note.
showToolCallsfalseEmit one-line 🔧 notices while a reply is pending.
maxMessageChars4000Per-message character cap before Telegram-side splitting.