官方插件库
DeepSeek Harness 的每一项能力都由 npm 上的插件包提供。本页同步官方 @deepseek-ai 作用域下的全部插件包,按能力分组列出,另附 dsh-plugin 社区项目。
← 返回插件系统以下列表由脚本从 npm registry 的 @deepseek-ai 作用域自动同步,包含 DeepSeek Harness 官方发布的全部插件包。
- 官方插件包
- 290
- 社区项目
- 16
- 能力分类
- 13
- 快照日期
- 2026-09-12
数据来源:npm registry(@deepseek-ai 作用域)与 GitHub dsh-plugin 话题。官方仓库为 github.com/deepseek-ai/deepseek-harness
官方插件包
Cordis 内核
7 个包- @deepseek-ai/cordisv4.0.2
Meta-Framework for Modern JavaScript Applications
Nested plugin group for cordis
Hot Module Replacement Plugin for Cordis
Include files in cordis configurations
Plugin loader for cordis
Console logger exporter for cordis
Timer service for cordis
工具
24 个包- @deepseek-ai/dsh-tool-ask-userv0.0.1-rc.1
Model-facing ask_user_question tool over the ctx.userInteraction seam
- @deepseek-ai/dsh-tool-bashv0.0.1-rc.1
Model-facing bash tool with optional generic background-task and sandbox-escalation support
- @deepseek-ai/dsh-tool-bash-persistentv0.0.1-rc.1
Model-facing owner-scoped persistent Bash tool backed by the Harness PTY service
- @deepseek-ai/dsh-tool-call-timeout-policyv0.0.1-rc.3
Tool-call timeout policy: a tools/execute wrapper that arms a per-tool deadline on exec.signal and returns TOOL_TIMEOUT when it wins
- @deepseek-ai/dsh-tool-cordisv0.0.1-rc.1
Self-referential cordis toolset: inspect the live runtime, mount and dispose model-written plugins
- @deepseek-ai/dsh-tool-fsv0.0.1-rc.1
Model-facing filesystem tools (read, write, edit) over the DeepSeek Harness filesystem seam (ctx.fs)
- @deepseek-ai/dsh-tool-fs-searchv0.0.1-rc.1
Model-facing filesystem discovery tools (glob, grep) backed by the packaged ripgrep binary (@vscode/ripgrep)
- @deepseek-ai/dsh-tool-goalv0.0.1-rc.1
Model-facing same-session goal tools with execution-time authority checks
- @deepseek-ai/dsh-tool-jobsv0.0.1-rc.3
Model-facing background job control tools (job_output, job_list, job_kill) over the ctx.jobs registry
- @deepseek-ai/dsh-tool-lspv0.0.1-rc.1
Model-facing lsp tool over the DeepSeek Harness LSP capability seam (ctx.lsp) — one read-only tool with goToDefinition/findReferences/goToImplementation/hover operations, one-based UTF-16 cursor coordinates, bounded location rendering, and hover normaliza
- @deepseek-ai/dsh-tool-presentv0.1.5-alpha.2
Explicit workspace file delivery declarations for the DeepSeek Harness
- @deepseek-ai/dsh-tool-pwshv0.0.1-rc.1
Model-facing pwsh tool over the bash executor seam
- @deepseek-ai/dsh-tool-pwsh-persistentv0.1.0-rc.8
Model-facing owner-scoped persistent PowerShell tool backed by the Harness PTY service
- @deepseek-ai/dsh-tool-ralphv0.0.1-rc.1
Model-facing fresh-agent Ralph loop over the workflow and subagent seams
- @deepseek-ai/dsh-tool-session-queryv0.0.1-rc.1
Workspace-authorized model-facing session history search, trace, and event read tools
- @deepseek-ai/dsh-tool-skillv0.0.1-rc.1
Model-facing skill loading tool for the DeepSeek Harness
- @deepseek-ai/dsh-tool-str-replace-editorv0.0.1-rc.1
Model-facing view, create, literal replace, and line insert tool over the Harness filesystem service
- @deepseek-ai/dsh-tool-subagentv0.0.1-rc.1
Model-facing subagent delegation tool over the ctx.subagents seam
- @deepseek-ai/dsh-tool-subagent-controlv0.0.1-rc.1
Globally named send_message, interrupt_agent, and list_agents tools over ctx.subagents continuations
- @deepseek-ai/dsh-tool-subagent-reportv0.0.1-rc.1
Child-scoped report tool over ctx.subagents continuations
- @deepseek-ai/dsh-tool-terminalv0.0.1-rc.5
Six model-facing persistent PTY tools with owner isolation and generic background-job integration
- @deepseek-ai/dsh-tool-todov0.0.1-rc.1
Model-facing todo_write tool over the DeepSeek Harness event-sourced session log
- @deepseek-ai/dsh-tool-webv0.0.1-rc.1
Model-facing web tools (web_search, web_fetch) over the DeepSeek Harness web capability seam (ctx.web)
- @deepseek-ai/dsh-tool-workflowv0.0.1-rc.1
Model-facing workflow tool: run a JavaScript orchestration script over ctx.workflows
模型接入
5 个包- @deepseek-ai/dsh-llmv0.0.1-rc.1
Provider-neutral LLM service interface for the DeepSeek Harness
- @deepseek-ai/dsh-llm-deepseekv0.0.1-rc.1
DeepSeek chat-completions adapter for the DeepSeek Harness LLM seam
- @deepseek-ai/dsh-llm-pi-aiv0.0.1-rc.1
pi-ai-backed DeepSeek adapter for the DeepSeek Harness LLM seam (design-verification twin of dsh-llm-deepseek)
- @deepseek-ai/dsh-llm-replayv0.0.1-rc.1
Replay LLM plugin: short-circuits llm/stream with model chunks reconstructed from a recorded session JSONL (keyless snapshot tests)
- @deepseek-ai/dsh-llm-retryv0.0.1-rc.1
Provider-routed LLM request retry policy for the DeepSeek Harness
沙箱与安全
8 个包- @deepseek-ai/dsh-bash-sandboxv0.0.1-rc.1
Sandbox-consuming implementation of the DeepSeek Harness bash executor seam (confines every command via ctx.sandbox, reports denial/enforcement result facts)
- @deepseek-ai/dsh-fs-sandboxv0.0.1-rc.1
Sandbox-enforcing implementation of the DeepSeek Harness filesystem seam: fences write/edit by the per-call sandbox mode (read-only denies mutation, workspace-write contains it to the workspace + temp roots) while reads pass through
- @deepseek-ai/dsh-pwsh-sandboxv0.0.1-rc.1
Sandbox-consuming implementation of the DeepSeek Harness PowerShell executor seam (confines every command via ctx.sandbox, reports denial/enforcement result facts)
- @deepseek-ai/dsh-sandboxv0.0.1-rc.1
Abstract process-sandbox seam (ctx.sandbox) for the DeepSeek Harness: same-world confinement vocabulary and the SandboxProvider contract
- @deepseek-ai/dsh-sandbox-localv0.0.1-rc.1
Local process-sandbox backends for the DeepSeek Harness sandbox seam: bwrap, the npm-distributed landlock-run launcher, macOS Seatbelt, or the Windows ACL restricted-token runner — functionally probed, fail-closed
- @deepseek-ai/dsh-sandbox-policyv0.0.1-rc.1
Per-call sandbox policy resolver and current model context: deployment fallbacks plus each session's mode and workspace root, shared by every enforcing capability family
- @deepseek-ai/dsh-sandbox-windows-aclv0.0.1-rc.1
Windows ACL write-restriction sandbox backend (restricted-token spawn with orphan-SID write allowlist) for the DeepSeek Harness sandbox seam
- @deepseek-ai/dsh-shell-envv0.0.1-rc.3
Tool-independent managed DSH_* shell environment registry
技能
3 个包- @deepseek-ai/dsh-skillv0.0.1-rc.1
Agent skill provider registry for the DeepSeek Harness
- @deepseek-ai/dsh-skill-badgev0.0.1-rc.1
Bundled dsh badge skill provider for DeepSeek Harness
- @deepseek-ai/dsh-skill-filesystemv0.0.1-rc.3
Local filesystem skill provider for the DeepSeek Harness
会话与轨迹
29 个包- @deepseek-ai/dsh-compactionv0.0.1-rc.5
Abstract compaction service seam (ctx.compaction) for the DeepSeek Harness
- @deepseek-ai/dsh-compaction-basicv0.0.1-rc.3
Token-meter-driven compaction policy and LLM summarization backend for the DeepSeek Harness
Replay-safe model-free head/middle/tail pruning for tool-result surface nodes
- @deepseek-ai/dsh-sessionv0.0.1-rc.1
Event-sourced session store for the DeepSeek Harness
- @deepseek-ai/dsh-session-checkpoint-policyv0.0.1-rc.1
Semantic session durability checkpoints before model requests and tool side effects
- @deepseek-ai/dsh-session-formatv0.1.3-alpha.2
Streaming adjacent Session format migration machinery
- @deepseek-ai/dsh-session-format-catalogv0.1.3-alpha.2
Build-static first-party Session format codec and migration catalog
- @deepseek-ai/dsh-session-format-v0-to-v1v0.1.3-alpha.2
Frozen released-v0 Session codec and identity migration to v1
- @deepseek-ai/dsh-session-format-v1-to-v2v0.1.3-alpha.2
Frozen released-v1 Session codec and assistant-stream migration to v2
- @deepseek-ai/dsh-session-format-v2-to-v3v0.1.5-alpha.1
Streaming system-prompt, canonical-envelope and PTC migration into V3
- @deepseek-ai/dsh-session-log-deepseekv0.1.2-alpha.2
Incremental lossless session-log request extension for the official DeepSeek LLM API
- @deepseek-ai/dsh-session-log-exportv0.0.1-rc.5
Web Session-log export command and shared download dialog
- @deepseek-ai/dsh-session-persistencev0.0.1-rc.1
Abstract durable session persistence seam (ctx.sessionPersistence) for the DeepSeek Harness
- @deepseek-ai/dsh-session-persistence-jsonlv0.0.1-rc.1
JSONL durable session persistence backend for the DeepSeek Harness
- @deepseek-ai/dsh-session-persistence-sqlitev0.0.1-rc.1
SQLite durable session persistence backend for the DeepSeek Harness
- @deepseek-ai/dsh-session-projectionv0.0.1-rc.1
Session-projection seam: the merge-extensible projection type table, the provider contract, and the ctx.sessionProjections registry serving whole current values of log-derived per-session state
- @deepseek-ai/dsh-session-projection-cachev0.0.1-rc.1
Persisted projection cache (ctx.sessionProjectionCache): durable per-session projection checkpoints over the domain data form, throttled write-behind, and the cold-read ladder (cache row + persistence tail replay)
- @deepseek-ai/dsh-session-queryv0.0.1-rc.1
Combined session query service contract with concrete reads, traces, and filters
- @deepseek-ai/dsh-session-query-sqlitev0.0.1-rc.1
Concrete ctx.sessionQuery backend with SQLite FTS5 search
- @deepseek-ai/dsh-session-referencev0.0.1-rc.1
Cross-session snapshot references and durable untrusted model context (ctx.sessionReferences)
- @deepseek-ai/dsh-session-snapshotv0.1.2-alpha.2
Session-log snapshot core with an ACP protocol adapter, expected-output normalization, and fixture invariants
- @deepseek-ai/dsh-session-statsv0.0.1-rc.5
Whole-log conversation counts and wall times projection (sessionStats) for the DeepSeek Harness
- @deepseek-ai/dsh-session-telemetryv0.0.1-rc.1
Telemetry seam for the DeepSeek Harness: session-event capture, projection, redaction, and handoff to a reporting backend
- @deepseek-ai/dsh-session-telemetry-otelv0.0.1-rc.1
OpenTelemetry backend for the DeepSeek Harness telemetry seam: hands captured session records to the OTel JS SDK's log pipeline
- @deepseek-ai/dsh-session-titlev0.0.1-rc.1
Log-backed session title service and provider registry for the DeepSeek Harness
All-user-messages LLM provider plugin for DeepSeek Harness session titles
First-message LLM provider plugin for DeepSeek Harness session titles
- @deepseek-ai/dsh-session-title-llmv0.0.1-rc.1
Shared LLM generation policy for DeepSeek Harness session-title providers
- @deepseek-ai/dsh-session-turn-outlinev0.1.2-alpha.3
Whole-log turn outline projection (turnOutline) for the DeepSeek Harness
存储与文件
13 个包- @deepseek-ai/dsh-attachmentv0.0.1-rc.1
Durable immutable attachment storage seam for the DeepSeek Harness
- @deepseek-ai/dsh-attachment-localv0.0.1-rc.1
Private content-addressed DSH_HOME attachment storage
- @deepseek-ai/dsh-fsv0.0.1-rc.1
Abstract filesystem capability seam (ctx.fs) for the DeepSeek Harness — vocabulary types, the FileSystem service (text IO + optional version-guarded atomic mutations), and the fs/* policy event vocabulary
- @deepseek-ai/dsh-fs-e2bv0.0.1-rc.1
E2B filesystem implementation for DeepSeek Harness
- @deepseek-ai/dsh-fs-localv0.0.1-rc.1
Local-filesystem implementation of the DeepSeek Harness filesystem seam (ctx.fs)
- @deepseek-ai/dsh-fs-observation-policyv0.0.1-rc.3
File-context policy plugin for the DeepSeek Harness — observed-state, read-before-edit, and version-guarded write/edit added over the ctx.fs provider seam through the fs/* event gate (no service API)
- @deepseek-ai/dsh-spillv0.0.1-rc.1
Abstract spill storage seam (ctx.spillStore) for the DeepSeek Harness — save oversized tool text and return a retrieval locator
- @deepseek-ai/dsh-spill-localv0.0.1-rc.1
Local-filesystem implementation of the DeepSeek Harness spill storage seam (private session-scoped files)
- @deepseek-ai/dsh-spill-policyv0.0.1-rc.1
Tool-result spill policy for the DeepSeek Harness — replaces oversized plain-text tool results with a retained preview plus a spill-file path (no service surface)
- @deepseek-ai/dsh-storagev0.0.1-rc.1
Storage hub (ctx.storage): named backend registry plus mounted data-form facilities for the DeepSeek Harness
- @deepseek-ai/dsh-storage-domainv0.0.1-rc.1
Domain data form (ctx.storage.domain): schema-validated, event-emitting KV domains over storage backends for the DeepSeek Harness
- @deepseek-ai/dsh-storage-jsonv0.0.1-rc.1
JSON file KV storage backend for the DeepSeek Harness storage hub
- @deepseek-ai/dsh-storage-sqlitev0.0.1-rc.1
SQLite storage backend (kv facet) for the DeepSeek Harness storage hub
编排与子代理
25 个包- @deepseek-ai/dsh-agentv0.1.0-rc.6
Agent interface, registry, initiator scope, and event vocabulary for the DeepSeek Harness
- @deepseek-ai/dsh-agent-default-modelv0.1.0-rc.6
Default model selection shared by Agent entry points
- @deepseek-ai/dsh-agent-instructionsv0.1.0-rc.6
Workspace context loader for AGENTS.md/CLAUDE.md instruction files
- @deepseek-ai/dsh-agent-loopv0.1.0-rc.6
The concrete agent loop plugin for the DeepSeek Harness
- @deepseek-ai/dsh-agent-loop-testkitv0.0.1-rc.1
Shared prerequisite mounting for tests that exercise the concrete agent loop
- @deepseek-ai/dsh-agent-presetsv0.0.1-rc.1
Per-session agent composition from preset cordis.yml files for the DeepSeek Harness
- @deepseek-ai/dsh-agent-spine-demov0.0.1-rc.1
The default executor-less/UI-less agent spine with fallback session titles, provider-routed retry, and optional persisted goals
- @deepseek-ai/dsh-agent-tool-presentationv0.1.0-rc.6
Agent-plane presentation selector: composes one agent's tools as Code Mode, native, or both
- @deepseek-ai/dsh-client-ui-workflow-runv0.0.1-rc.2
Durable workflow-run Conversation Node and nested member disclosure for dsh web
- @deepseek-ai/dsh-goalv0.0.1-rc.1
Event-sourced same-session goal state and lifecycle service for the DeepSeek Harness
- @deepseek-ai/dsh-goal-round-driverv0.0.1-rc.3
Race-fenced same-session goal-round driver
- @deepseek-ai/dsh-jobsv0.0.1-rc.3
Background job registry (ctx.jobs) for the DeepSeek Harness — shared ids, owner isolation, polling, cancellation, and completion listeners for long-running tool work
- @deepseek-ai/dsh-jobs-localv0.0.1-rc.3
Process-local implementation of the DeepSeek Harness background job registry seam
- @deepseek-ai/dsh-plan-modev0.0.1-rc.1
Logged per-agent plan mode with deployment guidance, a direct slash command, and a user-reviewed exit
- @deepseek-ai/dsh-schedulev0.0.1-rc.3
Agent-scoped durable after, at, and fixed-rate reminders over the session event log
- @deepseek-ai/dsh-subagentv0.0.1-rc.1
Abstract subagent seam (ctx.subagents): named-provider registry for delegating to child agents
- @deepseek-ai/dsh-subagent-acpv0.0.1-rc.1
Out-of-process ACP subagent backend: drives a child agent in a spawned subprocess over the Agent Client Protocol
- @deepseek-ai/dsh-subagent-claude-codev0.0.1-rc.1
One-shot Claude Code subagent provider over the official Agent SDK
- @deepseek-ai/dsh-subagent-codexv0.0.1-rc.1
One-shot Codex subagent provider over the official app-server protocol
- @deepseek-ai/dsh-subagent-dsh-sdkv0.0.1-rc.1
Out-of-process SDK subagent backend: drives a child DeepSeek Harness runtime subprocess over stdio JSON-RPC through the TypeScript SDK client
- @deepseek-ai/dsh-subagent-fork-in-processv0.0.1-rc.3
In-process fork subagent backend: runs a child agent seeded with a prefix of the parent's log
- @deepseek-ai/dsh-subagent-in-process-driverv0.0.1-rc.5
Shared in-process subagent run driver: drives a child agent on ctx.agents (used by the spawn and fork backends)
- @deepseek-ai/dsh-subagent-spawn-in-processv0.0.1-rc.3
In-process spawn subagent backend: runs a fresh child agent on ctx.agents
- @deepseek-ai/dsh-workflowv0.0.1-rc.1
Workflow capability seam: ctx.workflows service, run vocabulary, and workflow/* events
- @deepseek-ai/dsh-workflow-worker-threadv0.0.1-rc.3
worker-thread workflow engine: executes model-written orchestration scripts off the host event loop, bridging agent() calls back to ctx.subagents
界面与客户端
67 个包- @deepseek-ai/dsh-client-connectionv0.0.1-rc.1
Wire consumer layer: HTTP-up/WebSocket-down client, ConnectionController dual streams with reconnect, and fixture api
- @deepseek-ai/dsh-client-file-uploadv0.1.3-alpha.2
Agent-scoped browser file upload, streaming intake, and staged receipt service
- @deepseek-ai/dsh-client-hmrv0.0.1-rc.1
Dev-only hot-reload driver for script-loaded client entries: SSE rebuilt frames → invalidate/prefetch → fiber swap through the vendored Loader entry
- @deepseek-ai/dsh-client-localev0.0.1-rc.1
Locale plugin: Host-backed zh/en preference, browser-derived fallback, locale snapshots, and typed namespace dictionaries
- @deepseek-ai/dsh-client-modulesv0.0.1-rc.1
Client module system, dual-face: node half composes the __DSH_BOOT__ entry graph (incremental dsh.client scan, bundle route, index tap, webPlugins service); browser half is the lazy-CJS module table the vendored cordis Loader consumes as its internal seam
- @deepseek-ai/dsh-client-resourcesv0.1.5-alpha.1
Unified client resource model: protocol-registered providers turn URL addresses into live values, consumed through the useResource global standard hook
- @deepseek-ai/dsh-client-runtimev0.0.1-rc.1
Client core services: SlotsService, SessionsService (scope tree + object layer)
- @deepseek-ai/dsh-client-schema-formv0.0.1-rc.1
Schema/draft model layer for settings editors: rehydrates a serialized schemastery schema, validates drafts, and edits them immutably by path
- @deepseek-ai/dsh-client-storev0.1.2-alpha.2
React-free observable and snapshot-store contracts with the shared Zustand/Immer engine
- @deepseek-ai/dsh-client-test-runtimev0.0.1-rc.1
jsdom slot test runtime: real Cordis Context + SlotsService + web-react renderer with test-owned session/workspace doubles for feature specs
- @deepseek-ai/dsh-client-ui-agent-presetv0.0.1-rc.1
Agent-preset surfaces: the default for later sessions, this session's seat, and the composition editor
- @deepseek-ai/dsh-client-ui-approvalv0.1.2-alpha.2
Approval composer takeover over the scoped Remote Event waterfall
- @deepseek-ai/dsh-client-ui-attachmentv0.0.1-rc.2
Pure React attachment atoms for the dsh web UI: draft-image rail, message image gallery, and original-image lightbox (zero cordis)
- @deepseek-ai/dsh-client-ui-brand-officialv0.1.0-rc.8
Official DeepSeek Harness brand occupants for the Web client's sidebar and conversation Hero slots
- @deepseek-ai/dsh-client-ui-chatv0.1.2-alpha.2
Chat Conversation target, node definitions, renderers, and details surface
- @deepseek-ai/dsh-client-ui-commandsv0.0.1-rc.3
Client command surface: global directory cache, '/' source, three command UI kinds, popupSelect registry
- @deepseek-ai/dsh-client-ui-conversationv0.0.1-rc.1
Conversation domain: skeleton, ordered chat flow, composer with the Host-backed busy-Enter preference, and details host
- @deepseek-ai/dsh-client-ui-cordisv0.0.1-rc.3
Cordis dynamic-plugin definition card: the keyed cordis_define tool row with its run/stop switch
- @deepseek-ai/dsh-client-ui-deliverablesv0.0.1-rc.1
Produced-files turn tail: the deliverables row a finished turn ends with
In-app directory browsing surface: the workspace directory-flow owner rendering the host's listing and creation primitives
Native directory-picker surface: the renderless workspace directory-flow occupant driving the host's OS chooser
- @deepseek-ai/dsh-client-ui-dockkitv0.1.5-alpha.1
Docking layout kit: split-tree engine with invertible operations, and the React components that render and drive it (zero cordis)
- @deepseek-ai/dsh-client-ui-goalv0.0.1-rc.1
Session goal surface: GoalBar docked above the composer, read from the goal session projection
- @deepseek-ai/dsh-client-ui-input-triggerv0.0.1-rc.3
Input trigger pipeline: '/' and '@' detection, candidate menu, pick routing to registered sources
- @deepseek-ai/dsh-client-ui-jobsv0.0.1-rc.3
Session-header background-job list: live registry state mirrored from session/jobs frames
- @deepseek-ai/dsh-client-ui-layoutv0.0.1-rc.1
Shell plugin: three-column AppFrame with drag handles, ctx.layout viewing-state service (navigation + panels)
- @deepseek-ai/dsh-client-ui-message-feedbackv0.0.1-rc.3
Per-message feedback controls contributed to the assistant-message action strip, backed by the messageFeedback Host Remote
- @deepseek-ai/dsh-client-ui-model-selectionv0.0.1-rc.3
Model selection: the /model popupSelect over session.models / session.selectModel
- @deepseek-ai/dsh-client-ui-open-in-appv0.1.3-alpha.2
Web Session-header "Open In..." split button opening the session workspace directory in a locally installed application
Permission surfaces: a new-session default in General settings and a current-session /permission popup over the permissions projection
- @deepseek-ai/dsh-client-ui-planv0.0.1-rc.1
Plan-mode composer control: the conversation.input.plan seat over the plan projection and the /plan command channel
- @deepseek-ai/dsh-client-ui-primitivesv0.0.1-rc.1
Pure React atoms for the dsh web UI: controls, icons, markdown, and JSON inspectors (zero cordis)
- @deepseek-ai/dsh-client-ui-referencev0.1.0-rc.8
Unified Web @file and @session reference source
- @deepseek-ai/dsh-client-ui-rendererv0.1.0-rc.8
Browser UI renderer: React slot bindings, ctx.uiRenderer, and the assembled application root
- @deepseek-ai/dsh-client-ui-schedulev0.1.2-alpha.2
Read-only active Schedule catalog in the Web Session header
- @deepseek-ai/dsh-client-ui-sessionv0.1.2-alpha.2
Session Controller adapter for React and session-scoped slots
- @deepseek-ai/dsh-client-ui-settingsv0.0.1-rc.1
Settings shell plugin: sidebar trigger, modal panel, feature sections, and an ordered full-page onboarding stage
- @deepseek-ai/dsh-client-ui-settings-generalv0.0.1-rc.1
Settings ownerless-copy and product onboarding plugin: the General section, shell trigger/header chrome content, settings dictionaries, and the versioned welcome notice
- @deepseek-ai/dsh-client-ui-settings-modelsv0.0.1-rc.3
Models settings and official-DeepSeek first-run routing over one live provider/settings/credential join
- @deepseek-ai/dsh-client-ui-settings-pluginsv0.0.1-rc.3
Plugins settings section with feature-owned tabs and configurable host-plane plugin cards
- @deepseek-ai/dsh-client-ui-sidebarv0.0.1-rc.1
Sidebar plugin: session multi-level tree, search, grouping, state dots
- @deepseek-ai/dsh-client-ui-sidebar-documentpreviewv0.1.5-alpha.2
Extensible document previews for Sidebar files: Markdown, highlighted code, images, PDF, HTML, and plain text
- @deepseek-ai/dsh-client-ui-sidebar-filesv0.1.5-alpha.1
Workspace file tree tab type for the right Sidebar: lazy directory listing over the workspaceFiles Remote namespace, opening files into the Sidebar
- @deepseek-ai/dsh-client-ui-sidebar-rightv0.1.5-alpha.1
Right Sidebar: the docking surface's session-bound state, its panel and header expand control, and the navigation service over it
- @deepseek-ai/dsh-client-ui-sidebar-textpreviewv0.1.5-alpha.1
Text preview tab type for the right Sidebar: the fallback viewer for file: addresses, drawn from the file resource with line navigation, wrap, and reload
- @deepseek-ai/dsh-client-ui-skillv0.0.1-rc.1
Web skill references and the dedicated skill tool row
- @deepseek-ai/dsh-client-ui-slotsv0.0.1-rc.1
Slot registry pure core: SlotMap declaration merging, single register composition API, four-share props types, store-seat types, renderer install seam
- @deepseek-ai/dsh-client-ui-subagentv0.0.1-rc.1
Subagent conversation catalog, continuation routing UI, and '@' reference source
- @deepseek-ai/dsh-client-ui-themev0.0.1-rc.1
Theme plugin: ThemeService (light/dark/system preference, prefers-color-scheme resolution, theme/change snapshots; no DOM), --dsw-* token base stylesheets; registers the Appearance settings row
- @deepseek-ai/dsh-client-ui-toolv0.0.1-rc.1
Client Tool call-tree renderer and keyed per-tool presentation slot
- @deepseek-ai/dsh-client-ui-trajectoryv0.0.1-rc.1
Trajectory event ledger with an interactive timing overview: pure-consumer plugin registering into the conversation ViewMap (no service)
- @deepseek-ai/dsh-client-ui-user-questionsv0.0.1-rc.3
Web ask_user_question feature: host tool mount plus composer-takeover question UI
- @deepseek-ai/dsh-client-ui-workspacev0.0.1-rc.1
Workspace picker plugin: one WorkspacePicker registered into the sidebar and empty-state workspace slots
- @deepseek-ai/dsh-client-webv0.0.1-rc.1
Web shell kernel: bootWebShell (module system holding + seed table + two-stage boot + AppRoot gate + app-shell assembly entry), consumed by the apps/web vite entry
- @deepseek-ai/dsh-client-web-reactv0.0.1-rc.1
Shell-side React glue: createSlotRenderer, SessionProvider, bindSnapshotSelector (uSES bridge), useInvoke
- @deepseek-ai/dsh-host-frontend-staticv0.0.1-rc.3
SPA dist server for the Web shell: owns the webserver fallback seat, serving the built frontend with index-tap injection, traversal rejection, and SPA index fallback
- @deepseek-ai/dsh-terminalv0.0.1-rc.3
Persistent PTY session seam for the DeepSeek Harness — owner-scoped ids, backend registry, interactive sends, reads, signals, and awaited cleanup
- @deepseek-ai/dsh-terminal-bashv0.0.1-rc.3
Persistent shell PTY backend over the DeepSeek Harness subprocess terminal primitive
- @deepseek-ai/dsh-webv0.0.1-rc.1
Abstract web access capability seam (ctx.web) for the DeepSeek Harness — search/fetch provider registry, registration-order-independent selection, request/result vocabulary, and the WebError taxonomy
- @deepseek-ai/dsh-web-appv0.0.1-rc.1
The dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)
- @deepseek-ai/dsh-web-fetch-httpv0.0.1-rc.5
Anonymous public HTTP(S) fetch provider for the DeepSeek Harness web capability seam (ctx.web)
- @deepseek-ai/dsh-web-frontendv0.0.1-rc.5
Web application entry: vite build over the @deepseek-ai/dsh-client-web shell library; dist/ served by apps/cli's dsh web
- @deepseek-ai/dsh-web-search-deepseekv0.0.1-rc.1
DeepSeek-backed search provider (native web_search via the Anthropic-compatible API) for the DeepSeek Harness web capability seam (ctx.web)
- @deepseek-ai/dsh-web-search-exav0.0.1-rc.1
Exa-backed search provider for the DeepSeek Harness web capability seam (ctx.web)
- @deepseek-ai/dsh-web-search-perplexityv0.0.1-rc.1
Perplexity-backed search provider for the DeepSeek Harness web capability seam (ctx.web)
- @deepseek-ai/dsh-webhookv0.1.2-alpha.2
Fire-and-forget webhook rule runtime that creates Workspace-backed DeepSeek Harness Sessions
- @deepseek-ai/dsh-webhook-githubv0.1.2-alpha.2
Signed GitHub HTTP webhook adapter for the DeepSeek Harness webhook runtime
集成与协议
9 个包- @deepseek-ai/dsh-acpv0.0.1-rc.1
Automation-only Agent Client Protocol server for driving DeepSeek Harness agents over JSON-RPC stdio
- @deepseek-ai/dsh-acp-appv0.1.2-alpha.2
The dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base
- @deepseek-ai/dsh-acp-demov0.0.1-rc.1
ACP automation server app: agent spine + JSONL persistence + ACP transport, with a JSON-RPC stdio bin
- @deepseek-ai/dsh-acp-snapshotv0.0.1-rc.1
ACP test kit: shared subprocess launcher, snapshot scenario harness, expected-output normalizers, and suite factory
- @deepseek-ai/dsh-hooks-claude-codev0.0.1-rc.5
Bridge plugin: run a Claude Code hooks.json / settings hook config on the DeepSeek Harness interception seams
- @deepseek-ai/dsh-hooks-codexv0.0.1-rc.1
Bridge plugin: run a Codex hooks.json hook config on the DeepSeek Harness interception seams
- @deepseek-ai/dsh-lspv0.0.1-rc.1
Abstract LSP capability seam (ctx.lsp) for the DeepSeek Harness — language-server provider registry keyed by branded id and extension mapping, order-independent per-query selection, normalized definition/references/implementation/hover requests and result
- @deepseek-ai/dsh-lsp-stdiov0.0.1-rc.5
Generic stdio language-server provider for the DeepSeek Harness LSP capability seam (ctx.lsp) — spawns configured servers, translates JSON-RPC, and serves transient-open goToDefinition/findReferences/goToImplementation/hover queries in the host filesystem
- @deepseek-ai/dsh-mcp-clientv0.0.1-rc.1
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
SDK 与入口
9 个包- @deepseek-ai/dsh-app-bootv0.1.0-rc.6
Shared boot glue for the app bins: .env loading, fail-loud Loader guards, snapshot-aware config resolution, and the Loader boot sequence
- @deepseek-ai/dsh-cmdlinev0.0.1-rc.1
Immutable command-line handoff from a dsh launcher to any app plugin that injects cmdlineArgs
- @deepseek-ai/dsh-headlessv0.0.1-rc.1
The dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layer
- @deepseek-ai/dsh-sdk-appv0.1.2-alpha.2
The dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-base
- @deepseek-ai/dsh-sdk-clientv0.0.1-rc.1
TypeScript client SDK for driving a DeepSeek Harness runtime subprocess over stdio JSON-RPC: the DeepSeekHarness high-level turns API and the lower-level HarnessClient
- @deepseek-ai/dsh-sdk-jsonrpc-demov0.0.1-rc.5
Bin that boots an external Cordis config for the stdio JSON-RPC SDK runtime
- @deepseek-ai/dsh-sdk-jsonrpc-serverv0.0.1-rc.5
Stdio JSON-RPC server plugin for out-of-process DeepSeek Harness SDK clients
- @deepseek-ai/dsh-sdk-minimalv0.1.2-alpha.2
The standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, editor, and JSONL sessions
- @deepseek-ai/dsh-sdk-protocolv0.0.1-rc.1
Shared wire protocol for the DeepSeek Harness SDK runtime: the newline-delimited JSON-RPC stdio transport and the named request, result, and notification types spoken between the runtime server and SDK clients
运行时其他
81 个包- @deepseek-ai/dshv0.1.5-rc.1
dsh CLI: profile boot, plugin management, and the browser UI alias
- @deepseek-ai/dsh-anonymous-user-idv0.0.1-rc.5
Shared anonymous user identity for DeepSeek Harness telemetry and feedback correlation
- @deepseek-ai/dsh-api-gatewayv0.0.1-rc.1
TypeRT Remote Host dispatcher and Client API endpoint
- @deepseek-ai/dsh-api-remotesv0.0.1-rc.1
Remote BFF assembly and Host Agent/Session lookup policy
- @deepseek-ai/dsh-api-session-controllerv0.1.2-alpha.2
Session Remote commands, cold reads, and live control transport
- @deepseek-ai/dsh-api-settings-controllerv0.1.2-alpha.2
Remote owner for the configuration surfaces over the settings-domain seams
- @deepseek-ai/dsh-api-workspace-controllerv0.1.2-alpha.2
Workspace Remote commands and reconnect-safe state transport
- @deepseek-ai/dsh-api-workspace-filesv0.1.5-alpha.1
Workspace file service and Client resource provider: bounded reads, directory listing, and live metadata over the workspaceFiles Remote namespace
- @deepseek-ai/dsh-atomic-writev0.0.1-rc.1
Zero-dependency atomic file replacement: exclusive-create random-suffix temp + rename carrying the caller-stated permissions (writeFileAtomic)
- @deepseek-ai/dsh-authorizationv0.1.1-rc.1
Authorization seam (ctx.authorization): plugin-owned flows that obtain a credential through a conversation with the human
- @deepseek-ai/dsh-basev0.0.1-rc.1
The shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root
- @deepseek-ai/dsh-bash-localv0.0.1-rc.1
Local-subprocess implementation of the DeepSeek Harness bash executor seam
- @deepseek-ai/dsh-brandv0.0.1-rc.1
Type-only Branded<B> nominal-typing primitive for the DeepSeek Harness
- @deepseek-ai/dsh-chunked-listv0.1.5-alpha.2
Persistent append-only chunked lists with bounded copying and JSON checkpoint validation
- @deepseek-ai/dsh-code-runtimev0.0.1-rc.1
Abstract code-execution seam (ctx.codeRuntime) for the DeepSeek Harness
- @deepseek-ai/dsh-code-runtime-pythonv0.1.0-rc.8
CPython subprocess implementation of the DeepSeek Harness code-execution seam
- @deepseek-ai/dsh-code-runtime-worker-threadv0.0.1-rc.3
Worker-thread implementation of the DeepSeek Harness code-execution seam
- @deepseek-ai/dsh-command-compactv0.0.1-rc.1
Human-facing slash command for explicit session compaction
- @deepseek-ai/dsh-command-feedbackv0.0.1-rc.1
Log-only session feedback producer and human-facing slash command
- @deepseek-ai/dsh-command-goalv0.0.1-rc.1
Human-facing slash command for persisted same-session goals
- @deepseek-ai/dsh-commandsv0.0.1-rc.1
Plugin-owned human command registry for DeepSeek Harness UI surfaces
- @deepseek-ai/dsh-cordis-client-runnerv0.0.1-rc.3
Browser half of dynamic dual-half plugin packages: event subscription, closure evaluation, guard facade, and loader entries
- @deepseek-ai/dsh-cordis-host-runnerv0.0.1-rc.3
Dynamic package definition registry, host-half sandbox lifecycle, and invoke handler table for model-mounted dual-half packages
- @deepseek-ai/dsh-credentialsv0.0.1-rc.1
Abstract credential seam (ctx.credentials): settings carry references to secrets, providers own the values
- @deepseek-ai/dsh-credentials-localv0.0.1-rc.1
File-backed credentials provider ($DSH_HOME/.env under the live process environment) for the DeepSeek Harness
- @deepseek-ai/dsh-deepseek-llm-api-extensionsv0.1.2-alpha.2
Additive request-field registry for the official DeepSeek LLM API adapter
- @deepseek-ai/dsh-dequev0.1.2-alpha.2
Zero-dependency circular deque with amortized constant-time end operations and bounded vacant storage
- @deepseek-ai/dsh-e2bv0.0.1-rc.1
Shared E2B sandbox lifecycle for DeepSeek Harness provider adapters
- @deepseek-ai/dsh-experimental-agent-teamv0.1.5-alpha.2
Implicit-root Agent Teams roster, durable peer mailbox, and shared task DAG
- @deepseek-ai/dsh-experimental-agent-team-profilev0.1.5-alpha.2
Experimental profile bundle enabling Agent Teams over dsh-base
- @deepseek-ai/dsh-experimental-agent-team-web-profilev0.1.5-alpha.2
Experimental Web profile layer for Agent Teams Remote and UI plugins
- @deepseek-ai/dsh-experimental-client-ui-agent-teamv0.1.5-alpha.2
Web Agent Teams roster, task board, and teammate navigation
- @deepseek-ai/dsh-experimental-tool-agent-teamv0.1.5-alpha.2
Scoped model-facing Agent Teams tools over ctx.agentTeams
- @deepseek-ai/dsh-file-referencev0.1.0-rc.8
File-reference discovery contract and shared @file grammar
- @deepseek-ai/dsh-file-reference-localv0.1.0-rc.8
Local-filesystem ctx.fileReferences provider with bounded fuzzy indexes
- @deepseek-ai/dsh-home-pathsv0.0.1-rc.3
Shared filesystem path helpers for the DeepSeek Harness
- @deepseek-ai/dsh-hook-protocolv0.0.1-rc.1
Shared Claude Code / Codex hook wire protocol: matcher engine, stdin/exit-code/stdout codec, multi-hook merge, and hook/* session events
- @deepseek-ai/dsh-host-apiproxyv0.0.1-rc.1
API gateway: the ApiProxy contract (api/), the fetch carrier pair (fetch/), and the host-side gateway plugin providing ctx.apiProxy
- @deepseek-ai/dsh-host-directory-pickerv0.0.1-rc.1
Abstract workspace-directory picking seam (ctx.directoryPicker) for the DeepSeek Harness web GUI host
- @deepseek-ai/dsh-host-directory-picker-autov0.0.1-rc.1
Adaptive chooser of the directory-picker seam: resolves the host situation at boot and mounts the native or browse backend for the DeepSeek Harness web GUI host
In-app browsing backend of the directory-picker seam (listing/creation primitives over the host filesystem)
Native-OS-chooser backend of the directory-picker seam for the DeepSeek Harness web GUI host
- @deepseek-ai/dsh-host-open-in-appv0.1.3-alpha.2
Host half of open-in-app: resolved application catalog, icons, and the launch endpoint as three webServer routes
- @deepseek-ai/dsh-host-webserverv0.0.1-rc.1
Web route-registration plugin: HTTP and upgrade routes, index transform taps, and static dist fallback; knows no harness concepts
- @deepseek-ai/dsh-http-proxyv0.1.3-alpha.2
Process-wide outbound HTTP proxy policy for DeepSeek Harness: resolve it from the launch environment and install it as undici's global dispatcher
- @deepseek-ai/dsh-invariantsv0.0.1-rc.1
Registry service for package-owned DeepSeek Harness runtime invariants
- @deepseek-ai/dsh-launch-environmentv0.0.1-rc.3
Immutable DeepSeek Harness launch environment that records which layer supplied each value
- @deepseek-ai/dsh-message-feedbackv0.0.1-rc.2
Lifecycle-bound per-message rating and note sidecar for the DeepSeek Harness
- @deepseek-ai/dsh-native-commandv0.0.1-rc.1
Zero-dependency no-shell execFile runner for host-native OS integrations: utf8 stdio capture, abort propagation, Windows hide
- @deepseek-ai/dsh-output-retentionv0.0.1-rc.5
Zero-dependency bounded-retention primitive: ItemRetainer/TextRetainer + neutral notice helpers (what did we keep, what did we omit)
- @deepseek-ai/dsh-package-manifestv0.1.3-alpha.2
Shared type declarations for package.json.dsh configuration fields
- @deepseek-ai/dsh-permission-presetsv0.0.1-rc.3
User-facing permission presets (ctx.permissionPresets) for the DeepSeek Harness: one product-level Permissions select bundling the sandbox-mode and approval-policy knobs, written through to their own session events
- @deepseek-ai/dsh-personav0.0.1-rc.1
Composition-authored deployment persona section for the DeepSeek Harness
- @deepseek-ai/dsh-plugin-package-inventory-deepseekv0.1.2-alpha.2
Active Loader-backed plugin package inventory for official DeepSeek LLM API requests
- @deepseek-ai/dsh-pwsh-localv0.0.1-rc.1
Local PowerShell implementation of the DeepSeek Harness bash executor seam
- @deepseek-ai/dsh-repeat-tool-reminderv0.0.1-rc.3
Repeat-tool-call guard plugin: advisory reminders when an agent loops on identical tool calls
- @deepseek-ai/dsh-scopev0.0.1-rc.1
Scoped-context registration primitive (scope tags, scope-filtered event dispatch) for the DeepSeek Harness
- @deepseek-ai/dsh-settingsv0.0.1-rc.1
Abstract user-settings seam (ctx.settings) for the DeepSeek Harness
- @deepseek-ai/dsh-settings-filev0.0.1-rc.3
File-backed settings provider (settings.yaml) for the DeepSeek Harness
- @deepseek-ai/dsh-shellv0.0.1-rc.5
Abstract bash executor seam (ctx.shell) for the DeepSeek Harness
- @deepseek-ai/dsh-subprocessv0.0.1-rc.1
Subprocess seam (ctx.subprocess) for the DeepSeek Harness — managed process groups, bounded spill-backed output, and escalated kills behind one abstract service
- @deepseek-ai/dsh-subprocess-e2bv0.0.1-rc.1
E2B subprocess implementation for DeepSeek Harness
- @deepseek-ai/dsh-subprocess-localv0.0.1-rc.1
Local-subprocess implementation of the DeepSeek Harness subprocess seam
- @deepseek-ai/dsh-system-promptv0.0.1-rc.1
System prompt assembly registry for the DeepSeek Harness
- @deepseek-ai/dsh-time-contextv0.0.1-rc.1
Opt-in durable per-step context with the current time and elapsed time
- @deepseek-ai/dsh-timeoutv0.0.1-rc.1
Zero-dependency timeout/deadline primitive: clampTimeout, deadline, timeoutOf, TimeoutReason (timing + classification only, no termination)
- @deepseek-ai/dsh-tmux-contextv0.0.1-rc.1
Opt-in durable per-step context with this agent's tmux pane and window location
- @deepseek-ai/dsh-token-meterv0.0.1-rc.1
Replay-aware token measurement service (ctx.tokenMeter) for the DeepSeek Harness
- @deepseek-ai/dsh-toolsv0.0.1-rc.1
Tool registry and execution pipeline for the DeepSeek Harness
- @deepseek-ai/dsh-typert-generatorv0.0.1-rc.1
TypeScript project analyzer and model-driven Typert artifact generator
- @deepseek-ai/dsh-typert-loaderv0.0.1-rc.1
Loader integration for generated Typert package contributions
- @deepseek-ai/dsh-typert-protocolv0.1.0-rc.6
Compiler-independent Remote metadata and Typert provider protocols
- @deepseek-ai/dsh-typert-registryv0.0.1-rc.1
Runtime registry for generated package reflection and Zod schemas
- @deepseek-ai/dsh-user-approvalv0.0.1-rc.1
User-approval seam (ctx.approval) for the DeepSeek Harness: one-shot permission decisions dispatched to composed answerers over the approval/request waterfall, fail-closed by default
- @deepseek-ai/dsh-user-questionsv0.0.1-rc.3
Abstract user-questions seam (ctx.userQuestions) for asking the human during agent runs
- @deepseek-ai/dsh-util-cryptov0.1.2-alpha.2
Zero-dependency browser-safe UUID and byte-encoding helpers
- @deepseek-ai/dsh-util-timev0.1.2-alpha.2
Zero-dependency time vocabulary shared by wire boundaries: canonicalClientTimeZone (IANA zone validation and canonicalization only, no formatting)
- @deepseek-ai/dsh-util-valuesv0.1.2-alpha.2
Duplicate-install-safe value primitives for the DeepSeek Harness
- @deepseek-ai/dsh-util-workspace-pathv0.1.2-alpha.2
Browser-safe Workspace path and display helpers
- @deepseek-ai/dsh-win32-processv0.1.2-alpha.2
Low-level Win32 process, stdio, and Job Object primitives for the DeepSeek Harness Windows sandbox
- @deepseek-ai/dsh-workspacev0.0.1-rc.1
Workspace entity registry (ctx.workspace): durable workspace records with validated session attachment over the domain data form for the DeepSeek Harness
基础库(非插件)
10 个包- @deepseek-ai/cosmokitv1.8.3
A collection of common utilities
Landlock self-restrict-then-exec launcher for sandboxing subprocesses on Linux: per-platform prebuilt static binaries plus the JS seam that resolves, probes, and speaks their CLI contract
Prebuilt landlock-run Landlock launcher binary for linux-arm64 (static musl) — resolved as a file path by @deepseek-ai/node-addon-landlock-run, never imported
Prebuilt landlock-run Landlock launcher binary for linux-x64 (static musl) — resolved as a file path by @deepseek-ai/node-addon-landlock-run, never imported
Prebuilt system primitives: a Linux Landlock launcher and asynchronous POSIX flock through stable Node-API
Prebuilt POSIX flock Node-API binding for macOS arm64
Prebuilt POSIX flock Node-API binding for macOS x64
Linux arm64 system binaries: static Landlock launcher and glibc/musl Node-API flock addons
Linux x64 system binaries: static Landlock launcher and glibc/musl Node-API flock addons
- @deepseek-ai/schemasteryv3.18.2
Type driven schema validator
社区插件与生态项目
以下项目由社区开发,与 DeepSeek 官方无关,收录仅用于发现,不代表认可或担保。完整列表见 GitHub dsh-plugin 话题。 github.com/topics/dsh-plugin
- nexu-io/open-design★95762
🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / DeepSeek Harness / OpenCode & 20+ CLIs via BYOK.
为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表
DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop
dsh-routing-suite — injector + router-standard kit: install the runtime injector first, then the task-aware reasoning-mode router preset (measured P1-P23).
- liustack/modlens★3954
The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网最强 DeepSeek Harness 外挂视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。
Two-phase DeepSeek Harness preset: Minimal-aligned bootstrap, then full Standard tools (Project2 98/99)
The plugin market inside DeepSeek Harness — browse, search, one-click install · DSH 可视化插件市场
开放的侧边栏底座,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/侧边对话/Git/子代理页面 | Open sidebar foundation, supports third-party extensions to register new sidebar pages. Built-in file rendering/editing, terminal, side chat, Git, and sub-agent pages.
- ccch1mneyyy/dsh-TUI★2987
DSH 官方公众号收录的 TUI 补位插件:Claude Code 风,鲸鱼顶栏/实时状态/流式思考/双击 Esc 回滚/上下文进度+TPS。npm 一键装。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rollback, context bar + TPS. npm one-click.
Whale Girl skin series for DeepSeek Harness. 适用于 DeepSeek Harness 的,鲸鱼娘系列皮肤。
AgentTeams plugin for DeepSeek Harness
DSH Plugin Radar — 开源可自部署的 DSH 插件生态雷达:自动发现 15900+ 候选、k8s 运行级实测管线;自动索引可用Plugin List
DeepSeek v4.1 flash 网络安全红队工具(无限四代) — jailbreak prompts and test suite for DeepSeek 求 Star 收藏 ⭐欢迎大家提交项目的改进
The best DeepSeek Harness plugin for context insight and management, with context dashboard / browser / sidebar and context command, for context statistics, composition, breakdown, evolution details, understanding how the context is made of, and how it evolves. 一站式 DeepSeek Harness 上下文可视化插件,Context 面板及浏览器和侧边栏与 Context 命令,透视上下文组成、演进、压缩、剪枝等事件与动作。
- xmanrui/dsh-im★1280
通过扫码或机器人凭据把IM机器人接入DeepSeek Harness(支持飞书、微信、钉钉、企业微信、QQ、Slack、Telegram、Discord和WhatsApp)。 Connect IM bots to DeepSeek Harness via QR code or credentials (9 channels).