dsh-archived-sessions:查看、恢复和删除 DSH 已归档会话

dsh-archived-sessions 是一款用于 DeepSeek Harness (DSH) 的桌面端与 Web 端通用插件,旨在解决归档会话缺乏找回入口的问题。该插件由 Jiangdl0220 维护,采用 MIT 许可证,通过 npm 包 `@jiangdaoli/dsh-archived-sessions` 安装。它在 DSH 设置面板中新增“已归档会话”页面,支持查看、搜索、恢复及删除归档记录。核心功能包括展示会话标题、工作区及活跃度等信息的归档列表;支持分页与即时搜索;提供按轮次分组、渲染 Markdown 及工具调用细节的只读对话查看功能;以及将会话恢复至侧边栏或删除归档记录

Read More
dsh-archived-sessions: The Archived Session Management Plugin in DSH Web Settings Page

dsh-archived-sessions is a Web settings page extension developed by MuWinds for DeepSeek Harness. It is designed to centrally manage local archived sessions, eliminating the need for cumbersome Shell operations. This plugin supports one-click installation, is compatible with Harness version 0.1.0-rc.6, and provides functionalities such as viewing session titles, creation times, disk paths, and occupied space. Users can perform release (unarchiving and restoring to the original workspace) and delete (completely clearing files, requiring two-step confirmation and being irreversible) operations within the same interface, with support for single or batch processing. Additionally, clicking on a session title expands a preview of user, assistant, and tool message details. The host side provides API support through unauthenticated same-origin POST routes, making it suitable for local development environments. After installation, it can be directly accessed at the bottom of the Web settings panel.

Read More