Kevin66Z0/dsh-telegram2

@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

AI 分析

核心用途是通过 Telegram 机器人远程控制和交互 DSH 会话。适合需要随时随地通过手机或 IM 软件使用和管理 DSH 服务的用户。

パッケージ
@deepseek-ai/dsh-host-telegram
バージョン
0.1.0-rc.5
ライセンス
MIT
最終更新
2026/08/28

インストール

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

ドキュメント

README 全文を読む ↗

⚙️ Configuration

FieldTypeDefaultMeaning
botTokenstringrequiredBot token; referenced as !!js process.env.TELEGRAM_BOT_TOKEN, injected via env or $DSH_HOME/.env
allowChatIdsnumber[]requiredChats allowed to use the console; empty denies everything (first run logs rejected ids)
proxystringALL_PROXY, then HTTPS_PROXYHTTP 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.