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.

Plugin Session Archive — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-plugin-session-archive

Plugin Session Archive

Browse archived DeepSeek Harness sessions from the sidebar footer, read full transcripts, and permanently delete them (including conversation logs).

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

npx -y @deepseek-ai/dsh plugin --profile web add github:HuangLM03/dsh-plugin-session-archive#0522cf57068582020281c7340b7c687a0382cd3f
READMECompatibilityVersions

Compatibility and provenance

Plugin Session Archive is published as dsh-plugin-session-archive and currently resolves to version 1.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/4/2026

Versions

1.1.1
stable
9/4/2026
1.1.0stable
9/3/2026
1.0.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
1.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/4/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessWeknora@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.Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agents

README

dsh-plugin-session-archive

English

DeepSeek Harness 插件:管理已归档会话。归档会话不会出现在普通侧边栏列表里;本插件从侧边栏底部打开它们,阅读完整对话,并永久删除。

适用于 Windows 与 macOS(以及 Linux),以及 DSH Desktop / dsh web。

安装

在能运行 dsh 的终端里执行:

  • DSH Desktop:托盘菜单 →「打开终端」(Windows / macOS 都一样)
  • 命令行安装的 dsh:任意已把 dsh 加入 PATH 的终端(Windows 可用 PowerShell 或 cmd,macOS / Linux 可用 Terminal / iTerm)

把 --profile 换成你正在用的 profile:

客户端profile
DSH Desktopdesktop
dsh webweb

下面以 DSH Desktop 为例。若使用 dsh web,把 desktop 改成 web。

从 GitHub 安装

dsh plugin --profile desktop add github:HuangLM03/dsh-plugin-session-archive

从本地目录安装

先克隆或下载本仓库,再把路径换成你机器上的插件根目录(该目录必须包含 package.json 和 cordis.patch.yml)。

macOS / Linux:

dsh plugin --profile desktop add /path/to/dsh-plugin-session-archive

Windows(PowerShell 或 cmd):

dsh plugin --profile desktop add C:\path\to\dsh-plugin-session-archive

路径含空格时请加引号,例如:

dsh plugin --profile desktop add "/Users/你的用户名/dsh-plugin-session-archive"
dsh plugin --profile desktop add "C:\Users\你的用户名\dsh-plugin-session-archive"

安装完成后重启 DeepSeek Harness 或 DSH Desktop。侧边栏最底部会出现 归档会话(英文界面为 Archived Sessions)。

卸载

dsh plugin --profile desktop remove dsh-plugin-session-archive

然后重启。使用 dsh web 时同样把 desktop 改成 web。

使用

  1. 在侧边栏底部点击 归档会话(侧边栏收起时只显示箱子图标)。
  2. 弹出面板按工作区分组列出已归档会话,显示标题、归档顺序、创建时间。
  3. 查看内容:展开该会话的完整对话(用户 / 助手 / 工具调用与结果)。再点一次即可收起。
  4. 取消归档:把该会话恢复到原工作区原位置,可继续对话。取消归档只支持单个会话、点击即生效(不弹确认窗口)。会话被点击打开前,侧边栏该行会显示一个“刚取消归档”标记,打开后消失。
  5. 删除:先点删除,再点「确认删除」。会话会从归档列表移除,磁盘上的对话日志一并删除,不可恢复。
  6. 选择:进入多选,勾选若干会话后点「删除」,二次确认后批量永久删除。(多选模式不提供取消归档。)
  7. 刷新:重新读取归档列表。点右上角 ×,或点击面板外的遮罩关闭。

界面语言跟随 DSH(中文 / English),颜色跟随当前主题。

许可

MIT