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.

Archive Restore — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

@swxs/archive-restore

Archive Restore

DSH archive session management: view archived sessions and restore them in place

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

npx -y @deepseek-ai/dsh plugin --profile web add github:swxs/archive-restore#d1aec66f8b1952f089130482b23658ee96f6ef02
READMECompatibilityVersions

Compatibility and provenance

Archive Restore is published as @swxs/archive-restore and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.1.1stable
9/2/2026
0.1.0stable
9/2/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
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

@swxs/archive-restore

DSH Web 客户端插件:查看已归档会话,并一键恢复到原位置。

功能

安装后,Web 客户端侧边栏底部会出现 「归档」 入口,点击打开归档面板。

功能说明
查看归档列表展示所有已归档会话的标题、原工作区(或未分组)、归档顺序(#N)
搜索与过滤按标题、原工作区名、Session ID 前缀搜索;按工作区 chip 过滤
恢复原位置点击行尾 ↻ 取消归档,会话回到归档前的位置(席位保留)
安全保护进行中的 live 会话拒绝恢复;仅修改归档记账,不触碰会话日志

安装

从 npm 安装(发布后)

dsh plugin --profile web add <url>

安装完成后重启 DSH Web 客户端(或重新加载 web profile),侧边栏底部应出现「归档」按钮。

卸载

dsh plugin --profile web remove @swxs/archive-restore

卸载后重启 DSH Web 客户端。卸载不会删除已归档的会话数据。

使用

  1. 在 DSH Web 客户端侧边栏底部点击 「归档」。
  2. 在归档面板中浏览、搜索或按工作区 chip 过滤会话。
  3. 将鼠标悬停在某一行,点击行尾的 ↻ 恢复图标,会话立即恢复到原位置。
  4. 恢复成功后,该行自动从列表消失,侧边栏工作区视图同步刷新。

列表按最近归档优先排序;#N 表示全局归档先后顺序(不因倒序展示而重编)。

License

MIT