qschen86/dsh-telegram-bridge0

dsh-telegram-bridge

DSH host plugin: notify via Telegram when a conversation finishes or needs user confirmation (ask_user_question / approvals), and let you reply from Telegram to continue the session.

包名
dsh-telegram-bridge
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

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

配置

首次安装后把 data/config.example.json 复制为 data/config.json 并填写 botToken(@BotFather 创建)与 allowedChats(授权 chat id 列表,空 = 仅本机 管理员账号);也可用环境变量 DSH_TELEGRAM_BOT_TOKEN 提供 token。二者都不填时 插件不激活。