DeepSeek Harness plugin

dsh-restore-archived-sessions

查看并恢复 Harness 中已被归档的会话

Jump to install

Source facts

Repository
le-soleil-se-couche/dsh-restore-archived-sessions
Latest update
Aug 16, 2026
Category
Memory
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/le-soleil-se-couche/dsh-restore-archived-sessions
Plugin: dsh-restore-archived-sessions
Author: le-soleil-se-couche

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

dsh-restore-archived-sessions

中文

> View and restore archived sessions in Harness.

Overview

The official DeepSeek Harness hides archived sessions from every grouping surface and provides no way to view or restore them. This project adds the missing surface: archived sessions appear under Settings → Archived conversations, where you can see each session's title, workspace, and last activity, then restore it with one click.

Features

  • Lists every archived session in one Settings page
  • Shows session title, owning workspace (or Ungrouped), and last activity time
  • Restore: removes only the archive marker; the session returns to its previous workspace slot
  • Restore and view: restores the session, opens it, and closes Settings
  • Archive state uses full-snapshot synchronization across tabs
  • Archive state is durable and survives restarts

![Archived conversations](docs/images/archived-sessions.png)

Installation

> This feature depends on the workspace.unarchiveSession RPC from the Harness mainline. > Older official builds do not expose that RPC, so this project ships a patch bundle plus an installer.

git clone https://github.com/le-soleil-se-couche/dsh-restore-archived-sessions.git
cd dsh-restore-archived-sessions
bash install.sh
dsh web --host 127.0.0.1 --port 3080

Rollback:

bash install.sh --rollback

Usage

1. Archive any session from the sidebar. 2. Open Settings. 3. Open Archived conversations. 4. Use Restore to unarchive only, or Restore and view to unarchive and open the session.

Project layout

.
├── README.md              # Chinese (default)
├── README.en.md           # English
├── docs/images/           # Screenshots
├── dist/                  # Built host and client bundles
└── install.sh             # Install / rollback script

Compatibility

  • Verified against the DeepSeek Harness master source tree.
  • The installer replaces only dsh-workspace, dsh-host-apiproxy, and three client bundles.
  • Existing files are backed up before installation; rollback is one command.

License

MIT