DSH Plugins Marketplace
7,148 plugins indexed · 5,699 installable · 18,279 versions tracked
207 plugins
Splits the DeepSeek Harness sidebar into independently scrollable Pinned and Recents panes, and hides pinned sessions from Recents.
★ 0
dsh plugin --profile web add dsh-codex-pinsShare a selected chat segment as Markdown, HTML, or plain text; Header button, sidebar ... menu, and /share command.
★ 0
dsh plugin --profile web add dsh-chat-shareFull-featured record & replay for DSH (works on Windows) from the huahua plugin series: replay every auto-recorded session as a readable timeline, export/import shareable replay packs, re-run conversa
★ 0
dsh plugin --profile web add dsh-record-replayby Heeweelee
DeepSeek Harness plugin: input-box history recall (Up/Down) and right-click archive for workspace sessions
★ 0
MIT
JavaScript
Sep 5, 2026
dsh plugin --profile web add @heeweelee/dsh-session-pluginGroup chat rooms for DSH sessions with explicit @mentions, cold-session wake-up delivery, and optional cross-host transport through dsh-weave.
★ 0
dsh plugin --profile web add dsh-chatSettings section for archived sessions: browse by workspace, search, batch unarchive with the sidebar updating live, and optional auto-archive rules (idle days, keep-last-N per workspace) with a dry-r
★ 0
dsh plugin --profile web add dsh-plugin-archive-managerExport the current DSH conversation, or selected turns, as clean readable Markdown.
★ 0
↓ 114/wk
dsh plugin --profile web add dsh-conversation-exporterRecover deleted or corrupted dsh sessions (session.jsonl.zstd) and memory (memory.db) from the raw disk, and repair rebuilt sessions that fail to resume via the /session-repair command in the web UI.
★ 0
dsh plugin --profile web add dsh-session-recoveryMinimal-compatible first turn for Web root sessions: starts with persistent bash and str_replace_editor, removes automatic workspace and skill context, then restores the selected preset after the firs
★ 0
dsh plugin --profile web add dsh-minimal-first-turnPer-session status labels (built-in active/done/paused plus custom) shown in the sidebar, conversation header, and hover card, with editable colors.
★ 0
↓ 60/wk
dsh plugin --profile web add dsh-session-statusAuto-resume for interrupted agent sessions: an ordered rule table routes by failure type (rate limit, quota, auth, context overflow, crashed orphan) to automatic backoff retry, model switch, resume af
★ 0
dsh plugin --profile web add @weibaohui/dsh-continueby seeingrain
会话内待办事项:DSH 悬浮待办面板 + 服务器端跨端存储 + 会话列表未完成图标
★ 0
MIT
JavaScript
Sep 12, 2026
dsh plugin --profile web add dsh-session-todosAuto-wakes the main agent after a DSH service restart: compares last-run timestamps, posts a recovery notice with humanized downtime, and delivers it so interrupted work picks itself back up. Runs on
★ 0
dsh plugin --profile web add dsh-resume-on-restartby heartmove
DSH 插件,让当前代理直接从提示词驱动其它真实 DSH 会话——创建/发送/等待回复/读取/恢复/跨工作区查找会话,并支持监控调度主任务与归档会话。A DSH plugin that lets the agent drive other real DSH sessions straight from a prompt — create, send, wait, read, resume, an
★ 0
TypeScript
Sep 10, 2026
dsh plugin --profile web add dsh-session-bridgeCross-session reference (mention) plugin — paste @[label](dsh-session:…) into any session, including one in another workspace, and the host injects the referenced session snapshot for the model to rea
★ 0
dsh plugin --profile web add dsh-session-refRead-only side-by-side comparison of related DeepSeek Harness conversation histories, including messages, tool calls, responses, timing, and usage.
★ 0
dsh plugin --profile web add dsh-fork-diffProvides Codex-style session message folding for DeepSeek Harness.
★ 0
dsh plugin --profile web add dsh-message-foldNeutralize tool calls with invalid JSON arguments on the wire so one malformed model generation cannot brick a session against strict OpenAI-compatible servers.
★ 0
dsh plugin --profile web add dsh-tool-call-guardDiagnose and safely repair corrupted DSH session history: raw zstd/JSONL validation, tool-call ID repair, single-slot pre-repair backup, restore, and an audit trail.
★ 0
dsh plugin --profile web add dsh-session-repairPrevents concurrent-write session corruption: takes a per-session advisory lock on session start and every step, so a second dsh process fails loudly instead of writing a duplicate-seq gap; dead owner
★ 0
dsh plugin --profile web add @po-et/dsh-session-guardA floating button beside the chat that opens a searchable list of all questions in the session for quick jumps, with smooth hover-open/close behavior.
★ 0
dsh plugin --profile web add dsh-session-navLocal, per-session LIFO prompt stash for temporarily setting aside unfinished composer text and safely restoring it later.
★ 0
dsh plugin --profile web add dsh-prompt-stashAttach tags to sessions and search sessions by tag in the Web settings panel.
★ 0
dsh plugin --profile web add dsh-session-tagsTiered compaction hub: replaces the single 80% compaction cliff with a configurable ladder (default 30/50/70/90) whose tiers escalate from gentle to maximum consolidation laws, folds a deterministic k
★ 0
dsh plugin --profile web add dsh-rich-indexing