dsh-channel-telegram
Run the following command in DeepSeek Harness:
dsh plugin install LosEcher/dsh-channel-telegram
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install LosEcher/dsh-channel-telegram in the DeepSeek Harness terminal to install this plugin; the source repository is https://github.com/LosEcher/dsh-channel-telegram
About this plugin
DSH agents have historically been confined to local ACP or web sessions, making them hard to reach while away from the desk. dsh-channel-telegram closes that gap with a thin Telegram Bot bridge: it long-polls getUpdates for private-chat messages, maps each chatId to a dedicated DSH agent session, and drives the conversation through the exact same agents.create / agent.followup / agent.whenIdle pipeline used by the ACP bridge. The plugin ships independently and requires no changes to the DSH codebase. Each chat gets its own session and a serial queue so long-running tasks never block the poller; replies longer than 4096 characters are auto-chunked while a typing indicator is sent in the interim. Built-in slash commands (/start, /help, /new, /status) give users a lightweight conversational control surface. Security relies on a chat-ID allowlist as the sole gate: unlisted private chats receive a rejection notice, and group or channel messages are silently ignored. This plugin is ideal for developers who want to invoke DSH agents from their phone on the go, and for ops teams looking to expose a scoped, read-heavy conversation endpoint under a low-permission preset or an isolated DSH profile. Known v1 limitations include no streaming output, no media handling, and in-memory session mapping that resets naturally after a restart.
Use Cases
- Invoke a local DSH agent from a phone via a private Telegram chat for quick code or knowledge queries
- Offer remote teammates a lightweight, allowlist-gated agent conversation endpoint when away from the desk
- Run the plugin under an isolated DSH profile or low-permission preset to safely expose agent capabilities over Telegram
Best For
- Solo developers who want on-the-go access to their DSH agent
- DevOps or platform engineers building a lightweight conversational gateway for small teams
- Users who prefer Telegram as a daily tool entry point and care about strict access control
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.