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.

Assembly Resume — DSH Plugin for DeepSeek Harness
← Plugins

dsh-assembly.resume

Assembly Resume

Import local Codex and Claude Code sessions into DSH Agent conversations

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-assembly.resume@0.1.6
READMECompatibilityVersions
Session Resume settings

Compatibility and provenance

Assembly Resume is published as dsh-assembly.resume and currently resolves to version 0.1.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.6stable
9/6/2026
0.1.5stable
8/29/2026
0.1.4stable
8/27/2026
Show 3 more versionsCollapse versions
0.1.3stable
8/26/2026
0.1.1stable
8/26/2026
0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
540.5 kB
Files
46
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
125
Security scan
✓ v0.1.6 scan passed
Last push
9/6/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in memory-context.

Contextdsh-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.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.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.Memory@furongjun1999/dsh-memoryLingshu (Lingshu·líng shū) DeepSeek Harness plugin: a complete brain—long-term memory/knowledge flywheel/self-awareness/recursive reflection integrated with DSH, with conversations automatically distilled into the md_cg cognitive graph (md documents)

README

dsh-assembly.resume

Bring an existing Codex or Claude Code conversation into DSH, then continue it with the DSH Agent.

What It Does

  • Finds local conversations from Codex, Claude Code CLI, and Claude Code Desktop.
  • Groups conversations by their original project so they are easier to find.
  • Imports the selected conversation into DSH, including its visible messages and tool activity.
  • Automatically registers and binds an existing source directory as a DSH Workspace.
  • If the historical path no longer exists or the original conversation had no workspace, a new workspace can be specified during handoff. Otherwise, the conversation imports unbound and the old directory is never recreated.
  • Continue the conversation in DSH after transfer.

Session Resume settings

Installation

Install the package from npm:

npm install dsh-assembly.resume

Add it to a DSH profile:

dsh plugin --profile web add dsh-assembly.resume

Start DSH:

dsh web

Open Settings > Plugins and select Session Resume to choose a provider and conversation.