Plugins
Parcourez, filtrez et installez des plugins DeepSeek-Harness.
6835 plugins trouvés
dsh-ui-translate
radicalgitter/dsh-ui-translate
Translates visible Chinese UI and content in DeepSeek Harness Web, using a browser-local OPUS-MT model for session titles, workspace names, messages, search results, and opted-in plugin prose while keeping remote translation limited to allowlisted UI labels.
dsh-convmap
geekricardo/dsh-convmap
Conversation-map rail down the left edge of the transcript: one tick per user turn, read from the full session log on the host rather than from the rendered page, so long sessions are covered end to end. Hovering fans the neighbouring ticks open by pixel distance and floats a scrollable preview of that turn prompt and its last reply; clicking scrolls to the turn, paging older history in first when it has not been rendered yet; the tick for the visible turn stays highlighted while you scroll.
dsh-chat-continue
chu-m/dsh-chat-continue
Auto-retry failed API requests to keep DSH conversations going. Supports configurable status codes and error codes. 自动重试失败的 API 请求,让 DSH 对话不中断。支持自定义状态码和错误码。
dsh-customization-settings
t-mkt/dsh-customization-settings
Provide generic UI customization settings for DeepSeek Harness, like wallpaper, theme color, etc.
dsh-workspace-groups
z-col/dsh-workspace-groups
DeepSeek Harness web client plugin: group sidebar workspaces into a configurable three-level tree (分类→项目→会话). Sidecar YAML rules. dsh-plugin.
dsh-compaction-audit
gendui123/dsh-compaction-audit
Compaction quality / hallucination detector: when a conversation span is compacted, check on two axes that key information survived 鈥?FIDELITY (assertions in the summary must be found verbatim in the original leaf events, else flagged as fabricated) and C
dsh-balance-by-token
jsoncode/dsh-balance-by-token
A DeepSeek Harness plugin (dual-face host + browser) for watching your DeepSeek account **balance** and estimating **token-based costs**, with prices configured per **model × peak/off-peak period** online. Everything lives in a unified modal (opened from the sidebar-footer **Balance** button); a **session-header** button shows a live "Session ≈xx CNY". UI copy is bilingual (Chinese / English, following the host UI language).
dsh-zai-coding-models
auuduu/dsh-zai-coding-models
DeepSeek Harness bridge plugin: exposes the newest Zhipu/Z.AI coding-plan models (e.g. glm-5.3) on the zai-coding-cn route before the bundled pi-ai catalog catches up.
what-was-that
sh-9999/what-was-that
A tiny octopus desktop pet that explains AI-jargon in plain language for the DeepSeek Harness web GUI.
dsh-compaction-probe
gendui123/dsh-compaction-probe
Step-0 observation probe for dsh-compaction-audit: logs every compaction/* session event and probes whether shadowedSeqs still resolve to readable events in session.events. Observe-only; never injects, never blocks.
dsh-plan-adversarial
gendui123/dsh-plan-adversarial
Command-triggered red/blue adversarial review for ANY plan (not quant-specific). /plan-adversarial <plan>: arms a gate that requires the agent to derive two independent subagents (red=attack, blue=defend), have them converge on a consensus plan with NO th
dsh-plugin-agent-dashboard
yytbit/dsh-plugin-agent-dashboard
Multi-agent dashboard skill for DeepSeek Harness -- status reports, task tracking, progress visualization
dsh-launchpad
polar-zhang/dsh-launchpad
A DeepSeek Harness plugin that hosts an elegant splash/loading page and a readiness endpoint, plus Windows desktop launcher scripts (double-click to start, close the browser to stop).
dsh-plugin-rag
yytbit/dsh-plugin-rag
Local knowledge base RAG for DeepSeek Harness -- index project files and search for relevant context
dsh-side-chat
zcldragon/dsh-side-chat
Codex-style /side side conversations for DeepSeek Harness: a temporary fork of the current chat in a floating panel, inheriting context without interrupting the main task.
my-dsh
tttnny/my-dsh
DSH 工作区树:把左侧栏工作区从「工作区→会话」单层结构升级为多级文件夹树——文件夹任意嵌套、会话可归入任意文件夹,附带新建/重命名/删除/移动管理。
dsh-archive-manager
ms666666/dsh-archive-manager
Archive manager for DSH Web: list archived sessions in the Settings page and delete them for real, including their log, archive marker, and projection cache.
deepseek-harness-cloud
agentsdanceai/deepseek-harness-cloud
Connect a stock DeepSeek Harness install to DSH Cloud: device login plus a 20-model gateway provider. Commercial hosted service by AgentsDance AI — new accounts include 500 free credits.
dsh-file-resource
liznee/dsh-file-resource
Private local file attachments for DeepSeek Harness with native images and bounded document reading.
dsh-message-nav
foooold/dsh-message-nav
Adds a Codex-style message navigation rail for quickly locating earlier prompts in long DeepSeek Harness Web UI conversations.
remotion-video-plugin
chenjie1129/remotion-video-plugin
Remotion video creation and verified rendering plugin for DeepSeek Harness
the-binding-of-dsh
ch4acko3/the-binding-of-dsh
Bidirectional RPC between DSH Host and Client through the native Connection and Typert Gateway, with targeted peer calls, cancellation, and connection lifecycle handling.
dsh-render-engine (code-render)
ch4acko3/dsh-render-engine
Escaped, theme-aware HTML code-block rendering service for DSH Web plugins, built on structured syntax-highlight tokens with source line-ending preservation.
dsh-memos-bridge
swd146296/dsh-memos-bridge
Bridges the MemOS memory service over MCP: the agent gets add/search/update/delete memory, multi-cube sharing, and a memory scheduler as mcp__memos__* tools.