美化版归档管理设置页:按工作区分组展示归档会话,悬停即可取消归档,附相对时间显示。
安装
# npm 包(预构建)
dsh plugin --profile web add @tangzai/dsh-ui-archive-manager
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:Neumannzc/dsh-archive-manager#path:/plugin
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
该插件的 README 只有英文版本。
A beautified archive manager settings section for DeepSeek Harness (dsh): a flat list of archived sessions grouped by workspace, each row with a hover unarchive button, folder-style group headers, and relative timestamps (中文/English).
The package is a dual-half plugin: the node half restores the unarchive capability on stock npm dsh (the official 0.1.0-rc.6 ships archiveSession but not unarchiveSession — it was briefly published upstream then rolled back), and the browser half renders the settings section. No core packages are modified.
How it works
- Display: the section reads the framework's own feeds —
useSessions(archived sessions stay insession.list) anduseWorkspaces(WorkspaceListState.archivedSessionIds) — so no custom data plumbing is needed. - Unarchive action: the browser half POSTs to the plugin's own exact HTTP route on the official
webServercarrier; the node half patchesWorkspaceRegistry.unarchiveSession(idempotent — a future official release that adds the method wins) and applies the same durable, queue-serialized state update as the upstream implementation. The change then propagates to every client through the corearchived-sessions-changedframe.
Features
- 设置 → 归档管理 settings page (same
archivessection id as the official plugin). - Archived sessions grouped by workspace, mirroring the sidebar grouping rules.
- Beautified UI: flat session rows, folder group headers, relative timestamps (
3min ago/3分钟前), hover-only unarchive icon button. - Trust fence on the unarchive route: loopback or same-origin only; cross-site requests refused.
Install
Requires dsh >= 0.1.0-rc.6 (archived-session feeds and the webServer carrier exist there) and pnpm.
dsh plugin --profile web add @tangzai/dsh-ui-archive-manager
Then restart the dsh profile (the plugin row mounts at next boot). Open 设置 → 归档管理 to see archived sessions and unarchive them.
Note: if your profile also runs the official
@deepseek-ai/dsh-client-ui-archive-managerrow, both sections render. Prefer one of them (either remove the official row, or uninstall this package).
Compatibility
| dsh version | status |
|---|---|
>= 0.1.0-rc.6 (npm) |
supported — unarchive provided by this plugin's node half |
< 0.1.0-rc.6 |
not supported (no archived-session feeds / webServer carrier) |
Development
pnpm install
pnpm run build # tsc node half + client type declarations + tsdown client bundle
pnpm run typecheck
Publish (maintainers)
pnpm publish --access public
The package declares dsh.bundle.patch, so dsh plugin add automatically joins it to the profile's bundle layers and mounts cordis.patch.yml (row id ui-archive-manager-beautified).
License
MIT — see LICENSE. Derived from deepseek-ai/deepseek-harness (MIT, © DeepSeek).
链接
同类插件
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 4579
DSH Web UI 插件与皮肤合集:任务看板、git 图、右侧面板、远程移动端 UI、桌宠、实时 token 统计与皮肤中心。
omdsh-dev/DSH-better-sidebar★ 2179
侧边栏完整工作台:内置文件渲染编辑、终端、Git 与子代理,支持三方插件注册新 Tab。
ccch1mneyyy/dsh-TUI★ 1979
Claude Code 风格全屏终端 UI:像素鲸鱼顶栏、实时工作状态行、思考流式展开。
omdsh-dev/dsh-at-file★ 385
Codex 风格的 `@file` 文件引用,输入框里直接搜索并引用工作区文件。
omdsh-dev/dsh-genui★ 223
助手回复内渲染交互式 UI 组件:布局、图表、表单、测验、mermaid、3D 场景与回传事件循环。
huiliyi37/dsh-tianshu-tui★ 215
DeepSeek Harness 的终端 UI(TUI)。