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 Manager — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

@chushiz/dsh-archive-manager

Archive Manager

DSH profile-bundle plugin: browse archived sessions, restore (un-archive) one to continue the conversation, or hard-delete its on-disk JSONL log directory. Integrates into the Settings panel.

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

npx -y @deepseek-ai/dsh plugin --profile web add @chushiz/dsh-archive-manager@0.5.0
READMECompatibilityVersions
搜索:类型筛选 + 关键词高亮预览:点击标题展开 4 句对话

Compatibility and provenance

Archive Manager is published as @chushiz/dsh-archive-manager and currently resolves to version 0.5.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/21/2026

Versions

0.5.0stable
8/21/2026
0.4.0stable
8/21/2026
0.1.5stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.5.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
500.2 kB
Files
13
Surface
web
License
MIT
Source
npm
GitHub
★ 8
Weekly downloads
0
Last push
8/21/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

dsh-archive-manager

English · 中文

DeepSeek Harness Web GUI 的归档会话管理插件,位于 设置 > 归档会话。harness 内置的"归档"是单向的:只隐藏会话、没有取消归档。本插件补齐浏览、恢复、删除:

  • 浏览 —— 按工作区分组列出已归档会话,支持标题 / 目录 / id / 预设 / 会话正文全文搜索。
  • 全文搜索 —— 基于 harness 的 sessionQuery SQLite FTS5 索引:用户消息、AI 回复、工具调用与参数、todo 全部可搜;命中高亮、关键词居中短窗口、每会话最多 5 条,可按类型筛选。
  • 批量操作 —— 多选复选框 + 顶部批量删除;删除前自动停掉活着的 agent,避免文件占用。
  • 对话预览 —— 点击标题展开最近 4 句对话(用户-AI 交替),无需恢复即可判断是否为目标会话。
  • 恢复并打开 —— 取消归档并打开,可查看历史、继续对话。
  • 删除 —— 物理移除会话日志目录,不可逆。

搜索:类型筛选 + 关键词高亮

预览:点击标题展开 4 句对话

host:   归档集合 + 持久化标题/元数据  --archiveManager 服务--> 浏览器
client: 设置页"归档会话"(工作区分组 + 全文搜索 + 恢复并打开 + 删除)

安装

dsh plugin --profile web add @chushiz/dsh-archive-manager

安装后重启 dsh web,在 设置 > 归档会话 中使用。

兼容性

dsh 版本状态
>= 0.1.0-rc.7✅ 支持(FTS5 搜索 + 服务直连)
< 0.1.0-rc.7⚠️ 未验证(依赖 sessionQuery.searchSessions 与 webServer 载体)
  • Node.js ^22.19 || >=24(随 dsh 要求)
  • 无 FTS 后端(openAt: never)时自动回退逐会话扫描;服务未代理到浏览器时自动回退 HTTP API

权限边界

  • host 侧操作工作区注册表的归档集合与持久化状态:list 只读、unarchive 反向归档、delete 经 shell 移除日志目录;不写日志、不注册面向模型的工具。
  • client 侧注册设置页 settings.section,通过 archiveManager 服务调用以上操作。

License

MIT