deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
右侧抽屉宿主(DeepSeek Harness Web / dsh 宿主)。任何注册进 dockPanels 客户端注册表的条目都会成为一个全高抽屉:自带边缘竖排标签(按实际测量高度紧密堆叠、居中成组),宽度可拖拽调整。内容插件(dsh-soln-panel、dsh-agent-shell)通过 dockPanels 注册接入。
Right-side drawer host for DeepSeek Harness Web: every entry registered into the dockPanels client registry becomes a full-height drawer with its own edge tab (auto-stacked by measured height and group-centered), resizable width. Content plugins register via the dockPanels client registry.
ctx.get('dockPanels').register({ id, label, order, render }) 接入,支持退订dsh-soln-panel 的 .soln-panel 位置,打开的抽屉/剩余标签自动贴到其左缘,互不遮挡file: 或 npm 安装均可直接使用dsh plugin --profile web add @deepseek-ai/dsh-right-drawer
未发布时可用本地目录:
dsh plugin --profile web add file:C:/path/to/dsh-right-drawer
然后重启 DeepSeek Harness。安装后右侧出现竖排标签(如「Shell」),点击展开对应抽屉。
卸载:
dsh plugin --profile web remove @deepseek-ai/dsh-right-drawer
// 在内容插件的 client 半(apply 内):
const dock = ctx.get('dockPanels')
if (dock !== undefined) {
const dispose = dock.register({
id: 'shell',
label: 'Shell',
order: 1,
render: () => React.createElement(ShellContent, { connection }),
})
}
注册表 API:register(entry) → disposer、unregister(id)、subscribe(fn) → disposer、snapshot()。
lib/client.js):提供 dockPanels 服务,通过 slots.inject('shell.overlay') 挂载 DockHostlib/index.js):空实现,仅为让 bundle 行干净解析dockPanels/available / dockPanels/unavailable 事件或轮询自愈注册(宿主重载时注册表重建)MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。