Plugins
Browse, filter, and install DeepSeek-Harness plugins.
57 plugins found
dsh-testgen
bujue600-arch/dsh-testgen
Automated unit-test generation: a /testgen command and generate_tests tool that scaffold, run, and fix tests until they pass (LLM + offline template generators; vitest/jest/mocha/node:test).
dsh-plugin-auto-blame
huanlinoto/dsh-plugin-auto-blame
模型回合结束后用 LLM 生成 3 条批判性跟进建议,点击即发送 | After a model turn, an LLM generates 3 critical follow-up suggestions shown as click-to-send chips
dsh-commandcode-provider
mars-sea/dsh-commandcode-provider
Unofficial DeepSeek Harness LLM provider plugin for Command Code: live model catalog, reasoning-effort support, Models-page card. Ported from pi-commandcode-provider (MIT).
dsh-llm-fallbacks
omdsh-dev/dsh-llm-fallbacks
Automatic provider/model fallback chains for DeepSeek Harness agents when LLM requests keep failing (retry exhausted, auth, quota, rate limit)
dsh-llm-fallbacks
btspoony/dsh-llm-fallbacks
Role-based LLM retry & fallback strategies.
dsh-task-planner
ztl34245881-commits/dsh-task-planner
Task planning with experience muscle-memory: condition-reflex recall of past solutions, LLM capability matching, and auto-persisted lessons.
dsh-memento
perrylink/dsh-memento
Bounded, layered, approval-gated, auditable cross-session memory: a typed `ctx.memory` seam with a zero-dependency SQLite provider, a `memory` tool, and frozen snapshot injection; every write passes the approval gate and stays reconstructable from the session log.
dsh-observation-journal
cavan-ou/dsh-observation-journal
Zero-touch runtime telemetry for DSH: every session auto-writes task, model tier, tools, failures, duration, status into a human-readable journal with a stats section (pure observer — no tools, no LLM calls, no injection).
dsh-think-any-lang
lco117/dsh-think-any-lang
DeepSeek Harness (DSH) plugin: a "Thinking Language" selector under Settings → General that tells the model which language to reason in (chain of thought) via a system-prompt section. Zero extra calls, zero latency, 12 languages.
dsh-commandcode-go-provider
jiesou/dsh-commandcode-go-provider
Command Code Go provider adapter for dsh: scan the Go-plan model catalog dynamically and serve /alpha/generate through the harness LLM seam
dsh-plugin-llm-balance
fenghuolinshan/dsh-plugin-llm-balance
Draggable floating card showing the balance/quota of your most recently used providers (DeepSeek/Moonshot/Kimi For Coding): auto-discovery, color-coded tiers, live refresh.
dsh-deeptutor
tecfancy/dsh-deeptutor
Learning assistant extension for DeepSeek Harness (dsh): DeepTutor tutoring for your agent — deep explanations, self-test questions, learning paths, personal knowledge-base search (RAG), and note archiving (HTTP/WS first, CLI fallback; auto-adapts local/r
dsh-plugin-langfuse
linyp/dsh-plugin-langfuse
Langfuse observability for DeepSeek Harness: exports session logs as OpenTelemetry traces (GenAI semantic conventions) to Langfuse's OTLP endpoint
dsh-model-router
superboy911/dsh-model-router
Deterministic keyword routing, allowlisted model switching, and an isolated image_gen channel for DeepSeek Harness.
dsh-codex-auth
suntianc/dsh-codex-auth
Reuses the Codex CLI ChatGPT login as an `openai-codex` LLM route and adds GPT Auth controls to DSH Web settings.
llm-adaptive
dylan121322/llm-adaptive
Adaptive model routing: per-request complexity classification with automatic provider routing.
dsh-approval-llm
letter2025/dsh-approval-llm
Model-based permission approval: an approval-request answerer backed by a separate reviewer model.
dsh-llm-vision-bridge
einskyle/dsh-llm-vision-bridge
Native LLM-provider vision bridge: images pasted in the chat are described by a vision model (Qwen3-VL via pi-ai/llama.cpp) and the text description is fed to text-only DeepSeek for the reply — image admission, routing and compaction all run through harness-native mechanisms, with an LRU description cache and 503 retry.
dsh-prompt-enhancer
fishsb/dsh-prompt-enhancer
One-click prompt enhancement: an independent LLM call rewrites your rough draft in the composer, fully undoable.
dsh-sideband
ishuowang/dsh-sideband
Asynchronous, LLM-summarized context relay between DSH Sessions and authorized Agent Team Rooms, with instant snapshots and scheduled digests.
dsh-shift-router
green-dalii/dsh-shift-router
Two-tier model router for DeepSeek Harness — LLM-Judge routing, multi-model fallback chains, exponential-backoff failover, and task-level orchestration (DSH adaptation of pi-shift-router)
dsh-find-skill
moximxxx/dsh-find-skill
Bridge the vercel-labs/skills ecosystem into dsh: LLM-driven skill search, install, and lifecycle for temp/project/global scopes
dsh-plugin-subscriptions
v1ki/dsh-plugin-subscriptions
Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers, with OAuth login from the web Settings page
ai-monitor
winterone-hub/ai-monitor
DeepSeek Harness plugin: query AI Monitor balance / usage from local SQLite — cost-aware agent, auto bookkeeping with the AI Monitor proxy.