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.

Session Archive — DSH Plugin for DeepSeek Harness
← Plugins
S

@kiligzzz/dsh-session-archive

Session Archive

A DeepSeek Harness Web-plugin that surfaces the registry-global archived-session set: list archived sessions in the sidebar and restore (unarchive) them.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:kiligzzz/dsh-session-archive#5a1cd4560c41ceff2242113f362e87ee1bd998a8
READMECompatibilityVersions

Compatibility and provenance

Session Archive is published as @kiligzzz/dsh-session-archive and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

0.1.3stable
8/22/2026
0.1.2stable
8/22/2026
0.1.1stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/15/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.

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.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.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-session-archive

English | 简体中文

一个 DeepSeek Harness Web 插件:把注册表全局的已归档会话呈现出来, 支持预览、恢复(取消归档)与删除。

harness 会把归档会话从所有界面(工作区分组、未分组、内容搜索、平铺列表) 中隐藏,却不提供任何查看或恢复入口。本插件在侧边栏底部添加一个入口, 补上这块缺失的能力。

截图

面板 —— 已归档会话按所属工作区目录分组,组内按时间倒序;每行显示 最后活动时间,悬停可见绝对时间戳。

面板

实时标题搜索 —— 输入即跨所有分组过滤列表。

搜索

只读预览 —— 点击会话标题打开弹窗,从磁盘日志渲染全部用户问题; 归档状态全程不受影响。

预览

删除二次确认 —— 删除必须经过显式确认弹窗;活跃会话一律拒绝删除。

删除确认

侧边栏入口 —— 插件在侧边栏底部添加按钮,与 Cordis Plugin、插件市场并列。

侧边栏入口

功能

  • 侧边栏底部入口 —— 侧边栏底部的「已归档会话」按钮(收起为图标 rail 时同样可用)。
  • 分组面板 —— 宽幅固定尺寸面板列出全部已归档会话,按所属工作区 目录分组(未分组排最后),分组可折叠,每组带计数徽章。
  • 每行最后活动时间 —— 紧凑相对时间(刚刚 / 5分钟 / 3小时 / 2天), 风格与侧边栏会话行一致;悬停显示绝对本地时间。组内按时间倒序 排列(最新在上)。
  • 实时标题搜索 —— 输入即跨全部分组过滤会话。
  • 只读预览 —— 点击会话标题打开弹窗,从磁盘日志渲染全部真实用户 问题(系统注入内容已排除)。纯观察性操作:归档状态全程不受影响, 可先查看内容再决定恢复还是删除。
  • 一键恢复 —— 调用同源 host 路由,从持久化归档集中移除该 id (幂等,经 workspace-registry 写入链串行化);会话随即回到原分组。
  • 带确认的删除 —— 垃圾桶按钮打开确认弹窗;确认后永久移除归档 记录、解除工作区记账并删除磁盘上的日志目录。活跃会话拒绝删除。
  • Host 服务 API —— 向相邻 host 插件暴露 workspaceArchive (list() / preview(sessionId) / restore(sessionId) / deleteSession(sessionId))。

安装

前置:DeepSeek Harness Web profile(dsh 可用,pnpm 在 PATH 上)。

dsh plugin --profile web add https://github.com/kiligzzz/dsh-session-archive

重启 Web profile(host 与浏览器 bundle 在启动时扫描),然后刷新页面。 bundle id 出现在 __DSH_BOOT__ 中,侧边栏底部出现 sidebar.footer.action 入口。

从本地 checkout 安装:

pnpm --dir <本仓库路径> install   # 仅重建时需要(dev 依赖 esbuild)
pnpm --dir <本仓库路径> run build # 可选 —— lib/ 构建产物已提交
dsh plugin --profile web add "$PWD"

卸载

dsh plugin --profile web remove @kiligzzz/dsh-session-archive

工作原理

  • host(src/index.ts):注入 workspaceRegistry(及可选 webServer)的 cordis 插件。WorkspaceArchive.restore() 复刻注册表 自身 archiveSession 的写入路径:enqueueOperation → requireState → setState({ ...state, archivedSessionIds: filtered }), 变更经串行化原子持久化到工作区域(~/.dsh/storages/workspace.json)。 同源路由 /_dsh/session-archive 提供 GET(列表)与 POST {action:'restore'|'delete'|'preview'}。
  • client(src/client/index.tsx):注册 sidebar.footer.action 入口;面板从共享 useWorkspaces / useSessions store 读取 archivedSessionIds 与会话摘要,恢复时 POST 到 host 路由,随后 workspace 基线刷新。相对时间取自每个会话的 updatedAt。

许可证

MIT