DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Split View — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-split-view

Split View

Multi-session split view for the DeepSeek Harness web GUI: the top window shadows the root slot with a resizable split container; each pane is an iframe running a full DSH client pinned to its own session, with per-pane title bars, LRU hibernation and a d

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-split-view@0.2.5
READMECompatibilityVersions
分屏实录两分屏三分屏

Compatibility and provenance

Split View is published as dsh-split-view and currently resolves to version 0.2.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.2.5stable
9/18/2026
0.2.4stable
8/26/2026
0.2.3stable
8/26/2026
Show 3 more versionsCollapse versions
0.2.2stable
8/26/2026
0.2.1stable
8/25/2026
0.2.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.2.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
8.9 MB
Files
11
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
150
Last push
8/26/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-split-view(分屏插件)

中文 | English

一个插件把 DeepSeek Harness 主窗口变成多个分屏,同时查看多个会话的状态。

有过【同时跑多个任务】经历的同学应该能感受这种痛苦:多个标签切来切去,很心累。

dsh-split-view 分屏插件借鉴了终端分屏的思想。将 DSH 主窗口变成一个可拖拽的分屏容器,每个分屏里跑一个完整的 DSH 客户端。

长什么样

分屏实录

上面是日常操作:向右分屏、向下分屏、拖动分割条调整大小、双击标题栏放大、关闭。

两分屏

三分屏

横竖任意嵌套。每个面板一条标题栏,左边实时显示当前会话标题,右边是向右分屏、向下分屏、放大还原、刷新、关闭五个按钮。点标题直接改名,双击放大,还能一键复制「会话 id + 会话标题」。

安装

dsh plugin --profile web add dsh-split-view
dsh web   # 重启生效

本地开发从源码装:dsh plugin --profile web add -w /path/to/dsh-split-view。

卸载用 dsh plugin --profile web remove dsh-split-view,重启恢复单窗口。插件本身如果出问题,boot 会停下来报错,不会静默白屏,所以卸载也就是紧急恢复的办法。

默认快捷键(支持在设置中自定义)

键(macOS ⌘,Windows/Linux Ctrl)动作
⇧⌘D向右分屏
⇧⌘V向下分屏
⇧⌘X关闭聚焦面板
⇧⌘Enter最大化 / 还原聚焦面板

设置

在任意面板里打开设置,左侧导航有一项「分屏」。

四组设置:

  • 快捷键:点某个动作的组合键进入录制,按新组合完成改绑,Esc 取消。绑什么由你决定:被浏览器或系统占用的组合、和别的动作撞车的组合照样能绑,只会给出提示;唯一的硬性要求是得带 ⌘/Ctrl。
  • 选中高亮色:聚焦面板的描边和标题栏染色。预设色板、自定义取色器,外加「跟随主题」——跟随当前皮肤的品牌色 token,换皮肤自动跟着变。
  • 标题栏:一个开关,隐藏所有面板的标题栏。注意标题栏上有复制会话信息、分屏、最大化、刷新、关闭按钮,双击放大、点标题重命名也走标题栏,隐藏后这些动作只能靠快捷键;点面板聚焦不受影响。
  • 恢复默认:一键把上面全部还原,点之前会弹确认。

供其它插件调用

分屏能力整体暴露成了一个 Cordis 服务:面板操作、面板×会话操作(加载指定会话、发消息、改名、换模型、取消回合)、查询与订阅。面向集成方的服务 API 见 api.md。

如果你要实现类似于 Claude Code 的 agent teams的插件,可以通过本插件提供的 api 来实现等同于 agent teams 的 Split-pane 模式的分屏显示功能。

协议

MIT © dsh-split-view contributors