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. 8. 28.

설치

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

⚙️ 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.