DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@syncended/dsh-split-screen

Split Screen

适用于 DeepSeek Harness Web GUI 的 iTerm 风格多聊天中心工作区

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

npx -y @deepseek-ai/dsh plugin --profile web add @syncended/dsh-split-screen@0.4.1
README兼容性版本

兼容性与来源证明

Split Screen 以 @syncended/dsh-split-screen 发布,当前版本为 0.4.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.4.1stable
2026/9/10
0.4.0stable
2026/8/20
0.3.1stable
2026/8/16
查看其余 4 个版本收起版本
0.3.0stable
2026/8/16
0.2.1stable
2026/8/16
0.2.0stable
2026/8/16
0.1.0stable
2026/8/15

相关插件

正在加载相关插件…

最新版
0.4.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
171 kB
文件数
7
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
72
最近提交
2026/9/10
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

README

DeepSeek Harness — Session Split Screen

An iTerm-style session multiplexer for the DeepSeek Harness Web GUI. It puts several Harness sessions on one screen and lets each pane point at a different workspace.

Dark-theme DeepSeek Harness Split workspace with nested vertical and horizontal panes

Features

  • Nested vertical (side-by-side) and horizontal (stacked) splits.
  • Drag any divider to resize adjacent panes.
  • Drag one pane header onto another to swap their sessions.
  • Up to 12 panes in one layout.
  • Dedicated Split workspace mode in the main conversation area, toggled from the native sidebar footer.
  • Pane-local chat tabs: focus a pane, then choose a session from the standard Harness session list or the pane’s + menu.
  • Sidebar selection adds or activates a tab in the focused pane without changing another session’s native Chat view.
  • Live streaming transcript, session status, queued replies, stop action, and older-history loading in every pane.
  • Compact per-pane model and access-mode popup selectors with icons, including guarded Full access selection.
  • Clickable context ring with used/remaining/limit details, plus live turn/step counts, token throughput (tok/s), input/output token totals, and cache-hit metrics.
  • Structured-input indicator for approvals, plan review, and questions, with a jump to the full Harness view.
  • Layout, split ratios, pane order, selected session ids, and unsent pane drafts persist in browser localStorage.
  • English, Russian, and Chinese UI tied to the Harness locale, dark-theme token compatibility, and keyboard controls.

Requirements

  • DeepSeek Harness 0.1.0-rc.6 or compatible.
  • The Web profile (dsh web).
  • Node.js 18 or newer.

Install

Install from npm:

dsh plugin --profile web add @syncended/dsh-split-screen

From this checkout during development:

dsh plugin --profile web add /absolute/path/to/deepseek-harness-split-screen

Some pnpm-backed profiles require the workspace-root flag:

dsh plugin --profile web add -w /absolute/path/to/deepseek-harness-split-screen

The package declares a DSH bundle; no manual plugin entry is required. Restart dsh web after installing or upgrading and refresh the existing Web GUI. A Split action appears in the native sidebar footer.

No environment variables, remote URL, or separate connection are required. Panes can use only sessions exposed by the same dsh web Host and profile.

To remove the plugin:

dsh plugin --profile web remove @syncended/dsh-split-screen

Restart the Host after removal.

Usage

  1. Click Split in the native sidebar footer. The workspace temporarily occupies the center conversation column.
  2. Select a pane and use Split vertically or Split horizontally in its header.
  3. With the target pane focused, choose a session in the native sidebar. It is added as a tab in that pane; selecting an already-open session focuses its existing tab.
  4. Use the pane’s + button to add tabs without changing the sidebar selection. Closing a pane tab never deletes its Harness session.
  5. Resize with the divider or drag one pane header onto another to swap complete pane tab stacks.
  6. Click Back to Chat or the sidebar Split action again. Harness restores its native conversation surface on the active pane’s session.

Keyboard shortcuts

ShortcutAction
Alt+Shift+VSplit the active pane vertically
Alt+Shift+HSplit the active pane horizontally
EnterSend from the focused composer
Shift+EnterInsert a newline

Workspace and persistence behavior

A single dsh web Host exposes all workspaces registered in that profile. The plugin can mix their sessions freely in one layout; panes do not have to share a cwd or repository.

This version does not aggregate sessions from separate DSH server processes or different remote URLs. Those are separate Hosts and would require a multi-connection runtime rather than a client layout plugin.

Layout and drafts are scoped to the current browser origin and profile. Use Reset layout to clear the saved arrangement. Clearing the site's browser storage also removes the layout and unsent pane drafts.

Development

npm run check
npm test
npm pack --dry-run

The package has two runtime faces:

  • lib/index.js — no-op Host loader entry.
  • lib/client.js — dependency-free DSH lazy client module.

The browser half uses supported public seams:

  • A dynamically registered main.conversation occupant for the center workspace (conversation on older Hosts); disposing it restores Harness’s shipped ConversationRoot unchanged.
  • sidebar.footer.action for the persistent Split mode toggle.
  • ctx.sessions.list, open(id), binding(id).session, and public session projections for native selection tracking, prompts, permissions, token/context metrics, cancellation, and paging.
  • ctx.uiConversation.binding(id).target("chat") for history and streaming on current Hosts, with legacy session-snapshot fallback on older versions.
  • ctx.modelDirectories.directoryFor(id) for the shared per-session model catalog and selection state.
  • ctx.workspaces.list for native workspace and session labeling.

The layout is a persisted binary tree. Split nodes own direction and ratio; leaf nodes own stable pane IDs and pane-local tab stacks. Removing a leaf collapses its parent, while header drag-and-drop swaps complete pane tab stacks without rebuilding the tree.

Current limitations

  • The compact panes intentionally render conversational text and compact tool/command rows, not the full Harness card registry.
  • Structured approvals, plan review, and ask_user_question must be completed in the normal main view; the pane provides a direct jump there.
  • Skills, slash-command insertion, and the rich + menu intentionally stay in native Chat to keep small panes compact.
  • Attachments can be represented in history, but this version sends text prompts only.
  • Browser persistence is local to the current origin/profile.

License

MIT — see LICENSE.

相关插件

继续浏览 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 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。