qschen86/dsh-telegram-bridge ↗★ 0
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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qschen86/dsh-telegram-bridge说明文档
阅读完整 README ↗配置
首次安装后把 data/config.example.json 复制为 data/config.json 并填写
botToken(@BotFather 创建)与 allowedChats(授权 chat id 列表,空 = 仅本机
管理员账号);也可用环境变量 DSH_TELEGRAM_BOT_TOKEN 提供 token。二者都不填时
插件不激活。