@deepseek-ai/dsh-host-telegram
Telegram remote-control surface for dsh sessions: whitelisted chats list, read, prompt, and stop dsh sessions through the host ApiProxy
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kevin66Z0/dsh-telegram说明文档
阅读完整 README ↗⚙️ Configuration
| Field | Type | Default | Meaning |
|---|---|---|---|
botToken | string | required | Bot token; referenced as !!js process.env.TELEGRAM_BOT_TOKEN, injected via env or $DSH_HOME/.env |
allowChatIds | number[] | required | Chats allowed to use the console; empty denies everything (first run logs rejected ids) |
proxy | string | ALL_PROXY, then HTTPS_PROXY | HTTP CONNECT proxy for Telegram API traffic |
The plugin registers the telegram settings namespace: fields in $DSH_HOME/settings.yaml
(or the Web settings page, Plugins → Telegram) override the composition row and rebuild the
bot session without a restart.