DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Memory Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

@yushenghai/dsh-memory-plugin

Memory Plugin

Pluggable persistent memory bundle for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:yushenghai1106/dsh-memory-plugin#e2ee6b3cf865ed7590e71ee24128efaf845e719b
READMECompatibilityVersions

Compatibility and provenance

Memory Plugin is published as @yushenghai/dsh-memory-plugin and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/2/2026

Versions

0.1.0stable
9/2/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/2/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessContextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.

README

@yushenghai/dsh-memory-plugin

Persistent-memory bundle for DeepSeek Harness. It provides curated project facts and user preferences, automatic completed-turn retention, asynchronous inbox prefetch, current-question recall, optional semantic vectors, and a local entity co-occurrence graph.

Install

dsh plugin --profile default add @yushenghai/dsh-memory-plugin

The bundle adds its cordis.patch.yml layer automatically. Check the final composition with:

dsh --profile default --dump-config

Configuration

provider: local enables the built-in durable provider. Set embeddingProvider only when another plugin registers a matching MemoryEmbedder; it adds semantic-vector ranking without replacing the local graph.

The default patch configures bounded static memory, automatic retention, and a 30-second prefetch cache. Override its ysh-memory row in the profile's cordis.patch.yml to change those values.

Compatibility

This bundle targets DeepSeek Harness 0.1.2-alpha.2 and newer. It expects the selected profile to include the normal storage, agent, LLM, and tool services from @deepseek-ai/dsh-base.

Publish

pnpm install
pnpm run build
pnpm publish --access public

For Git-host installation, prepare builds the package. Consumers must explicitly allow that build in their profile's pnpm-workspace.yaml; npm publication with prebuilt dist/ avoids that approval.