my-dsh-plugin/session-archive-manager

my-dsh-plugin★ 3TypeScript最后同步: 2026-08-14

在 GitHub 打开

DeepSeek Harness 插件:在设置中查看并管理归档会话,支持取消归档、删除、批量删除与全量删除。Manage archived sessions from DeepSeek Harness Settings: view, unarchive, delete, batch delete, delete all.

README 摘要

session-archive-manager Manage archived sessions from DeepSeek Harness Settings: view, unarchive, delete, batch delete, or delete all — the archived-session surface the harness itself does not ship. 中文:README.zh.md Features - View every archived session in Settings — title, workspace, working directory, and last-updated time — even though the harness hides archived sessions from every grouping surface. - Unarchive one session or a selection: each reappears in its retained workspace accounting slot. - Delete one session, delete a selection , or delete all archived sessions at once, each with an inline confirmation. - Live refresh : the list follows the host's archive set and session summaries while the page is open; actions reflect immediately through the runtime stores. - Capability gate : on a harness without the core APIs the page degrades to a read-only list with a clear upgrade notice instead of broken buttons. How it works The plugin is UI-only. It derives the archived-session rows by cross-referencing the live workspaces.list archive set with sessions.list summaries, and every action rides the core workspace.unarchiveSession / workspace.deleteSession RPCs through the workspac…

在 GitHub 查看完整 README →
工具/开发cordisdeepseek-harnessdshdsh-plugindsh-plugins

分类