First stable release of winada-dsh-telegram-bridge.
What is this
A DeepSeek Harness profile bundle that ships the Telegram ↔ DSH bridge as a model-callable install tool. After dsh plugin add the model gains an install_telegram_bridge tool that registers and starts the bridge in the current session — token and chat allowlist are supplied at install time, never bundled.
What the bridge does
- Long-polls the Telegram Bot API and routes incoming chat messages to a DSH sub-agent.
- Sends the agent reply back to the originating chat with a live status indicator (typing action + editable "⏳ Processing…" message with elapsed time and last observed tool action).
- Adds
/model(interactive inline-keyboard provider/model picker driven bycallback_query),/new(fresh conversation),/reset(clear context),/status(bridge health). The full set is registered with Telegram viasetMyCommandsso the client shows them in the/suggestion menu. - Persists a diagnostics file at
.tg-bridge-diag.jsonin the host cwd.
Install
dsh plugin add github:winada82/dsh-telegram-bridgeThen in any DSH session ask the model to install the bridge with your bot token and chat id.
See the README for full configuration, sandbox-policy requirements, and limitations.