sazzadurrahmaan/dsh-telegram ↗★ 0
dsh-telegram
Telegram channel for DeepSeek Harness — chat with your agent from Telegram, with a deny-by-default allowlist and in-chat tool approval.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
token | $DSH_TELEGRAM_TOKEN | Bot token from @BotFather |
allowedUserIds | $DSH_TELEGRAM_ALLOWED_USER_IDS, else [] | Numeric ids allowed to talk to the agent |
cwd | harness default | Working directory for Telegram sessions |
showToolActivity | true | Post a line to the chat when a tool runs |
allowDestructiveTools | false | Skip the approval prompt entirely |
gatedTools | shell and edit tools | Tools that require approval |
approvalTimeoutSec | 120 | An unanswered approval denies after this |
pollTimeoutSec | 30 | Long-poll timeout for getUpdates |