Back to marketplace

dsh-conversation-archive

Other

yxv1203-collab/dsh-conversation-archive

Manages archived conversations, file retention, and local backups for DeepSeek Harness from the settings interface. Supports search, batch operations, scheduled backups, and verification.

  • deepseek-harness
  • dsh
  • dsh-plugin
  • plugin
GitHub Stars
3GitHub
Views
0DSH Plugin Hub
Forks
0GitHub
Open issues
0GitHub Issues
Manifest version
1.0.0dsh-conversation-archive
Latest push
Sep 2, 2026GitHub
License
MITJavaScript
Plugin type
Host + ClientRuns in both Host and Web Client

Verification and compatibility

This section shows evidence collected by the catalog. Undeclared information is labeled as unknown.

Runtime verified
01Exact source: github · dsh-conversation-archive@1.0.002Validated: Sep 3, 202603Verified Harness: 0.1.0-rc.7
Current-version compatibility
Verified on the catalog Harness version
Declared Harness range
Not declared
Declared platforms
Not declared
Profiles
web
Build approval
No requirement detected
Permissions
Not declared
External services
Not declared
Telemetry
Unknown
No known risk flags found

This is not a security endorsement. Review source, permissions, and configuration before installing.

View evidence and scope

Verification covers only the named source, version, and Harness environment. It does not guarantee future compatibility.

  • github:yxv1203-collab/dsh-conversation-archive#f59db138603037db2ec4106b02b99fee06230af5
  • The plugin completed a load check in an isolated environment.

README

View source

DSH Workspace Manager

English · 简体中文 · Releases · Issues

Manage archived conversations, retain important files, and back up session data from the DeepSeek Harness settings interface.

Features

AreaCapabilities
Archive managementSearch and filter by conversation type or project; unarchive or delete conversations individually or in batches.
File retentionReview 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 backupsManual, scheduled, and shutdown ZIP backups; local or network destinations; manifest and hash verification; configurable retention and restore to an empty folder.
Workspace supportRegistered folders across Windows drives and independent projects; automatic registration of historical sessions; a stable shared file-library location across restarts.
Settings and diagnosticsPersistent preferences, in-app reminders, compatible-release notifications, and runtime diagnostics. Updates are not installed automatically.

Preview

Archived conversations and retained files

Backup and settings

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.

License

MIT

Comments

0
Newest first