dsh-conversation-archive
其他yxv1203-collab/dsh-conversation-archive
从设置界面管理 DeepSeek Harness 的会话归档、文件保留和本地备份。支持搜索、批量操作、定时备份和校验。
- deepseek-harness
- dsh
- dsh-plugin
- plugin
验证与兼容性
这里展示目录实际采集到的证据;未声明的信息会明确标为未知。
- 当前版本兼容性
- 已在当前目录版本验证
- 声明的 Harness 范围
- 未声明
- 声明的平台
- 未声明
- 适用 Profile
- web
- 构建授权
- 未检测到需要
- 权限声明
- 未声明
- 外部服务
- 未声明
- 遥测声明
- 未知
这不是安全背书;安装前仍应查看源码、权限和配置。
查看证据与判定范围
验证仅覆盖标出的来源、版本和 Harness 环境,不代表未来版本仍然兼容。
github:yxv1203-collab/dsh-conversation-archive#f59db138603037db2ec4106b02b99fee06230af5- 插件已在隔离环境完成加载检查。
README
DSH Workspace Manager
English · 简体中文 · Releases · Issues
Manage archived conversations, retain important files, and back up session data from the DeepSeek Harness settings interface.
Features
| Area | Capabilities |
|---|---|
| Archive management | Search and filter by conversation type or project; unarchive or delete conversations individually or in batches. |
| File retention | Review candidate outputs with the DSH model before deletion; preserve verified copies in a shared library with deduplication, source tracking, restore, batch removal, and reminders. |
| Local backups | Manual, scheduled, and shutdown ZIP backups; local or network destinations; manifest and hash verification; configurable retention and restore to an empty folder. |
| Workspace support | Registered folders across Windows drives and independent projects; automatic registration of historical sessions; a stable shared file-library location across restarts. |
| Settings and diagnostics | Persistent preferences, in-app reminders, compatible-release notifications, and runtime diagnostics. Updates are not installed automatically. |
Preview


Installation
Requires Windows 10 or 11, PowerShell 5.1+, and Node.js 20+ or the version required by DSH. Tested with DSH 0.1.1-rc.2; other DSH versions are not yet verified.
dsh plugin --profile web add github:yxv1203-collab/dsh-conversation-archive#v1.0.0
Restart DSH and open Settings → Workspace Manager. No workspace reorganization is required.
Download the .tgz package and matching .sha256 file from Releases. Compare the checksums before installing.
Get-FileHash .\dsh-conversation-archive-1.0.0.tgz -Algorithm SHA256
Get-Content .\dsh-conversation-archive-1.0.0.tgz.sha256
dsh plugin --profile web add .\dsh-conversation-archive-1.0.0.tgz
To remove:
dsh plugin --profile web remove dsh-conversation-archive
Restart DSH after installation or removal. Retained files and backups are preserved. To replace an earlier build with the same version number, remove it and install the current release package after verifying its checksum.
Usage and data protection
- Archive state comes from DSH. The plugin manages already-archived conversations without creating a separate project structure.
- Deletion recycles the selected session's DSH data, not the original project folder or source files. File review and copy verification must succeed before protected deletion proceeds. On DSH
0.1.1-rc.2, workspace-reference cleanup completes at the next normal startup. - File review may send candidate content to the model provider configured in DSH. Retention is selective and does not replace a full project backup.
- Backups cover registered session data and retained files, not entire source repositories. Automatic backup is off by default; five verified backups are retained by default. Older backups are recycled only after a new backup is verified.
- Use accessible workspace subfolders, not drive or share roots. Restore never overwrites existing files. Network destinations require appropriate permissions and Recycle Bin support; cloud accounts are not connected directly.
The session does not yet have a valid workspace mapping. Startup and archive synchronization backfill mappings from DSH metadata. If the message persists, check workspace access and session metadata before relying on output protection or complete backups.
Restoring a retained file to its original location requires a recognized DSH workspace; otherwise, choose another destination.
Contributing
Use Issues for bug reports and feature requests, or contact yxv1203@gmail.com. Include the DSH version, reproduction steps, and sanitized diagnostics. Run npm test with a compatible local DSH installation before submitting code changes.