Skip to content

Releases: winada82/dsh-telegram-bridge

v0.1.0 — initial release

Choose a tag to compare

@winada82 winada82 released this 18 Aug 12:17

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 by callback_query), /new (fresh conversation), /reset (clear context), /status (bridge health). The full set is registered with Telegram via setMyCommands so the client shows them in the / suggestion menu.
  • Persists a diagnostics file at .tg-bridge-diag.json in the host cwd.

Install

dsh plugin add github:winada82/dsh-telegram-bridge

Then 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.