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.

Conversation Flat — DSH Plugin for DeepSeek Harness
← Plugins
C

dsh-conversation-flat

Conversation Flat

Conversation UI upgrades for DeepSeek Harness Web GUI: document-flow layout (full-width column, user message bars, sender label, full-width tables) plus a conversation minimap — a vertical ruler at the message-area edge with one tick per message, hover previews and click-to-jump. Colors follow the a

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Idreamxkl/dsh-conversation-flat#deb40d1ee434db715ef31036b1d911d1620c03d0
READMECompatibilityVersions

Description

Conversation UI upgrades for DeepSeek Harness Web GUI: document-flow layout (full-width column, user message bars, sender label, full-width tables) plus a conversation minimap — a vertical ruler at the message-area edge with one tick per message, hover previews and click-to-jump. Colors follow the active theme; every side effect is registered through ctx.effect so disable/remove fully reverts the page.

Compatibility and provenance

Conversation Flat is published as dsh-conversation-flat and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/30/2026

Versions

0.2.0stable
8/30/2026
0.1.1stable
8/30/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/4/2026
View source ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Deepseek Idesigndeepseek-idesigniPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

dsh-conversation-flat

中文 | English

把 DeepSeek Harness 的 Web 对话区从「居中窄气泡」改成「文档流」布局的纯 CSS 插件。

效果

默认本插件
对话内容居中限宽(748px),两侧大片空白对话列铺满整个内容区
用户消息是右对齐、限宽 525px 的聊天气泡用户消息变成通栏浅色圆角条,文字靠左
AI 回复没有署名回复上方显示灰色发送者标签 DeepSeek
Markdown 表格按内容收缩、漂浮在中间表格撑满列宽、与文字左对齐
侧边栏列表底部悬浮一块突兀的渐变提示层已移除,玻璃列平滑延伸到底部
——会话小地图:消息区左侧竖向刻度尺,每条消息一个刻度(用户消息高亮),悬停显示预览、点击跳转、滑块实时跟随滚动位置

会话小地图(v0.2.0+)

  • 每条消息一个刻度:用户消息为蓝色短线,AI 回复为灰色长线
  • 悬停刻度弹出该条消息的文字预览(自动跳过思考过程和大表格)
  • 点击刻度平滑滚动到对应消息;滑块实时反映当前视口位置
  • 纯 DOM 实现,随消息流式输出自动更新,禁用插件即完整移除

纯 CSS 实现,不碰 JS、不碰 DOM 结构。所有样式通过 ctx.effect 注册,在插件设置里禁用/删除即可完整还原页面。已与 dsh-kimino-theme 等主题插件共存验证,颜色全部引用主题 token,自动适配深浅色主题。

安装

dsh plugin --profile web add github:Idreamxkl/dsh-conversation-flat

装完重启 dsh web(会话是持久化的,放心重启)。

卸载

  • 临时关闭:设置 → 插件 → 禁用 dsh-conversation-flat
  • 彻底删除:从 profile 的 package.json 删除对应依赖与 bundles 条目后执行 pnpm install(或直接 dsh plugin --profile web remove dsh-conversation-flat)

自定义

所有规则都在 bundle/client.js 里,每组规则前有注释说明作用对象。常用的改法:

  • 觉得太宽?把「conversation column」规则里的 max-width: none 改成折中值(如 1400px)
  • 不想要发送者标签?删掉「sender label」那组规则
  • 用户消息条颜色深浅:调 color-mix() 里的 45%

兼容性与维护说明

适配 dsh 0.1.1-rc.2。选择器匹配 @deepseek-ai/dsh-client-ui-conversation 的 CSS-module 内容哈希(gdEzaW_、Sxvs8a_、Md3f7G_、_tableScroll_)。dsh 大版本更新后哈希可能变化,届时打开 bundle/client.js,按文件顶部维护注释重新对一次类名即可(几分钟的事)。注:社区主题插件(如 kimino-theme)同样硬编码这些哈希,这是 dsh 插件生态的通行做法。

表格那条规则的原理:dsh 渲染器会给表格打内联 max-width: max-content(可滚动表格模式),样式表的 !important 恰好能覆盖非重要的内联样式,因此表格永远撑满列宽。

English

A pure-CSS plugin that turns the DeepSeek Harness web conversation area from a centered narrow bubble layout into a document-flow layout: full-width content column, user messages as full-width neutral bars, a gray sender label above assistant replies, and markdown tables that stretch to fill the column.

Install, uninstall, and customization are described above (in Chinese; the commands are copy-paste ready). Compatible with dsh 0.1.1-rc.2; selectors match CSS-module content hashes of dsh-client-ui-conversation — see the maintenance note at the top of bundle/client.js after major dsh upgrades.

License

MIT