hashdiana/dsh-archived-sessions ↗★ 0
dsh-archived-sessions
在设置面板中新增“已归档会话”分区:列出被归档的会话(默认在侧边栏不可见),点击即可重新打开
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hashdiana/dsh-archived-sessions说明文档
阅读完整 README ↗dsh-archived-sessions
An "Archived sessions" page in the DeepSeek Harness settings — reopen the sessions the sidebar hides.
🌐 中文 · English
A DSH plugin adding an Archived sessions page to the Settings panel: it lists every session in the registry-global archive set (normally hidden from the sidebar grouping surfaces and search), and clicking a row reopens that session and closes the settings panel.
🎯 Archiving shouldn't be a one-way door — every archived session stays one click away.
Contents
Why
In DSH 0.1.0-rc.6 archiving is one-way: workspace.archiveSession moves a
session into the registry-global archive set, all grouping surfaces and search
hide it, and this version ships no unarchive API. This plugin closes that
gap — session logs and workspace accounting survive archiving, so an archived
session can always be reopened from here.
Install
From GitHub (recommended):
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hashdiana/dsh-archived-sessions
From a local checkout:
npx -p @deepseek-ai/dsh dsh plugin --profile web add
Restart the target profile afterwards. The plugin is a pure client plugin: an
empty host half plus a browser half registering one settings.section entry.
( build artifacts are committed, so Git installs never build.)