DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-archived-panel

c

dsh-archived-panel

Manifest valid1

DeepSeek Harness 插件:侧边栏「已归档」面板,可查看/打开/取消归档会话 A side panel that lists, opens, and unarchives archived sessions.

UI (client)hasBundlePatch

dsh-archived-panel

中文 · English · Release v0.4.1

中文

DeepSeek Harness 社区归档面板。当前版本 0.4.1

  • 搜索会话标题、工作区或 ID;按工作区筛选、按更新时间排序。
  • 打开已归档会话、取消归档、永久删除。
  • 居中删除确认框,支持键盘操作;请求执行期间防止重复提交。
  • 删除失败显示原因并保留入口,缺少会话元数据的归档项也可重试。

0.4.1 修复了什么

后端补丁覆盖新建、历史恢复和分叉会话的删除路径:保留释放句柄,先释放闲置 Agent / Session,等待最终写入结束,再删除持久化日志、展示缓存、工作区成员和归档索引。它修复了误报 session-live、删除卡住以及删除后残留或重新出现的问题。

只安装前端不能修复后端。应用匹配的 Host 补丁后,必须重建并重启 DSH。 正在运行、正在切换生命周期或确实由其他组件持有的会话仍会拒绝删除。永久删除不删除项目工作目录和用户导出的文件。

安装插件

下载 Release 中已构建的 dsh-archived-panel-0.4.1.tgz,然后执行:

dsh plugin --profile web add ./dsh-archived-panel-0.4.1.tgz
dsh --profile web

也可以从固定版本源码安装:

dsh plugin --profile web add github:chensl139-ok/dsh-archived-panel#v0.4.1

Git 安装需要运行 prepare 构建脚本。若 pnpm 阻止该脚本,按其提示在对应 profile 的 pnpm-workspace.yaml 中授权本包:

allowBuilds:
  dsh-archived-panel: true

选择后端补丁

当前 Host操作
已应用本仓库 0.4.0 的完整删除补丁仅应用 deleteSession-0.4.1.diff
基于 chensl139-ok/deepseek-harness8eb6aa069af605a3d6277dc301190ddeea3bb972,尚未应用完整修复应用更新后的 deleteSession-complete.diffdeleteSession-complete.tests.diff
官方 rc.7 或其他源码版本补丁说明 迁移;不要强制应用或叠加重叠补丁

先运行 git apply --check。应用成功后执行 pnpm run build:lib:host,重启 Host,再刷新页面。完整命令和测试见 patches/README.md。Release 同时提供这些补丁及 SHA-256 校验文件。

兼容性与验证

  • 前端 peer 范围:DSH >=0.1.0-rc.7 <0.2.0;后端补丁只承诺上述源码基线。
  • Node.js:^22.19.0 || >=24.0.0;开发使用 pnpm 11。
  • Host 未提供取消归档或删除方法时,对应按钮隐藏。
  • 验证包括 JSONL / SQLite 删除后重开、存储失败重试、展示缓存清理,以及真实 Web 组合中新建 / 恢复 / 分叉会话的删除快照。

开发

pnpm install
pnpm test
pnpm build
npm pack --dry-run
# 生成 dsh-plugins 中的本地版浏览器文件:
pnpm export:local /path/to/dsh-plugins/dsh-ui-archived-local

构建输出为 lib/index.mjslib/client.cjslib/types/。本地插件版本为 dsh-ui-archived-local@0.2.1,与此包共享面板源码;不要手工修改生成的 client.js

English

A community archive panel for DeepSeek Harness. Current version: 0.4.1.

Search titles, workspaces and IDs; filter by workspace; sort by update time; open, unarchive and permanently delete sessions. Centered confirmation supports keyboard use. Pending operations block duplicate submission, and failed or metadata-missing archive entries remain available for retry.

Deletion fix

The Host patches cover newly created, resumed and forked sessions. They retain disposal handles, release idle agents and sessions, drain pending writes, then delete durable logs, projection caches and workspace/archive references. This fixes false session-live errors, queue deadlocks and records surviving or reappearing after deletion.

A frontend update alone does not fix the Host. Apply the matching patch, rebuild and restart DSH. Running sessions, lifecycle transitions and sessions genuinely owned by another component still reject deletion. Project working directories and user-exported files are retained.

Install and upgrade

Download the built dsh-archived-panel-0.4.1.tgz from the Release:

dsh plugin --profile web add ./dsh-archived-panel-0.4.1.tgz
dsh --profile web

Alternatively install github:chensl139-ok/dsh-archived-panel#v0.4.1. Git installation runs prepare; if pnpm blocks it, allow this package's build in the profile's pnpm-workspace.yaml as shown above.

  • Already using the complete 0.4.0 Host patches: apply only deleteSession-0.4.1.diff.
  • Starting from fork commit 8eb6aa069af605a3d6277dc301190ddeea3bb972: apply the updated complete implementation and test patches.
  • Other versions: port the changes; do not force-apply or stack overlapping legacy patches.

See patch instructions, always run git apply --check, then rebuild with pnpm run build:lib:host, restart the Host and reload the browser. Release assets include the patches and SHA-256 checksums.

Frontend peers support DSH >=0.1.0-rc.7 <0.2.0; patch compatibility is limited to the stated source baseline. Node requires ^22.19.0 || >=24.0.0. Development uses pnpm 11. Unsupported Host actions are hidden.

Verification covers JSONL/SQLite reopening after deletion, failure retry, checkpoint cleanup and real Web composition snapshots for created, resumed and forked sessions. The development commands above build the package and generate the local plugin distribution from the same source.

Contributing and license

Contributing · Changelog · MIT License. This is not an official DeepSeek Harness package.

Comments

Loading…

From the same category

DSH-better-sidebar

by omdsh-dev

开放的侧边栏底座,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/侧边对话/Git/子代理页面 | Open sidebar foundation, supports third-party extensions to register new sidebar pages. Built-in file rendering/editing, terminal, side chat, Git,

Terminal & ClientsUI & ExperienceWorkflow & AutomationManifest valid

3.7k

49.5k/wk

MIT

TypeScript

Sep 22, 2026

dsh plugin --profile web add dsh-better-sidebar

by ccch1mneyyy

DSH 官方公众号收录的 TUI 补位插件:Claude Code 风,鲸鱼顶栏/实时状态/流式思考/双击 Esc 回滚/上下文进度+TPS。npm 一键装。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rol

Terminal & ClientsUI & ExperienceManifest valid

3.2k

6.2k/wk

MIT

TypeScript

Sep 22, 2026

dsh plugin --profile web add @deepseek-harness-tui/dsh-tui

by MeteorNOX

DeepSeek Harness(DSH)一只住在 DSH 界面右下角的小鲸鱼娘,帮你盯着DeepSeek账户余额。QQ弹弹,支持拖拽吸附、左吸附翻转、数字滚动动画,随界面自动启用,建议直接喊来你的dsh安装

Tools & CapabilitiesUI & ExperienceModels & ProvidersDevelopment & InfrastructureManifest valid

3k

19.1k/wk

MIT

JavaScript

Sep 22, 2026

dsh plugin --profile web add dsh-whale-widget

by Devin-AXIS

DeepSeek Harness 可编辑设计系统:AI 生成、可视化编辑、模板市场与 PPT|Native Design & PPT Studio for DeepSeek Harness.

Tools & CapabilitiesUI & ExperienceManifest valid

1.5k

440/wk

NOASSERTION

JavaScript

Sep 4, 2026

dsh plugin --profile web add deepseek-idesign

by omdsh-dev

GenUI for DeepSeek Harness: interactive UI components rendered inline in assistant replies via the dsh-ui fence — layout, charts, plots, forms, quizzes, mermaid, 3D scenes, and an action event loop ba

Tools & CapabilitiesUI & ExperienceTerminal & ClientsManifest valid

474

5.1k/wk

MIT

TypeScript

Sep 22, 2026

dsh plugin --profile web add @changfenhuang/dsh-genui

by chenxiachan

Your thinking deserves a map: an infinite canvas where LLM conversations grow into an editable thought graph. Wires are the context.

UI & Experience

472

MIT

TypeScript

Sep 21, 2026

Index only — not installable