dsh plugins中文
← Back to popular plugin directory

But there is no recovery entry in the interface

feverZHONG/dsh-liya-archives · tools

GitHub repository for the DeepSeek Harness ecosystem.

★ 0GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
NOASSERTIONLicense

Project overview

DSH 会话归档后只从侧边栏隐藏,日志和数据都还在磁盘上,但界面没有任何恢复入口。 本插件在侧边栏底部加一个「已归档 (n)」按钮,列出全部归档会话、按工作区分组,一键操作: 操作 · 效果 操作: 点击会话行 · 效果: 恢复并打开(取消归档 → 等集合同步 → 打开,实时生效) 操作: ⿻ 按钮 · 效果: 复制为新会话并打开(原会话保留在已归档) 操作: ↻ 按钮 · 效果: 仅移回侧边栏,不打开 与原版(chou109/dsh-archives)的差异 项 · 原版 · 莉娅版 项: 包名 / bundle id / 槽位 id / locale NS · 原版: dsh-archives · 莉娅版: dsh-liya-archives 项: host 路由 · 原版: POST /archives/unarchive · 莉娅版: POST /liya-archives/unarchive 项: 列表 key · 原版: 渲染有 React key 警告 · 莉娅版: 已补 key 修复

装完重启 WebUI(client 半生效需要),侧边栏底部出现「已归档 (n)」; 没有任何归档会话时按钮自动隐藏——先归档一个会话再验证。 数据契约 归档集合:$DSHHOME/storages/workspace.json → global.archivedSessionIds 取消归档走 workspace registry 自身写路径(enqueueOperation → setState), 经 domain/changed → host/archived-sessions-changed 帧实时同步所有标签页 直接 open() 归档会话会被运行时清除选中(框架设计)——所以「恢复」必须先取消归档、等集合同步再打开 已知限制 面板是固定定位浮层,与 Cordis 插件面板同时打开会重叠 针对 dsh 0.1.0-rc.5/rc.6 开发验证;升级 DSH 后若槽位/服务名变更需适配

Install command

dsh plugin --profile web add github:feverZHONG/dsh-liya-archives
View GitHub repository ↗Back to popular plugin directory