hi-wenw/dsh-telegram-channel4

dsh-telegram-channel

DeepSeek Harness Telegram mobile remote: workspace→session, /last context, /model — dsh-plugin

AI 分析

核心用途是让用户通过手机 Telegram 客户端远程连接并操控电脑端的 DSH 进行对话。适合需要移动端远程办公或交互的用户。需要 Telegram Bot Token 及用户 ID。

パッケージ
dsh-telegram-channel
バージョン
0.3.5
ライセンス
MIT
最終更新
2026/08/14

インストール

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

ドキュメント

README 全文を読む ↗

使用前需要什么

需要说明
DeepSeek Harness(dsh本机已能跑通 dsh web
Node.js跟 Harness 走,建议 ≥22
Telegram Bot Token@BotFather/newbot
数字 User ID@userinfobot
代理(可选)若直连不上 api.telegram.org,需本机 HTTP(S)_PROXY

不需要 Python。


配置

键 / 环境变量含义
token / DSH_TELEGRAM_TOKENBot token
allowedUserIds / DSH_TELEGRAM_ALLOWED_USER_IDS白名单;都空 = 谁都不能用
allowAllUserstrue 仅调试
maxMessageLength默认 4096
pollingTimeoutSec默认 30

若本机用了 HTTP(S)_PROXY 访问 Telegram,插件会自动走代理(无需再设 NODE_USE_ENV_PROXY)。