Перейти к основному содержимому

Плагины

Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.

Найдено плагинов: 119

Q

dsh-newbe-plugins

qiqiangvae/dsh-newbe-plugins

DeepSeek Harness (DSH) web plugin: per-turn response window. Each turn's tool calls collapse into ONE always-expanded bounded slide (configurable N-line window, inner scroll, nothing hidden), and long assistant markdown gets a bounded scroll window too —

08 дней назадИнструменты и функцииMIT
A

dsh-reasoning-only-guard

apex-mochen/dsh-reasoning-only-guard

Keeps one reasoning-only turn from making an entire session unusable. When a turn produces no visible text and no tool call, the assistant message is persisted empty, the gateway then rejects every later request in that session with 'content or tool_calls must be set', and the session is dead with no way back through chat. This plugin registers a single llm/stream waterfall listener and, only when the turn carried nothing visible, injects a small text block immediately before the terminal finish, so the persisted message is never empty. Ships the fixture DSH's own mock cannot express (a strictly reasoning-only SSE server, since llm-mock-server forbids an empty successText and always appends text after reasoning), plus an end-to-end reproduction that replays a real persisted session through DSH's own serializeMessages. Preventive, not a repair. Zero dependencies, one file, no process or filesystem access.

06 дней назадСеансы и сообщенияMIT
W

dsh-minimal-transcript

wzh0718/dsh-minimal-transcript

Minimal DSH Web transcript toggle: hide thinking, tool-call, and turn-process rows from the session header while preserving assistant answer text.

011 дней назадУлучшения UI
A

dsh-callout

aafff623/dsh-callout

GitHub-style alert cards for DSH assistant Markdown: a qualifying `> [!NOTE]`, TIP, IMPORTANT, WARNING, or CAUTION blockquote becomes a theme-aware card. Stored session content is left unchanged.

012 дней назадУлучшения UIMIT
F

dsh-mail-assistant

freedomkk-qfeng/dsh-mail-assistant

Standards-based IMAP/SMTP mail assistant for DeepSeek Harness with explicit read/send controls and approval-aware delivery

015 дней назадИнструменты и функцииMIT
C

dsh-plugin-dev-assistant

codedice1024/dsh-plugin-dev-assistant

DSH 插件开发助手:对话式引导,从零开始创建、测试、发布 DSH 插件

017 дней назадРазработка и инструменты плагинов
E

dsh-subagent-progress

edgeseeker7/dsh-subagent-progress

Live subagent progress dock for DeepSeek Harness: folds each child session's events into a subagentProgress projection (turn/step, last tool, latest assistant preview, notify_user updates) and renders a frosted-glass status dock above the parent conversat

010 дней назадСеансы и сообщенияMIT
F

novelassist-dsh

fenghuolinshan/novelassist-dsh

NovelCraft autonomous writing assistant for DeepSeek Harness

013 дней назадИнструменты и функцииMIT
Z

request-frame-preview

zampie/request-frame-preview

Session-header button that previews and downloads the exact request frame DeepSeek Harness sends to the model: the full system prompt, the declared tools array, and the wire message array (system/user/assistant/tool-result) rebuilt from the session log via the same folds the agent loop reads.

014 дней назадРазработка и инструменты плагиновMIT
W

dsh-plugins (dsh-wx-push)

wwweljf/dsh-plugins

Auto-send every DSH turn result to WeChat: listens for task completion, extracts the final assistant message and pushes it raw via the WeChat iLink bot (real delivery check, never fake success). Requires the wechat-acp daemon, a separately installed process you log into WeChat with.

028 дней назадПроцессы и автоматизацияMIT
A

dsh-smart-reminder

a792883583/dsh-smart-reminder

Smart calendar and checklist assistant with lunar dates, macOS/Windows native notifications, and WeCom push.

04 дня назадИнтеграции и удалённый доступMIT
K

dsh-kitt-voice

kittcat-lab/dsh-kitt-voice

Voice for the DeepSeek Harness: speak to the agent, hear it back, and see what it is doing from a floating window that stays on top of whatever you are running.

016 дней назадЗрение, голос и мультимодальностьMIT
X

dsh-ballast

xswt442-cmd/dsh-ballast

Context-window attribution for DSH Web: a Mini Utility Dock panel that ranks the user messages, assistant turns, reasoning blocks and tool results of a session by the tokens each one occupies, so it is clear which entries hold the window. It also shows the share by entry type, the heaviest entries across the live sessions of the host, and, where the host provides them, provider usage and the estimated system/tools/messages composition. The panel is read-only: it does not estimate cost, modify a session, or trigger compaction.

0вчераРазработка и инструменты плагиновMIT
F

dsh-workspace-prompts

fayelin12/dsh-workspace-prompts

Per-workspace custom system prompts for DeepSeek Harness (DSH): set one active prompt per workspace, captured into a session at creation time, editable from a session-header dialog. 给 DeepSeek Harness 的「工作区自定义提示词」插件:每个工作区一条生效提示词,新建会话时固化注入,会话头部弹窗增删改查。

016 дней назадСеансы и сообщенияMIT
S

dsh-voice-control

sucriss/dsh-voice-control

Voice control for the DSH web composer: push-to-talk speech-to-text into the input box (with optional auto-send), spoken playback of assistant replies via the Web Speech API, right-click settings popover, and a global Ctrl+M hotkey.

020 дней назадЗрение, голос и мультимодальностьMIT
W

dsh-handoff-button

whites18/dsh-handoff-button

Adds a handoff button to every assistant message that writes an LLM-summarized handoff document of the current conversation into the workspace handoff/ directory.

012 дней назадСеансы и сообщенияMIT
W

dsh-xia-plugins (client-game-assistant)

w4xxx/dsh-xia-plugins

Sakura theme, companion notifications (approval/job/answer), message read-aloud, and voice settings for the DSH web GUI.

021 день назадТемы и оформлениеMIT
N

dsh-llm-assistant

noirbright/dsh-llm-assistant

Resident Web overlay seat with its own assistant session: chat, images, reminders, a duty heartbeat, and on-demand read-only task reference.

0в прошлом месяцеУлучшения UI
M

side-chat

minwoogwak99/side-chat

Web side-chat plugin: select a passage of an assistant message, ask follow-up questions in a right-side panel backed by a fresh side session

025 дней назадУлучшения UIMIT
H

dingtalk-dsh-assistant

hiq-ai/dingtalk-dsh-assistant

在 DeepSeek Harness 中运行的钉钉群聊个人助理与任务看板

025 дней назадИнструменты и функции
P

dsh-shop-assistant

pengzhou267-ai/dsh-shop-assistant

Ecommerce operator workbench: CSV batch preview with marketplace column adapters, reproducible profit/six-dimension scoring, public product-page snapshots, Chinese skills, and a replaceable store-policy KB.

0в прошлом месяцеИнструменты и функцииMIT
S

dsh-desktop

s3yf1337/dsh-desktop

Desktop profile for dsh: native Tauri window over the harness web surface with tray, native notifications, a file-manager panel, and one-click updates.

0в прошлом месяцеУлучшения UIMIT
S

clippy-harness (plugin)

sjh9714/clippy-harness

Скрепыш вернулся, и на этот раз он действительно может помочь. Офисный питомец-ассистент, реагирующий на реальное состояние агента: подпрыгивает по завершении хода и открывает классический диалог «недопустимая операция» при сбое хода.

0в прошлом месяцеДля удовольствияMIT