dsh-conversation-archive
开发工具 活跃维护

dsh-conversation-archive

yxv1203-collab/dsh-conversation-archive

原生集成无需额外适配,支持对话内容自动归档、自定义留存周期、安全删除无残留,同时提供可信备份校验与全流程管理能力,操作简单数据可控。

3
Stars 标星
0
Forks 分支
3
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
799 KB
仓库大小
21 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:yxv1203-collab/dsh-conversation-archive
git clone https://github.com/yxv1203-collab/dsh-conversation-archive.git
git clone git@github.com:yxv1203-collab/dsh-conversation-archive.git
README.md main

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

Archived conversations and retained files

Backup and settings ![Backup and settings](https://cdnimage-cache.doubi.ren/?url=https://raw.githubusercontent.com/yxv1203-collab/dsh-conversation-archive/main/docs/images/backup-and-settings.png)

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.

Offline installation and removal Download the `.tgz` package and matching `.sha256` file from [Releases](https://github.com/yxv1203-collab/dsh-conversation-archive/releases/tag/v1.0.0). Compare the checksums before installing. ```powershell 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: ```powershell 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.
Metadata not registered 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.

License

MIT