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.

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

dsh-decision-split

Decision Split

Decision Split View: An “View Full Text in Sidebar” entry is provided at the end of agent messages. The right-side details pane independently scrolls to display the complete markdown of that message, allowing you to view the full text while continuing to operate in the main window.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-decision-split@0.2.4
READMECompatibilityVersions

Compatibility and provenance

Decision Split is published as dsh-decision-split and currently resolves to version 0.2.4. 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.4stable
9/8/2026
0.2.3stable
9/8/2026
0.2.2stable
8/28/2026
Show 9 more versionsCollapse versions
0.1.9stable
8/24/2026
0.1.8stable
8/22/2026
0.1.7stable
8/20/2026
0.1.6stable
8/20/2026
0.1.5stable
8/20/2026
0.1.4stable
8/20/2026
0.1.3stable
8/20/2026
0.1.2stable
8/20/2026
0.1.1stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.2.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
20.9 kB
Files
6
Surface
web
License
MIT
Source
npm
GitHub
★ 4
Weekly downloads
90
Last push
9/8/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-decision-split

DeepSeek Harness Web UI 的分屏阅读插件:把 agent 消息放到右侧详情栏独立滚动展示。

功能

  • 入口按钮:每条已完成轮次的含文本 agent 消息尾部显示「在侧栏查看全文」按钮(回复生成结束后出现,进行中的轮次不显示);
  • 右侧详情栏:展示该条消息的完整 markdown(表格、代码块、行内 code),独立滚动,标题自动取该消息首个标题;
  • 开合:侧栏正在展示该条消息时再点同一按钮(此时显示「收起侧栏」)即收回;点击其它消息的按钮切换展示目标;侧栏右上角 × 收起;
  • 与 harness 动作共存:按钮注册在 conversation.chat.assistant-actions,与 harness 自带的「产物」「反馈」等消息动作并排显示,互不抢占;
  • 详情栏宽度:使用 harness 默认宽度(早期版本曾固化为 480px;当前 harness 已不存在 layout.attachPanels/setDetails 公开接口,详情栏宽度为瞬时面板偏好、无公开 setter,因此改用默认值);
  • 不含决策输入:无内嵌输入框、无决策回传;决策与提问使用 harness 原生 ask_user_question。

效果图

dsh-decision-split 效果图

消息尾部的「在侧栏查看全文」入口(打开时显示为「收起侧栏」),以及右侧详情栏(480px)的完整内容展示。

安装

从 npm 安装(推荐):

dsh plugin --profile web add dsh-decision-split

或从 GitHub release 安装(资产名中的版本号跟随最新 release):

dsh plugin --profile web add https://github.com/yuanbaoerer/dsh-decision-split/releases/latest/download/dsh-decision-split-0.2.4.tgz

安装后重启 dsh web 生效。

使用方式

装上即用,无需配置。已完成轮次的含文本 agent 消息尾部会出现「在侧栏查看全文」按钮,点击即在右侧详情栏阅读该条消息的完整内容;再点同一按钮或侧栏 × 收起。

License

MIT


开发与发布说明见 docs/DEVELOPMENT.md。