DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Telegram Channel — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-telegram-channel

Telegram Channel

DeepSeek Harness Telegram mobile remote: workspace→session, /last context, /model — dsh-plugin

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:todayer/todayer-dsh-telegram-channel#e4c995678307202b70e0e7a42dd26e5051c35a2c
READMECompatibilityVersions

Compatibility and provenance

Telegram Channel is published as dsh-telegram-channel and currently resolves to version 0.3.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/24/2026

Versions

0.3.5stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.3.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

DSH Telegram Channel (todayer)

Мобильный Telegram-канал (бот) для DeepSeek Harness (dsh): управляйте локальными сессиями, топиками и медиа прямо из Telegram. Основан на hi-wenw/dsh-telegram-channel и расширен механизмами Telegram-гейта агента Hermes.

Быстрый старт: dsh plugin --profile web add github:todayer/todayer-dsh-telegram-channel


Возможности

  • 🧵 Сессии per chat/topic — каждый топик (форум / DM-topic) = отдельная сессия; ответы бота уходят в ту же ветку.
  • 📌 Топики — message_thread_id, корректная отправка в General (1), createForumTopic/editForumTopic/deleteForumTopic; авто-переименование топика по заголовку сессии.
  • 💬 DM Topics (Bot API 9.4) — топики прямо в личке, каждый = изолированная сессия; лобби-режим корня. (DSH_TELEGRAM_DM_TOPICS)
  • 👥 Гейтинг групп — require_mention, allowed_chats, allowed_topics, free_response_chats/topics, guest_mode, ignored_threads.
  • 🖼 Медиа-вход/выход — приём фото/видео/голосовых/файлов/стикеров; нативная отправка файлов по тегам MEDIA:/путь.
  • ⌨️ Команды — /new /reset /stop /sessions /last /model /status /unbind /help.
  • ✅ Статус-индикатор Online/Offline (setMyShortDescription).
  • 🛡 Фильтр тулов — <tool_calls> не утекают в Telegram.
  • 🔥 Поллинг-устойчивость (конфликт 409 + экспоненциальный backoff).
  • 🔘 Choice/clarify — ask_user_question → инлайн-кнопки (при доступном userQuestions).
  • 🌐 Русский текст всех сообщений бота.

Установка/подключение

Требуются: Node ≥ 22, dsh web с моделью, бот от @BotFather.

# с этой машины (локально)
dsh plugin --profile web add ./dsh-telegram-channel-local

# из репозитория
dsh plugin --profile web add github:todayer/todayer-dsh-telegram-channel
# или tarball
dsh plugin --profile web add ./dsh-telegram-channel-0.3.5.tgz

Настройка (~/.dsh/telegram.env)

# обязательные
DSH_TELEGRAM_TOKEN=123456789:AA...            # от @BotFather
DSH_TELEGRAM_ALLOWED_USER_IDS=123456789        # ваш user id (от @userinfobot)

# опционально — топики/группы
DSH_TELEGRAM_REQUIRE_MENTION=false
DSH_TELEGRAM_ALLOWED_CHATS=
DSH_TELEGRAM_ALLOWED_TOPICS=
DSH_TELEGRAM_FREE_RESPONSE_CHATS=
DSH_TELEGRAM_FREE_RESPONSE_TOPICS=
DSH_TELEGRAM_GUEST_MODE=false
DSH_TELEGRAM_IGNORED_THREADS=

# топики в личке (JSON)
DSH_TELEGRAM_DM_TOPICS=[{"chatId":1212123,"topics":[{"name":"Общее"}]}]

# статус-индикатор
DSH_TELEGRAM_STATUS_INDICATOR=1
DSH_TELEGRAM_STATUS_ONLINE=🟢 Online
DSH_TELEGRAM_STATUS_OFFLINE=🔴 Offline

Пропишите в EnvironmentFile сервиса dsh.service и перезапустите:

sudo systemctl restart dsh.service

Команды бота

КомандаНазначение
/startСправка
/sessionsСписок сессий по рабочим областям + прикрепление
/newСоздать новую сессию (force-new)
/resetАлиас /new
/lastПрошлый диалог привязанной сессии
/modelСменить модель
/statusТекущая привязка
/stopОстановить и отвязать
/unbindОтвязаться (без удаления)
/helpПолный список

Структура

lib/
  bridge.js      — основная логика (обработка сообщений, топики, сессии, команды)
  client.js      — Telegram Bot API клиент (поллинг, файлы, топики)
  catalog.js     — каталог сессий/рабочих областей
  commands.js    — команды и сообщения
  format.js      — форматирование/очистка (в т.ч. stripToolCalls)
  history.js     — «прошлый диалог»
  index.js       — регистрация плагина (Config/inject)
  ...

Лицензия

MIT

Оригинал

Основано на hi-wenw/dsh-telegram-channel. Механика расширена по мотивам Telegram-гейта Hermes Agent.