DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Conversation Archive — DeepSeek Harness 插件(DSH Plugin)
← Plugins
C

dsh-conversation-archive

Conversation Archive

DeepSeek Harness 的原生归档、保留和备份管理。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:yxv1203-collab/dsh-conversation-archive#9fe4a69d30ea12b4b4b1399f43e90bd4ff939bd8
README兼容性版本
Local backup and plugin settings

兼容性与来源证明

Conversation Archive 以 dsh-conversation-archive 发布,当前版本为 1.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/5

版本

1.1.0stable
2026/9/5
1.0.1stable
2026/9/4
1.0.0stable
2026/9/1
1.2.0stable
2026/9/1

相关插件

正在加载相关插件…

最新版
1.2.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 3
周下载
0
最近提交
2026/9/5
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Archive Manager@michengai/dsh-archive-manager可通过 NPM 安装的 DSH Web 插件,用于管理已归档的会话。Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。Rewind Plugindsh-rewind-plugin同窗口内对话回退并恢复工作区文件MisakanetmisakanetMisakaNet 失败记忆技能——为 AI 代理提供按证据评级的失败经验。DSH bundle:将 MCP 工具注册为 mcp__misakanet__*(misakanet_search/get_lesson/…),由公共 Streamable HTTP 端点 https://misakanet.org/mcp 提供服务——实时工具 f

README

DSH Workspace Manager

English | 简体中文

Workspace management for DeepSeek Harness, integrated directly into Settings → Workspace Manager.

The plugin extends DSH's native archive workflow with a searchable archive view, safe deletion, automatic protection of valuable outputs, and verified local backups. DSH remains the source of truth for conversation and project state.

Features

  • Browse, search, filter, restore, and batch-manage natively archived conversations.
  • Move conversations and their DSH-owned data to the Windows Recycle Bin.
  • Review deletion candidates with the active DSH model and automatically retain valuable outputs before cleanup.
  • Manage retained files across conversations and projects, including restore and batch removal.
  • Create verified ZIP backups manually, periodically, or when DSH closes.
  • Back up all managed data, selected conversations, project-associated conversation data, or retained files.
  • Check for compatible releases without silent installation or background replacement.

The plugin follows DSH's existing workspace layout. It does not create projects, reorganize source trees, or generate per-conversation category folders.

Requirements

  • Windows 10 or Windows 11
  • DeepSeek Harness 0.1.1-rc.2 or a compatible later release
  • PowerShell 5.1 or later

No folder needs to be created before installation or first use. Plugin state and the retained-file library are created only when needed. A backup destination is selected from the settings page and validated by the plugin.

Install

Install the tagged release into the DSH web profile:

dsh plugin --profile web add github:yxv1203-collab/dsh-conversation-archive#v1.2.0

Restart DSH, then open Settings → Workspace Manager.

For offline installation, download the .tgz asset from GitHub Releases and run:

dsh plugin --profile web add .\dsh-conversation-archive-1.2.0.tgz

Update and remove

Install a newer release tag with the same dsh plugin --profile web add command, then restart DSH.

Remove the plugin with:

dsh plugin --profile web remove dsh-conversation-archive

Removal keeps retained files, backups, and plugin state so they are not lost accidentally. They can be reviewed and removed separately.

Data safety

  • Original project source directories are never deletion targets.
  • Destructive operations use the Windows Recycle Bin and validate registered ownership and physical path boundaries.
  • Important-file retention completes before conversation data is recycled; a failed review or copy stops deletion.
  • Backup archives contain a manifest and hashes and are verified before restoration.
  • On DSH versions without a public destructive conversation API, deletion is safely queued and completed on the next clean DSH start.

The retained-file library is a local protection area, not cloud storage. Use backups or your preferred sync service for long-term off-device storage.

Feedback

Bug reports and improvement proposals are welcome through GitHub Issues. For direct discussion, contact yxv1203@gmail.com.

License

MIT — free for personal and commercial use, modification, and distribution subject to the license terms.