dshbase

Plugin directory / Developer / dsh-restore-archived-sessions

dsh-restore-archived-sessions

Unverified le-soleil-se-couche

✓ Actively maintained

View on GitHub ↗ ← Back to plugin directory

1Stars
0Forks
0Open issues
Language
2026-08-16Last push
Cross-platformPlatform

What it does

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

Our take
Unverified — not yet verified

查看并恢复 Harness 中已被归档的会话 Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-restore-archived-sessions

English

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

项目简介

DeepSeek Harness 官方版本中,会话归档后会从所有分组视图中消失,且没有查看或恢复入口。
本项目补上这块缺口:已归档会话会集中显示在「设置 → 已归档对话」页面中,可以查看标题、所属工作区和最后活动时间,也可以一键恢复。

功能

  • 在设置页集中列出所有已归档会话
  • 显示会话标题、所属工作区(或“未分组”)和最后活动时间
  • 恢复:仅把会话移出归档,会话回到原工作区位置
  • 恢复并查看:恢复后直接打开会话,并自动关闭设置面板
  • 归档与恢复使用完整快照同步,多标签页状态一致
  • 归档集合持久化保存,重启 Harness 后仍然有效

已归档对话

安装

此功能依赖 Harness 主线的 workspace.unarchiveSession RPC,旧版本官方 Harness 没有这个接口。
因此本项目以“补丁包 + 安装脚本”的方式交付。

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

回滚:

bash install.sh --rollback

使用方法

  1. 在会话列表中归档任意一个会话。
  2. 打开左下角「设置」。
  3. 进入「已归档对话」。
  4. 点击「恢复」只恢复归档;点击「恢复并查看」则恢复并打开会话。

项目结构

.
├── README.md              # 中文说明(默认)
├── README.en.md           # English
├── docs/images/           # 截图
├── dist/                  # 已构建的 Host 与客户端包
└── install.sh             # 安装 / 回滚脚本

兼容性

  • 已在 DeepSeek Harness master 源码环境验证。
  • 安装脚本仅替换 dsh-workspacedsh-host-apiproxy 和三个客户端 bundle。
  • 安装前自动备份,支持一键回滚。

许可

MIT

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-restore-archived-sessions for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:le-soleil-se-couche/dsh-restore-archived-sessions

Headless (CLI) profile:

dsh plugin --profile headless add github:le-soleil-se-couche/dsh-restore-archived-sessions

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →