@chushiz/dsh-archive-manager:DSH Web GUI 归档会话管理插件
`@chushiz/dsh-archive-manager` 是 DeepSeek Harness (DSH) Web GUI 的归档会话管理插件,旨在解决缺乏集中管理入口的问题,允许用户浏览、恢复或物理删除已归档会话。该插件由 ChuShiZ 维护,采用 MIT 许可证。 核心功能包括:1. **浏览与搜索**:按工作区分组查看会话,支持基于 SQLite FTS5 索引的全文搜索,可检索标题、ID、预设及会话正文(含用户消息、AI 回复、工具调用等),并提供高亮与筛选功能。2. **预览与操作**:点击标题可预览最近 4 句对话;支持“恢复并打开”以取消归档;支持多选后批量删除。删除操作前
Read Moredsh-archived-panel:在 DeepSeek Harness 侧边栏查看与管理已归档会话
dsh-archived-panel 是一款为 DeepSeek Harness (DSH) 开发的 MIT 许可社区插件,旨在侧边栏提供统一的「已归档」会话管理入口。该插件支持在 Web Profile 下查看和重新打开已归档会话,此功能安装后即可使用,无需修改 DSH 源码。 此外,插件具备高级功能:若宿主环境(Host)支持 `unarchiveSession` 或 `deleteSession`,用户可执行取消归档或永久删除操作,其中删除操作包含二次确认及正在运行会话的保护机制。若宿主未安装相应补丁,插件会自动隐藏这些操作按钮,确保基础功能不受影响。 安装需兼容 DSH >=0.1.0
Read Moredsh-archive-viewer: An Archive Session Management Plugin for DSH Web GUI
`dsh-archive-viewer` is an MIT-licensed plugin for the DSH Web GUI (currently a 3.0.0-test beta release) designed to centrally manage archived sessions. It addresses the problems of scattered access to archived sessions, inconvenient tag organization, and cumbersome log operations by providing a unified panel in the sidebar. Core features include: viewing and restoring archived sessions to their original workspaces; instant keyword search, multiple sorting options, and flexible tag-based filtering (supporting AND/OR modes); allowing users to add custom tags to sessions, with data persisted via a local HTTP API; a built-in AI assistant that leverages the DSH agent to assist with retrieval and organization, while automatically isolating internal sessions; and support for viewing paginated logs and exporting ZIP files. The plugin supports both Chinese and English, multiple layouts, and instant saving of settings, and is adapted
Read MoreDSH-Archive-Manager: Archive Session Manager for DeepSeek Harness WebUI
dsh-archive-manager is a companion plugin for the DeepSeek Harness (DSH) WebUI, designed to address the issue that the native system can only hide archived sessions without providing management functionality. This plugin adds an "Archived" entry at the bottom of the sidebar, offering a unified archive session management panel with sessions grouped by workspace. Its core features include: continuing archived session chats, restoring sessions to their original workspace with one click, permanently deleting sessions (including safe termination and disk record cleanup), and instant filtering and searching based on title, workspace, or message content. Additionally, the plugin synchronizes sorting status with the official sidebar in real time, supports both Chinese and English interfaces, and displays session status. It requires Node.js >=22 and can be installed, updated, or uninstalled via the npx command. It is primarily suitable for scenarios involving frequent handling of historical sessions across multiple workspaces, but it should be noted
Read Moredsh-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