DSH Archive Manager:为 DSH Web 提供 Codex 风格会话归档管理
dsh-archive-manager 是一款面向 DSH Web 界面的插件,旨在解决会话归档后缺乏集中管理入口的问题。该插件提供 Codex 风格的归档管理能力,支持在设置页查看、搜索及筛选归档会话,并按工作区或项目分组展示。其核心功能包括解析 zstd 压缩文件、展示会话元数据(如标题、时间、轮数、磁盘占用)、预览最近 50 条消息、实时同步侧边栏变动,以及执行取消归档或物理删除操作。插件内置基于 Node zlib 的解压引擎,无需额外安装命令行工具。 安装需 DSH 版本 >=0.1.2-alpha.2 及 Web Profile,通过 `dsh plugin` 命令安装后,需确保
Read Moredsh-archived-sessions: View, Restore, and Delete DSH Archived Sessions
dsh-archived-sessions is a desktop and web plugin for DeepSeek Harness (DSH), designed to address the lack of an entry point for retrieving archived sessions. The plugin is maintained by Jiangdl0220, licensed under MIT, and can be installed via the npm package `@jiangdaoli/dsh-archived-sessions`. It adds an "Archived Sessions" page to the DSH settings panel, supporting viewing, searching, restoring, and deleting archived records. Core features include an archive list displaying session titles, workspaces, and activity information; pagination and instant search support; a read-only conversation viewer with turn-based grouping, Markdown rendering, and tool call details; and the ability to restore sessions to the sidebar or delete archived records.
Read Moredsh-archived-chats: DSH's Local Archived Session Hub
dsh-archived-chats is a local-first session management plugin for DeepSeek Harness (DSH), designed to address the difficulty of retrieving and managing archived sessions. Maintained by Ultronen and licensed under MIT, its core features include browsing archived sessions by workspace, full-text search for messages and tool results, native preview of various file formats, viewing and restoring historical versions, import/export of JSON/Markdown backups, a recoverable recycle bin mechanism, and storage retention policies. It is ideal for users who frequently need to look up historical tool outputs, code, or JSON data, and require high data security and reversibility of deletions. Installation requires only running the `dsh plugin` command and restarting DSH, with all data stored locally.
Read More