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

dsh-plugin-session-batch-archive

Plugin Session Batch Archive

Enable multi-selection and bulk archiving for the DSH session list, with confirmation before submission.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:antlordGit/dsh-plugin-session-batch-archive#430c3671db766988de262c7d1d1fffcdff33ed03
READMECompatibilityVersions

Compatibility and provenance

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

Versions

0.2.0stable
8/31/2026
0.1.0stable
8/29/2026

Related plugins

Loading related plugins…

Latest
0.2.0
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
8/31/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.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.

README

dsh-plugin-session-batch-archive · 会话批量归档

为 DeepSeek Harness Web 侧栏增加一个“批量归档”入口。点击后原生会话行前会出现复选框,可直接勾选多个会话,再经二次确认后批量归档。

效果展示

批量归档入口

插件在侧栏底部增加「批量归档」入口,不改变原有会话列表布局。

会话批量归档入口

选择多个会话

进入多选模式后,会话标题前显示复选框,底部按钮实时显示已选数量。

选择需要归档的多个会话

二次确认

提交前会再次显示归档数量、会话标题和行为说明,避免误操作。

批量归档二次确认

特性

  • 使用 sidebar.footer.action 增量挂载,不替换原生会话列表
  • 原生会话列表进入多选模式,复选框直接显示在会话标题前
  • 同名会话通过原生拖拽契约读取真实 Session id,不按标题猜测
  • 明确标记当前会话
  • 提交前显示第二次确认和待归档标题清单
  • 逐个调用 workspaces.archiveSession(id),避免并发完整快照回声互相覆盖
  • 部分失败时保留界面并列出失败项
  • 使用 DSH 主题令牌,自动适配明暗主题

DSH 的“归档”只会隐藏会话,不会删除日志。当前运行时没有查看或取消归档入口,确认框会明确提示这一限制。

构建

npm run build

安装方式

方式一:从 GitHub 在线安装

dsh plugin --profile web add github:antlordGit/dsh-plugin-session-batch-archive
dsh web

方式二:Git Clone 下载后安装

git clone https://github.com/antlordGit/dsh-plugin-session-batch-archive.git
cd dsh-plugin-session-batch-archive
npm install
npm run build
dsh plugin --profile web add "$(pwd)"
dsh web

两种方式任选其一。安装后重启 DSH Web,在侧栏底部点击“批量归档”,会话行前即出现复选框;勾选后点击底部“归档 N”进入二次确认。侧栏折叠时仅显示图标。

运行时契约

  • sidebar.footer.action:批量归档入口
  • shell.overlay:多选与确认对话框
  • useSessions:会话列表、标题、当前会话和更新时间
  • useWorkspaces:已归档集合
  • ctx.get('workspaces').archiveSession(id):公开归档动作