AI Agent Hub
Back to plugins
🖥️

dsh-archive-manager

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install zengcj-dev/dsh-archive-manager

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install zengcj-dev/dsh-archive-manager in DeepSeek Harness to install; the source is at https://github.com/zengcj-dev/dsh-archive-manager .

About this plugin

DSH 0.1.1-rc.2 treats session archiving as a one-way action: you can right-click to archive, but there is no built-in way to unarchive or restore. A mis-archived session effectively disappears until you dig through code. dsh-archive-manager exists to close that gap.

The plugin injects a new section under Settings > Archived Sessions, listing every archived conversation with its title, creation time, and workspace. A single click on the Restore button moves the session back to the sidebar instantly via a host domain-change broadcast, with the full history preserved, no page reload, and no dsh web restart.

It is built for DSH 0.1.1-rc.2 (web profile) users who need to bring back an archived session. The footprint is deliberately tiny: pure React 18 with native fetch on the client, zero-dependency ESM on the server, and no build step. Install and go.

Use Cases

  • Accidentally archived an important conversation and need a one-click restore without restarting
  • Tidying up sessions resulted in too many archived, need a central view to pick and restore
  • A new session got mis-archived and needs to reappear in the sidebar instantly

Best For

  • Developers on DSH 0.1.1-rc.2 web profile
  • DSH users who archive and search sessions frequently
  • DSH users who prefer lightweight, zero-build-step plugins