DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Metafolder Plugin — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
M

dsh-metafolder-plugin

Metafolder Plugin

DSH Metafolder Plugin — 为 DeepSeek Harness 侧边栏工作区提供可视化元文件夹:通过拖放或行菜单,将实际工作区文件夹嵌套到带名称且可折叠的分组中。路径、权限、会话和工作区排序均不受影响。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:ManoloRemiddi/DSH-Metafolder-Plugin#a5332d902e147e824231a5470d3e2822b9288719
README兼容性版本

兼容性与来源证明

Metafolder Plugin 以 dsh-metafolder-plugin 发布,当前版本为 1.2.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/13

版本

1.2.1stable
2026/9/13
1.2.0stable
2026/9/11
1.1.0stable
2026/9/10
查看其余 1 个版本收起版本
1.0.0stable
2026/9/10

相关插件

正在加载相关插件…

最新版
1.2.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/13
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Pet@linxin666/dsh-pet适用于 dsh Web GUI 的多宠物伴侣插件:由注册表驱动的浮动宠物,可响应模型活动,支持为每只宠物命名、抚摸/喂食互动以及亲密度评分

README

DSH Metafolder Plugin

Visual meta-folders for the DeepSeek Harness sidebar.

Nest real workspace folders and individual sessions under named, collapsible groups — for example every Resonant OS project under one "Resonant OS" meta folder. The safe organization layer changes how sessions and workspace folders are visualised and persists in this browser’s localStorage. An optional Host integration exists, but durable Host storage and cross-device sync are not implemented:

  • workspace paths, permissions, and session working directories are untouched;
  • workspace and session grouping is metadata-only;
  • physical workspace moves remain guarded until DSH exposes a supported path-migration API;
  • ungrouping returns a folder to the main list unchanged;
  • the AI's permissions stay attached to the real folder, because the real folder is what the plugin renders.

Features

  • Meta-folders over the real workspace rows, with per-folder session counts.
  • Drag and drop: drag a workspace or session row onto a meta folder to file it; drop it on the list background to take it out again.
  • Local assignments: groups and assignments survive page reloads in the same browser. Clearing browser storage removes them. The optional Host service uses memory only; it is not durable storage or cross-device sync.
  • Physical move boundary: actual workspace/project moves are intentionally guarded until DSH provides a workspace/session migration API or a dedicated atomic Host capability.
  • Row menu: → <meta folder> to file, Remove from meta folder to unfile, plus rename / move up / move down, and delete workspace.
  • Per-folder colour: pick it when you create the folder — an eight-swatch palette, the theme colour, or a custom colour — and change it any time from Rename meta folder. The colour tints the folder glyph, its label, and the drop-target outline.
  • View options (the shipped menu, preserved): group by Workspace / Flat, order by Manual / Updated. Manual order honours the order already stored by the shipped browser (dsh.workspace.view.v5).
  • Add workspace still works, from both the wide sidebar and the collapsed rail, via the composed directory-flow picker with a Host-picker fallback.
  • Session search (local + Host index), rename / fork / archive per session, per-workspace new session.

Everything the shipped browser offered is still here — the meta-folder layer is an addition to the toolbar, not a replacement.

Requirements

  • DeepSeek Harness >= 0.1.5-rc.1 on the web profile.
  • The shipped @deepseek-ai/dsh-client-ui-sidebar and @deepseek-ai/dsh-client-ui-workspace client packages (the seat it shadows).
  • Node ^22.19.0 || >=24.0.0 to build the browser half.

Install

One package, two halves:

filerole
lib/index.jshost half — optional in-memory service; mounting it enables the client-module scan
lib/client.jsbrowser half — shadows the sidebar.workspaces seat and renders the meta-folder browser
client.jssource of truth (dynamic-Cordis form, also usable with the cordis_define runtime tool)

lib/client.js is generated from client.js; regenerate and check it after editing:

npm run check     # build + syntax + export smoke test

Download and install

Download version 1.2.1. The .tgz asset is ready to install; no build or manual symlink is needed:

dsh plugin --profile web add https://github.com/ManoloRemiddi/DSH-Metafolder-Plugin/releases/download/v1.2.1/dsh-metafolder-plugin-1.2.1.tgz

Finish any running tasks, restart your existing DSH process, and reload its web page. Use your actual profile if it is not web. The shipped sidebar and workspace packages must be present. This release was checked with DSH 0.1.5-rc.1; newer releases may change the UI interfaces it uses.

For an existing manual symlink installation, update that checkout to v1.2.1 and keep its existing registration. Do not add a second copy or duplicate patch row.

For development, clone the repository and run npm run check and npm test. The built browser file is included in both the repository and the release.

Registration note: a single slot takes one registration per priority and the lowest renders, so the seat is registered with priority: -1 to shadow the shipped browser at 0. Registering at the default 0 is rejected with "already has a registration at priority 0 … register at a different priority to shadow it".

Remove

For a CLI installation:

dsh plugin --profile web remove dsh-metafolder-plugin

For the older manual installation, remove only its metafolder-plugin insert row and its package symlink. Restart DSH and reload the page. Groups stay under dsh.wsmeta.v1 in localStorage; uninstalling does not move workspace files.

Support and related plugins

Report a problem with your DSH version, browser version, install method and reproduction steps. Do not attach credentials or private session logs.

Browse the DeepSeek Harness Plugins collection.

Verified against

  • @deepseek-ai/dsh-client-ui-workspace — sidebar.workspaces registration, the sidebar.workspaces.directoryFlow hole, WorkspaceBrowserProps.
  • @deepseek-ai/dsh-client-ui-sidebar — owner share { wide, expandSidebar }.
  • @deepseek-ai/dsh-api-workspace-controller / dsh-api-session-controller — workspace and session service methods and snapshot shapes.
  • DSH physical move boundary: the remaining work for true physical moves requires an upstream DSH workspace/session migration API or a dedicated Host capability that atomically updates the filesystem, workspace registry, and session metadata.

MIT © 2026 Manolo Remiddi